Update Turtle versions of implementation reports due to literal encoding errors.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Thu, 26 Dec 2013 15:44:10 -0800
changeset 1693 ec430951c115
parent 1692 e2d325e527c0
child 1694 c7a0968b6ca7
Update Turtle versions of implementation reports due to literal encoding errors.
nquads/reports/earl.ttl
rdf-turtle/reports-nt/earl.ttl
rdf-turtle/reports/earl.ttl
trig/reports/earl.ttl
--- a/nquads/reports/earl.ttl	Thu Dec 26 10:41:55 2013 -0800
+++ b/nquads/reports/earl.ttl	Thu Dec 26 15:44:10 2013 -0800
@@ -34,7 +34,7 @@
   doap:homepage <https://github.com/gkellogg/earl-report>;
   doap:programming-language "Ruby";
   doap:license <http://unlicense.org>;
-  doap:release <https://github.com/gkellogg/earl-report/tree/0.3.0>;
+  doap:release <https://github.com/gkellogg/earl-report/tree/0.3.1>;
   doap:developer <http://greggkellogg.net/foaf#me> .
 
     
@@ -135,7 +135,7 @@
 #
 <http://jena.apache.org/#riot> a earl:TestSubject, doap:Project;
   doap:name "Apache Jena";
-  doap:description """Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."""@en;
+  doap:description "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."@en;
   doap:programming-language "Java";
  .
 
@@ -190,7 +190,7 @@
 
 <http://rubygems.org/gems/rdf> a earl:TestSubject, doap:Project;
   doap:name "RDF.rb";
-  doap:description """RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."""@en;
+  doap:description "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."@en;
  .
 
 <http://rubygems.org/gems/rdf> doap:developer <http://ar.to/#self> .
@@ -217,7 +217,7 @@
 #
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-uri-01";
-  dc:description """URI graph with URI triple"""@en;
+  dc:description "URI graph with URI triple"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -242,7 +242,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-uri-02";
-  dc:description """URI graph with BNode subject"""@en;
+  dc:description "URI graph with BNode subject"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -267,7 +267,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-uri-03";
-  dc:description """URI graph with BNode object"""@en;
+  dc:description "URI graph with BNode object"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -292,7 +292,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-uri-04";
-  dc:description """URI graph with simple literal"""@en;
+  dc:description "URI graph with simple literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-04.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -317,7 +317,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-uri-05";
-  dc:description """URI graph with language tagged literal"""@en;
+  dc:description "URI graph with language tagged literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-05.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -342,7 +342,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-uri-06";
-  dc:description """URI graph with datatyped literal"""@en;
+  dc:description "URI graph with datatyped literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-06.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -367,7 +367,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-bnode-01";
-  dc:description """BNode graph with URI triple"""@en;
+  dc:description "BNode graph with URI triple"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -392,7 +392,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-bnode-02";
-  dc:description """BNode graph with BNode subject"""@en;
+  dc:description "BNode graph with BNode subject"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -417,7 +417,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-bnode-03";
-  dc:description """BNode graph with BNode object"""@en;
+  dc:description "BNode graph with BNode object"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -442,7 +442,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-bnode-04";
-  dc:description """BNode graph with simple literal"""@en;
+  dc:description "BNode graph with simple literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-04.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -467,7 +467,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-bnode-05";
-  dc:description """BNode graph with language tagged literal"""@en;
+  dc:description "BNode graph with language tagged literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-05.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -492,7 +492,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-bnode-06";
-  dc:description """BNode graph with datatyped literal"""@en;
+  dc:description "BNode graph with datatyped literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-06.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -517,7 +517,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nq-syntax-bad-literal-01";
-  dc:description """Graph name may not be a simple literal (negative test)"""@en;
+  dc:description "Graph name may not be a simple literal (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -542,7 +542,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nq-syntax-bad-literal-02";
-  dc:description """Graph name may not be a language tagged literal (negative test)"""@en;
+  dc:description "Graph name may not be a language tagged literal (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -567,7 +567,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nq-syntax-bad-literal-03";
-  dc:description """Graph name may not be a datatyped literal (negative test)"""@en;
+  dc:description "Graph name may not be a datatyped literal (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -592,7 +592,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nq-syntax-bad-uri-01";
-  dc:description """Graph name URI must be absolute (negative test)"""@en;
+  dc:description "Graph name URI must be absolute (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-uri-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -617,7 +617,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nq-syntax-bad-quint-01";
-  dc:description """N-Quads does not have a fifth element (negative test)"""@en;
+  dc:description "N-Quads does not have a fifth element (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-quint-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -642,7 +642,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-file-01";
-  dc:description """Empty file"""@en;
+  dc:description "Empty file"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -667,7 +667,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-file-02";
-  dc:description """Only comment"""@en;
+  dc:description "Only comment"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -692,7 +692,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-file-03";
-  dc:description """One comment, one empty line"""@en;
+  dc:description "One comment, one empty line"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -717,7 +717,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-uri-01";
-  dc:description """Only IRIs"""@en;
+  dc:description "Only IRIs"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -742,7 +742,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-uri-02";
-  dc:description """IRIs with Unicode escape"""@en;
+  dc:description "IRIs with Unicode escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -767,7 +767,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-uri-03";
-  dc:description """IRIs with long Unicode escape"""@en;
+  dc:description "IRIs with long Unicode escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -792,7 +792,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-uri-04";
-  dc:description """Legal IRIs"""@en;
+  dc:description "Legal IRIs"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-04.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -817,7 +817,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-string-01";
-  dc:description """string literal"""@en;
+  dc:description "string literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -842,7 +842,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-string-02";
-  dc:description """langString literal"""@en;
+  dc:description "langString literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -867,7 +867,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-string-03";
-  dc:description """langString literal with region"""@en;
+  dc:description "langString literal with region"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -892,7 +892,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-str-esc-01";
-  dc:description """string literal with escaped newline"""@en;
+  dc:description "string literal with escaped newline"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -917,7 +917,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-str-esc-02";
-  dc:description """string literal with Unicode escape"""@en;
+  dc:description "string literal with Unicode escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -942,7 +942,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-str-esc-03";
-  dc:description """string literal with long Unicode escape"""@en;
+  dc:description "string literal with long Unicode escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -967,7 +967,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-bnode-01";
-  dc:description """bnode subject"""@en;
+  dc:description "bnode subject"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -992,7 +992,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-bnode-02";
-  dc:description """bnode object"""@en;
+  dc:description "bnode object"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1017,7 +1017,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-bnode-03";
-  dc:description """Blank node labels may start with a digit"""@en;
+  dc:description "Blank node labels may start with a digit"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1042,7 +1042,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-datatypes-01";
-  dc:description """xsd:byte literal"""@en;
+  dc:description "xsd:byte literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-datatypes-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1067,7 +1067,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-datatypes-02";
-  dc:description """integer as xsd:string"""@en;
+  dc:description "integer as xsd:string"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-datatypes-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1092,7 +1092,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-01";
-  dc:description """Bad IRI : space (negative test)"""@en;
+  dc:description "Bad IRI : space (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1117,7 +1117,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-02";
-  dc:description """Bad IRI : bad escape (negative test)"""@en;
+  dc:description "Bad IRI : bad escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1142,7 +1142,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-03";
-  dc:description """Bad IRI : bad long escape (negative test)"""@en;
+  dc:description "Bad IRI : bad long escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1167,7 +1167,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-04";
-  dc:description """Bad IRI : character escapes not allowed (negative test)"""@en;
+  dc:description "Bad IRI : character escapes not allowed (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-04.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1192,7 +1192,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-05";
-  dc:description """Bad IRI : character escapes not allowed (2) (negative test)"""@en;
+  dc:description "Bad IRI : character escapes not allowed (2) (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-05.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1217,7 +1217,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-06";
-  dc:description """Bad IRI : relative IRI not allowed in subject (negative test)"""@en;
+  dc:description "Bad IRI : relative IRI not allowed in subject (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-06.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1242,7 +1242,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-07";
-  dc:description """Bad IRI : relative IRI not allowed in predicate (negative test)"""@en;
+  dc:description "Bad IRI : relative IRI not allowed in predicate (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-07.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1267,7 +1267,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-08";
-  dc:description """Bad IRI : relative IRI not allowed in object (negative test)"""@en;
+  dc:description "Bad IRI : relative IRI not allowed in object (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-08.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1292,7 +1292,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-09";
-  dc:description """Bad IRI : relative IRI not allowed in datatype (negative test)"""@en;
+  dc:description "Bad IRI : relative IRI not allowed in datatype (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-09.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1317,7 +1317,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-prefix-01";
-  dc:description """@prefix not allowed in n-triples (negative test)"""@en;
+  dc:description "@prefix not allowed in n-triples (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-prefix-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1342,7 +1342,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-base-01";
-  dc:description """@base not allowed in N-Triples (negative test)"""@en;
+  dc:description "@base not allowed in N-Triples (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-base-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1367,7 +1367,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-struct-01";
-  dc:description """N-Triples does not have objectList (negative test)"""@en;
+  dc:description "N-Triples does not have objectList (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-struct-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1392,7 +1392,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-struct-02";
-  dc:description """N-Triples does not have predicateObjectList (negative test)"""@en;
+  dc:description "N-Triples does not have predicateObjectList (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-struct-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1417,7 +1417,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-lang-01";
-  dc:description """langString with bad lang (negative test)"""@en;
+  dc:description "langString with bad lang (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-lang-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1442,7 +1442,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-esc-01";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1467,7 +1467,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-esc-02";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1492,7 +1492,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-esc-03";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1517,7 +1517,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-string-01";
-  dc:description """mismatching string literal open/close (negative test)"""@en;
+  dc:description "mismatching string literal open/close (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1542,7 +1542,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-string-02";
-  dc:description """mismatching string literal open/close (negative test)"""@en;
+  dc:description "mismatching string literal open/close (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1567,7 +1567,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-string-03";
-  dc:description """single quotes (negative test)"""@en;
+  dc:description "single quotes (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1592,7 +1592,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-string-04";
-  dc:description """long single string literal (negative test)"""@en;
+  dc:description "long single string literal (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-04.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1617,7 +1617,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-string-05";
-  dc:description """long double string literal (negative test)"""@en;
+  dc:description "long double string literal (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-05.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1642,7 +1642,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-string-06";
-  dc:description """string literal with no end (negative test)"""@en;
+  dc:description "string literal with no end (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-06.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1667,7 +1667,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-string-07";
-  dc:description """string literal with no start (negative test)"""@en;
+  dc:description "string literal with no start (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-07.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1692,7 +1692,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-num-01";
-  dc:description """no numbers in N-Triples (integer) (negative test)"""@en;
+  dc:description "no numbers in N-Triples (integer) (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1717,7 +1717,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-num-02";
-  dc:description """no numbers in N-Triples (decimal) (negative test)"""@en;
+  dc:description "no numbers in N-Triples (decimal) (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1742,7 +1742,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nt-syntax-bad-num-03";
-  dc:description """no numbers in N-Triples (float) (negative test)"""@en;
+  dc:description "no numbers in N-Triples (float) (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1767,7 +1767,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nt-syntax-subm-01";
-  dc:description """Submission test from Original RDF Test Cases"""@en;
+  dc:description "Submission test from Original RDF Test Cases"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-subm-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1792,7 +1792,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "comment_following_triple";
-  dc:description """Tests comments after a triple"""@en;
+  dc:description "Tests comments after a triple"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/comment_following_triple.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1817,7 +1817,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal";
-  dc:description """literal """x""""""@en;
+  dc:description "literal \"\"\"x\"\"\""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1842,7 +1842,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_all_controls";
-  dc:description """literal_all_controls '\x00\x01\x02\x03\x04...'"""@en;
+  dc:description "literal_all_controls '\\x00\\x01\\x02\\x03\\x04...'"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_all_controls.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1867,7 +1867,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_all_punctuation";
-  dc:description """literal_all_punctuation '!"#$%&()...'"""@en;
+  dc:description "literal_all_punctuation '!\"#$%&()...'"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_all_punctuation.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1892,7 +1892,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_ascii_boundaries";
-  dc:description """literal_ascii_boundaries '\x00\x26\x28...'"""@en;
+  dc:description "literal_ascii_boundaries '\\x00\\x26\\x28...'"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_ascii_boundaries.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1917,7 +1917,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_2_dquotes";
-  dc:description """literal with 2 squotes """a""b""""""@en;
+  dc:description "literal with 2 squotes \"\"\"a\"\"b\"\"\""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_2_dquotes.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1942,7 +1942,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_2_squotes";
-  dc:description """literal with 2 squotes "x''y""""@en;
+  dc:description "literal with 2 squotes \"x''y\""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_2_squotes.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1967,7 +1967,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_BACKSPACE";
-  dc:description """literal with BACKSPACE"""@en;
+  dc:description "literal with BACKSPACE"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_BACKSPACE.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1992,7 +1992,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_CARRIAGE_RETURN";
-  dc:description """literal with CARRIAGE RETURN"""@en;
+  dc:description "literal with CARRIAGE RETURN"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_CARRIAGE_RETURN.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2017,7 +2017,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_CHARACTER_TABULATION";
-  dc:description """literal with CHARACTER TABULATION"""@en;
+  dc:description "literal with CHARACTER TABULATION"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_CHARACTER_TABULATION.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2042,7 +2042,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_dquote";
-  dc:description """literal with dquote "x"y""""@en;
+  dc:description "literal with dquote \"x\"y\""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_dquote.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2067,7 +2067,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_FORM_FEED";
-  dc:description """literal with FORM FEED"""@en;
+  dc:description "literal with FORM FEED"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_FORM_FEED.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2092,7 +2092,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_LINE_FEED";
-  dc:description """literal with LINE FEED"""@en;
+  dc:description "literal with LINE FEED"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_LINE_FEED.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2117,7 +2117,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_numeric_escape4";
-  dc:description """literal with numeric escape4 \u"""@en;
+  dc:description "literal with numeric escape4 \\u"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_numeric_escape4.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2142,7 +2142,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_numeric_escape8";
-  dc:description """literal with numeric escape8 \U"""@en;
+  dc:description "literal with numeric escape8 \\U"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_numeric_escape8.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2167,7 +2167,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_REVERSE_SOLIDUS";
-  dc:description """literal with REVERSE SOLIDUS"""@en;
+  dc:description "literal with REVERSE SOLIDUS"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_REVERSE_SOLIDUS.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2192,7 +2192,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_REVERSE_SOLIDUS2";
-  dc:description """REVERSE SOLIDUS at end of literal"""@en;
+  dc:description "REVERSE SOLIDUS at end of literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_REVERSE_SOLIDUS2.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2217,7 +2217,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_squote";
-  dc:description """literal with squote "x'y""""@en;
+  dc:description "literal with squote \"x'y\""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_squote.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2242,7 +2242,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "literal_with_UTF8_boundaries";
-  dc:description """literal_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  dc:description "literal_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_UTF8_boundaries.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2267,7 +2267,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "langtagged_string";
-  dc:description """langtagged string "x"@en"""@en;
+  dc:description "langtagged string \"x\"@en"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/langtagged_string.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2292,7 +2292,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "lantag_with_subtag";
-  dc:description """lantag with subtag "x"@en-us"""@en;
+  dc:description "lantag with subtag \"x\"@en-us"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/lantag_with_subtag.nq>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2317,7 +2317,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "minimal_whitespace";
-  dc:description """tests absense of whitespace between subject, predicate, object and end-of-statement"""@en;
+  dc:description "tests absense of whitespace between subject, predicate, object and end-of-statement"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/minimal_whitespace.nq>;
   earl:assertions (
     [ a earl:Assertion;
--- a/rdf-turtle/reports-nt/earl.ttl	Thu Dec 26 10:41:55 2013 -0800
+++ b/rdf-turtle/reports-nt/earl.ttl	Thu Dec 26 15:44:10 2013 -0800
@@ -34,7 +34,7 @@
   doap:homepage <https://github.com/gkellogg/earl-report>;
   doap:programming-language "Ruby";
   doap:license <http://unlicense.org>;
-  doap:release <https://github.com/gkellogg/earl-report/tree/0.3.0>;
+  doap:release <https://github.com/gkellogg/earl-report/tree/0.3.1>;
   doap:developer <http://greggkellogg.net/foaf#me> .
 
     
@@ -118,7 +118,7 @@
 #
 <http://jena.apache.org/#riot> a earl:TestSubject, doap:Project;
   doap:name "Apache Jena";
-  doap:description """Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."""@en;
+  doap:description "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."@en;
   doap:programming-language "Java";
  .
 
@@ -173,7 +173,7 @@
 
 <http://rubygems.org/gems/rdf> a earl:TestSubject, doap:Project;
   doap:name "RDF.rb";
-  doap:description """RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."""@en;
+  doap:description "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."@en;
  .
 
 <http://rubygems.org/gems/rdf> doap:developer <http://ar.to/#self> .
@@ -200,7 +200,7 @@
 #
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-file-01";
-  dc:description """Empty file"""@en;
+  dc:description "Empty file"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -225,7 +225,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-file-02";
-  dc:description """Only comment"""@en;
+  dc:description "Only comment"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-02.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -250,7 +250,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-file-03";
-  dc:description """One comment, one empty line"""@en;
+  dc:description "One comment, one empty line"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-03.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -275,7 +275,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-uri-01";
-  dc:description """Only IRIs"""@en;
+  dc:description "Only IRIs"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -300,7 +300,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-uri-02";
-  dc:description """IRIs with Unicode escape"""@en;
+  dc:description "IRIs with Unicode escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-02.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -325,7 +325,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-uri-03";
-  dc:description """IRIs with long Unicode escape"""@en;
+  dc:description "IRIs with long Unicode escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-03.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -350,7 +350,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-uri-04";
-  dc:description """Legal IRIs"""@en;
+  dc:description "Legal IRIs"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-04.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -375,7 +375,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-string-01";
-  dc:description """string literal"""@en;
+  dc:description "string literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -400,7 +400,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-string-02";
-  dc:description """langString literal"""@en;
+  dc:description "langString literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-02.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -425,7 +425,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-string-03";
-  dc:description """langString literal with region"""@en;
+  dc:description "langString literal with region"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-03.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -450,7 +450,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-str-esc-01";
-  dc:description """string literal with escaped newline"""@en;
+  dc:description "string literal with escaped newline"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -475,7 +475,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-str-esc-02";
-  dc:description """string literal with Unicode escape"""@en;
+  dc:description "string literal with Unicode escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-02.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -500,7 +500,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-str-esc-03";
-  dc:description """string literal with long Unicode escape"""@en;
+  dc:description "string literal with long Unicode escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-03.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -525,7 +525,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-bnode-01";
-  dc:description """bnode subject"""@en;
+  dc:description "bnode subject"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -550,7 +550,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-bnode-02";
-  dc:description """bnode object"""@en;
+  dc:description "bnode object"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-02.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -575,7 +575,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-bnode-03";
-  dc:description """Blank node labels may start with a digit"""@en;
+  dc:description "Blank node labels may start with a digit"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-03.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -600,7 +600,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-datatypes-01";
-  dc:description """xsd:byte literal"""@en;
+  dc:description "xsd:byte literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -625,7 +625,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-datatypes-02";
-  dc:description """integer as xsd:string"""@en;
+  dc:description "integer as xsd:string"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -650,7 +650,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-01";
-  dc:description """Bad IRI : space (negative test)"""@en;
+  dc:description "Bad IRI : space (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -675,7 +675,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-02";
-  dc:description """Bad IRI : bad escape (negative test)"""@en;
+  dc:description "Bad IRI : bad escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-02.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -700,7 +700,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-03";
-  dc:description """Bad IRI : bad long escape (negative test)"""@en;
+  dc:description "Bad IRI : bad long escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-03.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -725,7 +725,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-04";
-  dc:description """Bad IRI : character escapes not allowed (negative test)"""@en;
+  dc:description "Bad IRI : character escapes not allowed (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-04.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -750,7 +750,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-05";
-  dc:description """Bad IRI : character escapes not allowed (2) (negative test)"""@en;
+  dc:description "Bad IRI : character escapes not allowed (2) (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-05.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -775,7 +775,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-06";
-  dc:description """Bad IRI : relative IRI not allowed in subject (negative test)"""@en;
+  dc:description "Bad IRI : relative IRI not allowed in subject (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-06.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -800,7 +800,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-07";
-  dc:description """Bad IRI : relative IRI not allowed in predicate (negative test)"""@en;
+  dc:description "Bad IRI : relative IRI not allowed in predicate (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-07.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -825,7 +825,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-08";
-  dc:description """Bad IRI : relative IRI not allowed in object (negative test)"""@en;
+  dc:description "Bad IRI : relative IRI not allowed in object (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-08.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -850,7 +850,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-09";
-  dc:description """Bad IRI : relative IRI not allowed in datatype (negative test)"""@en;
+  dc:description "Bad IRI : relative IRI not allowed in datatype (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-09.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -875,7 +875,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-prefix-01";
-  dc:description """@prefix not allowed in n-triples (negative test)"""@en;
+  dc:description "@prefix not allowed in n-triples (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-prefix-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -900,7 +900,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-base-01";
-  dc:description """@base not allowed in N-Triples (negative test)"""@en;
+  dc:description "@base not allowed in N-Triples (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-base-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -925,7 +925,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-struct-01";
-  dc:description """N-Triples does not have objectList (negative test)"""@en;
+  dc:description "N-Triples does not have objectList (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -950,7 +950,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-struct-02";
-  dc:description """N-Triples does not have predicateObjectList (negative test)"""@en;
+  dc:description "N-Triples does not have predicateObjectList (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-02.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -975,7 +975,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-lang-01";
-  dc:description """langString with bad lang (negative test)"""@en;
+  dc:description "langString with bad lang (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-lang-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1000,7 +1000,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-esc-01";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1025,7 +1025,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-esc-02";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-02.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1050,7 +1050,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-esc-03";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-03.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1075,7 +1075,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-01";
-  dc:description """mismatching string literal open/close (negative test)"""@en;
+  dc:description "mismatching string literal open/close (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1100,7 +1100,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-02";
-  dc:description """mismatching string literal open/close (negative test)"""@en;
+  dc:description "mismatching string literal open/close (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-02.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1125,7 +1125,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-03";
-  dc:description """single quotes (negative test)"""@en;
+  dc:description "single quotes (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-03.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1150,7 +1150,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-04";
-  dc:description """long single string literal (negative test)"""@en;
+  dc:description "long single string literal (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-04.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1175,7 +1175,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-05";
-  dc:description """long double string literal (negative test)"""@en;
+  dc:description "long double string literal (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-05.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1200,7 +1200,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-06";
-  dc:description """string literal with no end (negative test)"""@en;
+  dc:description "string literal with no end (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-06.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1225,7 +1225,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-07";
-  dc:description """string literal with no start (negative test)"""@en;
+  dc:description "string literal with no start (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-07.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1250,7 +1250,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-num-01";
-  dc:description """no numbers in N-Triples (integer) (negative test)"""@en;
+  dc:description "no numbers in N-Triples (integer) (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1275,7 +1275,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-num-02";
-  dc:description """no numbers in N-Triples (decimal) (negative test)"""@en;
+  dc:description "no numbers in N-Triples (decimal) (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-02.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1300,7 +1300,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-num-03";
-  dc:description """no numbers in N-Triples (float) (negative test)"""@en;
+  dc:description "no numbers in N-Triples (float) (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-03.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1325,7 +1325,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-subm-01";
-  dc:description """Submission test from Original RDF Test Cases"""@en;
+  dc:description "Submission test from Original RDF Test Cases"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-subm-01.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1350,7 +1350,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "comment_following_triple";
-  dc:description """Tests comments after a triple"""@en;
+  dc:description "Tests comments after a triple"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/comment_following_triple.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1375,7 +1375,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal";
-  dc:description """literal """x""""""@en;
+  dc:description "literal \"\"\"x\"\"\""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1400,7 +1400,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_all_controls";
-  dc:description """literal_all_controls '\x00\x01\x02\x03\x04...'"""@en;
+  dc:description "literal_all_controls '\\x00\\x01\\x02\\x03\\x04...'"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_all_controls.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1425,7 +1425,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_all_punctuation";
-  dc:description """literal_all_punctuation '!"#$%&()...'"""@en;
+  dc:description "literal_all_punctuation '!\"#$%&()...'"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_all_punctuation.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1450,7 +1450,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_ascii_boundaries";
-  dc:description """literal_ascii_boundaries '\x00\x26\x28...'"""@en;
+  dc:description "literal_ascii_boundaries '\\x00\\x26\\x28...'"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_ascii_boundaries.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1475,7 +1475,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_2_dquotes";
-  dc:description """literal with 2 squotes """a""b""""""@en;
+  dc:description "literal with 2 squotes \"\"\"a\"\"b\"\"\""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_2_dquotes.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1500,7 +1500,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_2_squotes";
-  dc:description """literal with 2 squotes "x''y""""@en;
+  dc:description "literal with 2 squotes \"x''y\""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_2_squotes.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1525,7 +1525,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_BACKSPACE";
-  dc:description """literal with BACKSPACE"""@en;
+  dc:description "literal with BACKSPACE"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_BACKSPACE.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1550,7 +1550,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_CARRIAGE_RETURN";
-  dc:description """literal with CARRIAGE RETURN"""@en;
+  dc:description "literal with CARRIAGE RETURN"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_CARRIAGE_RETURN.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1575,7 +1575,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_CHARACTER_TABULATION";
-  dc:description """literal with CHARACTER TABULATION"""@en;
+  dc:description "literal with CHARACTER TABULATION"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_CHARACTER_TABULATION.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1600,7 +1600,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_dquote";
-  dc:description """literal with dquote "x"y""""@en;
+  dc:description "literal with dquote \"x\"y\""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_dquote.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1625,7 +1625,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_FORM_FEED";
-  dc:description """literal with FORM FEED"""@en;
+  dc:description "literal with FORM FEED"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_FORM_FEED.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1650,7 +1650,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_LINE_FEED";
-  dc:description """literal with LINE FEED"""@en;
+  dc:description "literal with LINE FEED"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_LINE_FEED.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1675,7 +1675,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_numeric_escape4";
-  dc:description """literal with numeric escape4 \u"""@en;
+  dc:description "literal with numeric escape4 \\u"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_numeric_escape4.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1700,7 +1700,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_numeric_escape8";
-  dc:description """literal with numeric escape8 \U"""@en;
+  dc:description "literal with numeric escape8 \\U"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_numeric_escape8.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1725,7 +1725,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_REVERSE_SOLIDUS";
-  dc:description """literal with REVERSE SOLIDUS"""@en;
+  dc:description "literal with REVERSE SOLIDUS"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_REVERSE_SOLIDUS.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1750,7 +1750,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_REVERSE_SOLIDUS2";
-  dc:description """REVERSE SOLIDUS at end of literal"""@en;
+  dc:description "REVERSE SOLIDUS at end of literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_REVERSE_SOLIDUS2.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1775,7 +1775,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_squote";
-  dc:description """literal with squote "x'y""""@en;
+  dc:description "literal with squote \"x'y\""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_squote.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1800,7 +1800,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "literal_with_UTF8_boundaries";
-  dc:description """literal_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  dc:description "literal_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_UTF8_boundaries.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1825,7 +1825,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "langtagged_string";
-  dc:description """langtagged string "x"@en"""@en;
+  dc:description "langtagged string \"x\"@en"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/langtagged_string.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1850,7 +1850,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "lantag_with_subtag";
-  dc:description """lantag with subtag "x"@en-us"""@en;
+  dc:description "lantag with subtag \"x\"@en-us"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/lantag_with_subtag.nt>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1875,7 +1875,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "minimal_whitespace";
-  dc:description """tests absense of whitespace between subject, predicate, object and end-of-statement"""@en;
+  dc:description "tests absense of whitespace between subject, predicate, object and end-of-statement"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/minimal_whitespace.nt>;
   earl:assertions (
     [ a earl:Assertion;
--- a/rdf-turtle/reports/earl.ttl	Thu Dec 26 10:41:55 2013 -0800
+++ b/rdf-turtle/reports/earl.ttl	Thu Dec 26 15:44:10 2013 -0800
@@ -358,7 +358,7 @@
 #
 <http://drobilla.net/sw/serd> a earl:TestSubject, doap:Project;
   doap:name "Serd";
-  doap:description """Serd is a lightweight high-performance C library for reading and writing RDF in the Turtle and NTriples syntaxes."""@en;
+  doap:description "Serd is a lightweight high-performance C library for reading and writing RDF in the Turtle and NTriples syntaxes."@en;
   doap:programming-language "C";
  .
 
@@ -382,7 +382,7 @@
 
 <http://jena.apache.org/#riot> a earl:TestSubject, doap:Project;
   doap:name "Apache Jena RIOT";
-  doap:description """Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."""@en;
+  doap:description "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."@en;
   doap:programming-language "Java";
  .
 
@@ -461,7 +461,7 @@
 
 <http://rubygems.org/gems/rdf-turtle> a earl:TestSubject, doap:Project;
   doap:name "RDF::Turtle";
-  doap:description """RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."""@en;
+  doap:description "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en;
   doap:programming-language "Ruby";
  .
 
@@ -485,7 +485,7 @@
 
 <http://www.dotnetrdf.org/project#> a earl:TestSubject, doap:Project;
   doap:name "dotNetRDF";
-  doap:description """dotNetRDF is a powerful and flexible API for working with RDF and SPARQL in .Net environments.  It supports most common RDF formats and provides a fully compliant SPARQL 1.1 engine."""@en;
+  doap:description "dotNetRDF is a powerful and flexible API for working with RDF and SPARQL in .Net environments.  It supports most common RDF formats and provides a fully compliant SPARQL 1.1 engine."@en;
   doap:programming-language "C# .Net";
  .
 
@@ -536,7 +536,7 @@
 
 <https://github.com/peteroupc/TurtleParserJava> a earl:TestSubject, doap:Project;
   doap:name "Turtle Parser";
-  doap:description """A Turtle parser for Java."""@en;
+  doap:description "A Turtle parser for Java."@en;
   doap:programming-language "Java";
  .
 
@@ -552,7 +552,7 @@
 #
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "IRI_subject";
-  dc:description """IRI subject"""@en;
+  dc:description "IRI subject"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/IRI_subject.ttl>;
   earl:assertions (
@@ -632,7 +632,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "IRI_with_four_digit_numeric_escape";
-  dc:description """IRI with four digit numeric escape (\u)"""@en;
+  dc:description "IRI with four digit numeric escape (\\u)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_four_digit_numeric_escape.ttl>;
   earl:assertions (
@@ -712,7 +712,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "IRI_with_eight_digit_numeric_escape";
-  dc:description """IRI with eight digit numeric escape (\U)"""@en;
+  dc:description "IRI with eight digit numeric escape (\\U)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_eight_digit_numeric_escape.ttl>;
   earl:assertions (
@@ -792,7 +792,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "IRI_with_all_punctuation";
-  dc:description """IRI with all punctuation"""@en;
+  dc:description "IRI with all punctuation"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.ttl>;
   earl:assertions (
@@ -872,7 +872,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "bareword_a_predicate";
-  dc:description """bareword a predicate"""@en;
+  dc:description "bareword a predicate"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.ttl>;
   earl:assertions (
@@ -952,7 +952,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "old_style_prefix";
-  dc:description """old-style prefix"""@en;
+  dc:description "old-style prefix"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/old_style_prefix.ttl>;
   earl:assertions (
@@ -1032,7 +1032,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "SPARQL_style_prefix";
-  dc:description """SPARQL-style prefix"""@en;
+  dc:description "SPARQL-style prefix"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_prefix.ttl>;
   earl:assertions (
@@ -1111,7 +1111,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "prefixed_IRI_predicate";
-  dc:description """prefixed IRI predicate"""@en;
+  dc:description "prefixed IRI predicate"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_predicate.ttl>;
   earl:assertions (
@@ -1191,7 +1191,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "prefixed_IRI_object";
-  dc:description """prefixed IRI object"""@en;
+  dc:description "prefixed IRI object"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_object.ttl>;
   earl:assertions (
@@ -1271,7 +1271,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "prefix_only_IRI";
-  dc:description """prefix-only IRI (p:)"""@en;
+  dc:description "prefix-only IRI (p:)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/prefix_only_IRI.ttl>;
   earl:assertions (
@@ -1351,7 +1351,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "prefix_with_PN_CHARS_BASE_character_boundaries";
-  dc:description """prefix with PN CHARS BASE character boundaries (prefix: AZazÀÖØöø...:)"""@en;
+  dc:description "prefix with PN CHARS BASE character boundaries (prefix: AZazÀÖØöø...:)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_PN_CHARS_BASE_character_boundaries.ttl>;
   earl:assertions (
@@ -1431,7 +1431,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "prefix_with_non_leading_extras";
-  dc:description """prefix with_non_leading_extras (_:a·̀ͯ‿.⁀)"""@en;
+  dc:description "prefix with_non_leading_extras (_:a·̀ͯ‿.⁀)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_non_leading_extras.ttl>;
   earl:assertions (
@@ -1511,7 +1511,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "default_namespace_IRI";
-  dc:description """default namespace IRI (:ln)"""@en;
+  dc:description "default namespace IRI (:ln)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/default_namespace_IRI.ttl>;
   earl:assertions (
@@ -1591,7 +1591,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "prefix_reassigned_and_used";
-  dc:description """prefix reassigned and used"""@en;
+  dc:description "prefix reassigned and used"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.ttl>;
   earl:assertions (
@@ -1671,7 +1671,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "reserved_escaped_localName";
-  dc:description """reserved-escaped local name"""@en;
+  dc:description "reserved-escaped local name"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.ttl>;
   earl:assertions (
@@ -1751,7 +1751,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "percent_escaped_localName";
-  dc:description """percent-escaped local name"""@en;
+  dc:description "percent-escaped local name"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.ttl>;
   earl:assertions (
@@ -1831,7 +1831,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "HYPHEN_MINUS_in_localName";
-  dc:description """HYPHEN-MINUS in local name"""@en;
+  dc:description "HYPHEN-MINUS in local name"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.ttl>;
   earl:assertions (
@@ -1911,7 +1911,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "underscore_in_localName";
-  dc:description """underscore in local name"""@en;
+  dc:description "underscore in local name"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/underscore_in_localName.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/underscore_in_localName.ttl>;
   earl:assertions (
@@ -1991,7 +1991,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "localname_with_COLON";
-  dc:description """localname with COLON"""@en;
+  dc:description "localname with COLON"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/localname_with_COLON.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/localname_with_COLON.ttl>;
   earl:assertions (
@@ -2071,7 +2071,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries";
-  dc:description """localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZazÀÖØöø...)"""@en;
+  dc:description "localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZazÀÖØöø...)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl>;
   earl:assertions (
@@ -2151,7 +2151,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries";
-  dc:description """localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZazÀÖØöø...)"""@en;
+  dc:description "localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZazÀÖØöø...)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
   earl:assertions (
@@ -2231,7 +2231,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "localName_with_nfc_PN_CHARS_BASE_character_boundaries";
-  dc:description """localName with nfc-normalize PN CHARS BASE character boundaries (p:AZazÀÖØöø...)"""@en;
+  dc:description "localName with nfc-normalize PN CHARS BASE character boundaries (p:AZazÀÖØöø...)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
   earl:assertions (
@@ -2311,7 +2311,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "localName_with_leading_underscore";
-  dc:description """localName with leading underscore (p:_)"""@en;
+  dc:description "localName with leading underscore (p:_)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.ttl>;
   earl:assertions (
@@ -2391,7 +2391,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "localName_with_leading_digit";
-  dc:description """localName with leading digit (p:_)"""@en;
+  dc:description "localName with leading digit (p:_)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.ttl>;
   earl:assertions (
@@ -2471,7 +2471,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "localName_with_non_leading_extras";
-  dc:description """localName with_non_leading_extras (_:a·̀ͯ‿.⁀)"""@en;
+  dc:description "localName with_non_leading_extras (_:a·̀ͯ‿.⁀)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.ttl>;
   earl:assertions (
@@ -2551,7 +2551,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "old_style_base";
-  dc:description """old-style base"""@en;
+  dc:description "old-style base"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/old_style_base.ttl>;
   earl:assertions (
@@ -2631,7 +2631,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "SPARQL_style_base";
-  dc:description """SPARQL-style base"""@en;
+  dc:description "SPARQL-style base"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_base.ttl>;
   earl:assertions (
@@ -2710,7 +2710,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "labeled_blank_node_subject";
-  dc:description """labeled blank node subject"""@en;
+  dc:description "labeled blank node subject"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.ttl>;
   earl:assertions (
@@ -2790,7 +2790,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "labeled_blank_node_object";
-  dc:description """labeled blank node object"""@en;
+  dc:description "labeled blank node object"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.ttl>;
   earl:assertions (
@@ -2870,7 +2870,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "labeled_blank_node_with_PN_CHARS_BASE_character_boundaries";
-  dc:description """labeled blank node with PN_CHARS_BASE character boundaries (_:AZazÀÖØöø...)"""@en;
+  dc:description "labeled blank node with PN_CHARS_BASE character boundaries (_:AZazÀÖØöø...)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl>;
   earl:assertions (
@@ -2950,7 +2950,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "labeled_blank_node_with_leading_underscore";
-  dc:description """labeled blank node with_leading_underscore (_:_)"""@en;
+  dc:description "labeled blank node with_leading_underscore (_:_)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_underscore.ttl>;
   earl:assertions (
@@ -3030,7 +3030,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "labeled_blank_node_with_leading_digit";
-  dc:description """labeled blank node with_leading_digit (_:0)"""@en;
+  dc:description "labeled blank node with_leading_digit (_:0)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_digit.ttl>;
   earl:assertions (
@@ -3110,7 +3110,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "labeled_blank_node_with_non_leading_extras";
-  dc:description """labeled blank node with_non_leading_extras (_:a·̀ͯ‿.⁀)"""@en;
+  dc:description "labeled blank node with_non_leading_extras (_:a·̀ͯ‿.⁀)"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_non_leading_extras.ttl>;
   earl:assertions (
@@ -3190,7 +3190,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "anonymous_blank_node_subject";
-  dc:description """anonymous blank node subject"""@en;
+  dc:description "anonymous blank node subject"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_subject.ttl>;
   earl:assertions (
@@ -3270,7 +3270,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "anonymous_blank_node_object";
-  dc:description """anonymous blank node object"""@en;
+  dc:description "anonymous blank node object"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_object.ttl>;
   earl:assertions (
@@ -3350,7 +3350,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "sole_blankNodePropertyList";
-  dc:description """sole blankNodePropertyList [ <p> <o> ] ."""@en;
+  dc:description "sole blankNodePropertyList [ <p> <o> ] ."@en;
   mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/sole_blankNodePropertyList.ttl>;
   earl:assertions (
@@ -3430,7 +3430,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "blankNodePropertyList_as_subject";
-  dc:description """blankNodePropertyList as subject [ … ] <p> <o> ."""@en;
+  dc:description "blankNodePropertyList as subject [ … ] <p> <o> ."@en;
   mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.ttl>;
   earl:assertions (
@@ -3510,7 +3510,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "blankNodePropertyList_as_object";
-  dc:description """blankNodePropertyList as object <s> <p> [ … ] ."""@en;
+  dc:description "blankNodePropertyList as object <s> <p> [ … ] ."@en;
   mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.ttl>;
   earl:assertions (
@@ -3590,7 +3590,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "blankNodePropertyList_with_multiple_triples";
-  dc:description """blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]"""@en;
+  dc:description "blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.ttl>;
   earl:assertions (
@@ -3670,7 +3670,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "nested_blankNodePropertyLists";
-  dc:description """nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]"""@en;
+  dc:description "nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.ttl>;
   earl:assertions (
@@ -3750,7 +3750,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "blankNodePropertyList_containing_collection";
-  dc:description """blankNodePropertyList containing collection [ <p1> ( … ) ]"""@en;
+  dc:description "blankNodePropertyList containing collection [ <p1> ( … ) ]"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.ttl>;
   earl:assertions (
@@ -3830,7 +3830,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "collection_subject";
-  dc:description """collection subject"""@en;
+  dc:description "collection subject"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/collection_subject.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/collection_subject.ttl>;
   earl:assertions (
@@ -3910,7 +3910,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "collection_object";
-  dc:description """collection object"""@en;
+  dc:description "collection object"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/collection_object.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/collection_object.ttl>;
   earl:assertions (
@@ -3990,7 +3990,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "empty_collection";
-  dc:description """empty collection ()"""@en;
+  dc:description "empty collection ()"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/empty_collection.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/empty_collection.ttl>;
   earl:assertions (
@@ -4070,7 +4070,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "nested_collection";
-  dc:description """nested collection (())"""@en;
+  dc:description "nested collection (())"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/nested_collection.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/nested_collection.ttl>;
   earl:assertions (
@@ -4150,7 +4150,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#first> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "first";
-  dc:description """first, not last, non-empty nested collection"""@en;
+  dc:description "first, not last, non-empty nested collection"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/first.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/first.ttl>;
   earl:assertions (
@@ -4230,7 +4230,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#last> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "last";
-  dc:description """last, not first, non-empty nested collection"""@en;
+  dc:description "last, not first, non-empty nested collection"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/last.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/last.ttl>;
   earl:assertions (
@@ -4310,7 +4310,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL1";
-  dc:description """LITERAL1 'x'"""@en;
+  dc:description "LITERAL1 'x'"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1.ttl>;
   earl:assertions (
@@ -4390,7 +4390,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL1_ascii_boundaries";
-  dc:description """LITERAL1_ascii_boundaries '\x00\x09\x0b\x0c\x0e\x26\x28...'"""@en;
+  dc:description "LITERAL1_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x26\\x28...'"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.ttl>;
   earl:assertions (
@@ -4470,7 +4470,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL1_with_UTF8_boundaries";
-  dc:description """LITERAL1_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  dc:description "LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_with_UTF8_boundaries.ttl>;
   earl:assertions (
@@ -4550,7 +4550,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL1_all_controls";
-  dc:description """LITERAL1_all_controls '\x00\x01\x02\x03\x04...'"""@en;
+  dc:description "LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.ttl>;
   earl:assertions (
@@ -4630,7 +4630,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL1_all_punctuation";
-  dc:description """LITERAL1_all_punctuation '!"#$%&()...'"""@en;
+  dc:description "LITERAL1_all_punctuation '!\"#$%&()...'"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.ttl>;
   earl:assertions (
@@ -4710,7 +4710,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL_LONG1";
-  dc:description """LITERAL_LONG1 '''x'''"""@en;
+  dc:description "LITERAL_LONG1 '''x'''"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1.ttl>;
   earl:assertions (
@@ -4790,7 +4790,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL_LONG1_ascii_boundaries";
-  dc:description """LITERAL_LONG1_ascii_boundaries '\x00\x26\x28...'"""@en;
+  dc:description "LITERAL_LONG1_ascii_boundaries '\\x00\\x26\\x28...'"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.ttl>;
   earl:assertions (
@@ -4870,7 +4870,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL_LONG1_with_UTF8_boundaries";
-  dc:description """LITERAL_LONG1_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  dc:description "LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_UTF8_boundaries.ttl>;
   earl:assertions (
@@ -4950,7 +4950,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL_LONG1_with_1_squote";
-  dc:description """LITERAL_LONG1 with 1 squote '''a'b'''"""@en;
+  dc:description "LITERAL_LONG1 with 1 squote '''a'b'''"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.ttl>;
   earl:assertions (
@@ -5030,7 +5030,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL_LONG1_with_2_squotes";
-  dc:description """LITERAL_LONG1 with 2 squotes '''a''b'''"""@en;
+  dc:description "LITERAL_LONG1 with 2 squotes '''a''b'''"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.ttl>;
   earl:assertions (
@@ -5110,7 +5110,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL2";
-  dc:description """LITERAL2 "x""""@en;
+  dc:description "LITERAL2 \"x\""@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2.ttl>;
   earl:assertions (
@@ -5190,7 +5190,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL2_ascii_boundaries";
-  dc:description """LITERAL2_ascii_boundaries '\x00\x09\x0b\x0c\x0e\x21\x23...'"""@en;
+  dc:description "LITERAL2_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x21\\x23...'"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.ttl>;
   earl:assertions (
@@ -5270,7 +5270,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL2_with_UTF8_boundaries";
-  dc:description """LITERAL2_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  dc:description "LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_with_UTF8_boundaries.ttl>;
   earl:assertions (
@@ -5350,7 +5350,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL_LONG2";
-  dc:description """LITERAL_LONG2 """x""""""@en;
+  dc:description "LITERAL_LONG2 \"\"\"x\"\"\""@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2.ttl>;
   earl:assertions (
@@ -5430,7 +5430,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL_LONG2_ascii_boundaries";
-  dc:description """LITERAL_LONG2_ascii_boundaries '\x00\x21\x23...'"""@en;
+  dc:description "LITERAL_LONG2_ascii_boundaries '\\x00\\x21\\x23...'"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.ttl>;
   earl:assertions (
@@ -5510,7 +5510,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL_LONG2_with_UTF8_boundaries";
-  dc:description """LITERAL_LONG2_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  dc:description "LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_UTF8_boundaries.ttl>;
   earl:assertions (
@@ -5590,7 +5590,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL_LONG2_with_1_squote";
-  dc:description """LITERAL_LONG2 with 1 squote """a"b""""""@en;
+  dc:description "LITERAL_LONG2 with 1 squote \"\"\"a\"b\"\"\""@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.ttl>;
   earl:assertions (
@@ -5670,7 +5670,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL_LONG2_with_2_squotes";
-  dc:description """LITERAL_LONG2 with 2 squotes """a""b""""""@en;
+  dc:description "LITERAL_LONG2 with 2 squotes \"\"\"a\"\"b\"\"\""@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.ttl>;
   earl:assertions (
@@ -5750,7 +5750,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_CHARACTER_TABULATION";
-  dc:description """literal with CHARACTER TABULATION"""@en;
+  dc:description "literal with CHARACTER TABULATION"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.ttl>;
   earl:assertions (
@@ -5830,7 +5830,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_BACKSPACE";
-  dc:description """literal with BACKSPACE"""@en;
+  dc:description "literal with BACKSPACE"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.ttl>;
   earl:assertions (
@@ -5910,7 +5910,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_LINE_FEED";
-  dc:description """literal with LINE FEED"""@en;
+  dc:description "literal with LINE FEED"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.ttl>;
   earl:assertions (
@@ -5990,7 +5990,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_CARRIAGE_RETURN";
-  dc:description """literal with CARRIAGE RETURN"""@en;
+  dc:description "literal with CARRIAGE RETURN"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.ttl>;
   earl:assertions (
@@ -6070,7 +6070,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_FORM_FEED";
-  dc:description """literal with FORM FEED"""@en;
+  dc:description "literal with FORM FEED"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.ttl>;
   earl:assertions (
@@ -6150,7 +6150,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_REVERSE_SOLIDUS";
-  dc:description """literal with REVERSE SOLIDUS"""@en;
+  dc:description "literal with REVERSE SOLIDUS"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.ttl>;
   earl:assertions (
@@ -6230,7 +6230,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_escaped_CHARACTER_TABULATION";
-  dc:description """literal with escaped CHARACTER TABULATION"""@en;
+  dc:description "literal with escaped CHARACTER TABULATION"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CHARACTER_TABULATION.ttl>;
   earl:assertions (
@@ -6310,7 +6310,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_escaped_BACKSPACE";
-  dc:description """literal with escaped BACKSPACE"""@en;
+  dc:description "literal with escaped BACKSPACE"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_BACKSPACE.ttl>;
   earl:assertions (
@@ -6390,7 +6390,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_escaped_LINE_FEED";
-  dc:description """literal with escaped LINE FEED"""@en;
+  dc:description "literal with escaped LINE FEED"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_LINE_FEED.ttl>;
   earl:assertions (
@@ -6470,7 +6470,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_escaped_CARRIAGE_RETURN";
-  dc:description """literal with escaped CARRIAGE RETURN"""@en;
+  dc:description "literal with escaped CARRIAGE RETURN"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CARRIAGE_RETURN.ttl>;
   earl:assertions (
@@ -6550,7 +6550,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_escaped_FORM_FEED";
-  dc:description """literal with escaped FORM FEED"""@en;
+  dc:description "literal with escaped FORM FEED"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_FORM_FEED.ttl>;
   earl:assertions (
@@ -6630,7 +6630,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_numeric_escape4";
-  dc:description """literal with numeric escape4 \u"""@en;
+  dc:description "literal with numeric escape4 \\u"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.ttl>;
   earl:assertions (
@@ -6710,7 +6710,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_with_numeric_escape8";
-  dc:description """literal with numeric escape8 \U"""@en;
+  dc:description "literal with numeric escape8 \\U"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape8.ttl>;
   earl:assertions (
@@ -6790,7 +6790,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "IRIREF_datatype";
-  dc:description """IRIREF datatype ""^^<t>"""@en;
+  dc:description "IRIREF datatype \"\"^^<t>"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.ttl>;
   earl:assertions (
@@ -6870,7 +6870,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "prefixed_name_datatype";
-  dc:description """prefixed name datatype ""^^p:t"""@en;
+  dc:description "prefixed name datatype \"\"^^p:t"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/prefixed_name_datatype.ttl>;
   earl:assertions (
@@ -6950,7 +6950,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "bareword_integer";
-  dc:description """bareword integer"""@en;
+  dc:description "bareword integer"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/bareword_integer.ttl>;
   earl:assertions (
@@ -7030,7 +7030,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "bareword_decimal";
-  dc:description """bareword decimal"""@en;
+  dc:description "bareword decimal"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/bareword_decimal.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/bareword_decimal.ttl>;
   earl:assertions (
@@ -7110,7 +7110,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "bareword_double";
-  dc:description """bareword double"""@en;
+  dc:description "bareword double"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/bareword_double.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/bareword_double.ttl>;
   earl:assertions (
@@ -7190,7 +7190,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "double_lower_case_e";
-  dc:description """double lower case e"""@en;
+  dc:description "double lower case e"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/double_lower_case_e.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/double_lower_case_e.ttl>;
   earl:assertions (
@@ -7270,7 +7270,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "negative_numeric";
-  dc:description """negative numeric"""@en;
+  dc:description "negative numeric"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/negative_numeric.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/negative_numeric.ttl>;
   earl:assertions (
@@ -7350,7 +7350,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "positive_numeric";
-  dc:description """positive numeric"""@en;
+  dc:description "positive numeric"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/positive_numeric.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/positive_numeric.ttl>;
   earl:assertions (
@@ -7430,7 +7430,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "numeric_with_leading_0";
-  dc:description """numeric with leading 0"""@en;
+  dc:description "numeric with leading 0"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.ttl>;
   earl:assertions (
@@ -7510,7 +7510,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_true";
-  dc:description """literal true"""@en;
+  dc:description "literal true"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_true.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_true.ttl>;
   earl:assertions (
@@ -7590,7 +7590,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "literal_false";
-  dc:description """literal false"""@en;
+  dc:description "literal false"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/literal_false.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/literal_false.ttl>;
   earl:assertions (
@@ -7670,7 +7670,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "langtagged_non_LONG";
-  dc:description """langtagged non-LONG "x"@en"""@en;
+  dc:description "langtagged non-LONG \"x\"@en"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.ttl>;
   earl:assertions (
@@ -7750,7 +7750,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "langtagged_LONG";
-  dc:description """langtagged LONG """x"""@en"""@en;
+  dc:description "langtagged LONG \"\"\"x\"\"\"@en"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG.ttl>;
   earl:assertions (
@@ -7830,7 +7830,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "lantag_with_subtag";
-  dc:description """lantag with subtag "x"@en-us"""@en;
+  dc:description "lantag with subtag \"x\"@en-us"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.ttl>;
   earl:assertions (
@@ -7910,7 +7910,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "objectList_with_two_objects";
-  dc:description """objectList with two objects … <o1>,<o2>"""@en;
+  dc:description "objectList with two objects … <o1>,<o2>"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.ttl>;
   earl:assertions (
@@ -7990,7 +7990,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "predicateObjectList_with_two_objectLists";
-  dc:description """predicateObjectList with two objectLists … <o1>,<o2>"""@en;
+  dc:description "predicateObjectList with two objectLists … <o1>,<o2>"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.ttl>;
   earl:assertions (
@@ -8070,7 +8070,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "repeated_semis_at_end";
-  dc:description """repeated semis at end <s> <p> <o> ;; <p2> <o2> ."""@en;
+  dc:description "repeated semis at end <s> <p> <o> ;; <p2> <o2> ."@en;
   mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_at_end.ttl>;
   earl:assertions (
@@ -8150,7 +8150,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "repeated_semis_not_at_end";
-  dc:description """repeated semis not at end <s> <p> <o> ;;."""@en;
+  dc:description "repeated semis not at end <s> <p> <o> ;;."@en;
   mf:result <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.ttl>;
   earl:assertions (
@@ -8230,7 +8230,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "comment_following_localName";
-  dc:description """comment following localName"""@en;
+  dc:description "comment following localName"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/comment_following_localName.ttl>;
   earl:assertions (
@@ -8310,7 +8310,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "number_sign_following_localName";
-  dc:description """number sign following localName"""@en;
+  dc:description "number sign following localName"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.ttl>;
   earl:assertions (
@@ -8390,7 +8390,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "comment_following_PNAME_NS";
-  dc:description """comment following PNAME_NS"""@en;
+  dc:description "comment following PNAME_NS"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.ttl>;
   earl:assertions (
@@ -8470,7 +8470,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "number_sign_following_PNAME_NS";
-  dc:description """number sign following PNAME_NS"""@en;
+  dc:description "number sign following PNAME_NS"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.ttl>;
   earl:assertions (
@@ -8550,7 +8550,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "LITERAL_LONG2_with_REVERSE_SOLIDUS";
-  dc:description """REVERSE SOLIDUS at end of LITERAL_LONG2"""@en;
+  dc:description "REVERSE SOLIDUS at end of LITERAL_LONG2"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl>;
   earl:assertions (
@@ -8630,7 +8630,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-num-05";
-  dc:description """Bad number format (negative test)"""@en;
+  dc:description "Bad number format (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -8709,7 +8709,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "two_LITERAL_LONG2s";
-  dc:description """two LITERAL_LONG2s testing quote delimiter overrun"""@en;
+  dc:description "two LITERAL_LONG2s testing quote delimiter overrun"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.ttl>;
   earl:assertions (
@@ -8789,7 +8789,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "langtagged_LONG_with_subtag";
-  dc:description """langtagged LONG with subtag """Cheers"""@en-UK"""@en;
+  dc:description "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.ttl>;
   earl:assertions (
@@ -8869,7 +8869,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-file-01";
-  dc:description """Empty file"""@en;
+  dc:description "Empty file"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -8948,7 +8948,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-file-02";
-  dc:description """Only comment"""@en;
+  dc:description "Only comment"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9027,7 +9027,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-file-03";
-  dc:description """One comment, one empty line"""@en;
+  dc:description "One comment, one empty line"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9106,7 +9106,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-uri-01";
-  dc:description """Only IRIs"""@en;
+  dc:description "Only IRIs"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9185,7 +9185,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-uri-02";
-  dc:description """IRIs with Unicode escape"""@en;
+  dc:description "IRIs with Unicode escape"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9264,7 +9264,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-uri-03";
-  dc:description """IRIs with long Unicode escape"""@en;
+  dc:description "IRIs with long Unicode escape"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9343,7 +9343,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-uri-04";
-  dc:description """Legal IRIs"""@en;
+  dc:description "Legal IRIs"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9422,7 +9422,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-base-01";
-  dc:description """@base"""@en;
+  dc:description "@base"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9501,7 +9501,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-base-02";
-  dc:description """BASE"""@en;
+  dc:description "BASE"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9579,7 +9579,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-base-03";
-  dc:description """@base with relative IRIs"""@en;
+  dc:description "@base with relative IRIs"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9658,7 +9658,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-base-04";
-  dc:description """base with relative IRIs"""@en;
+  dc:description "base with relative IRIs"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9736,7 +9736,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-prefix-01";
-  dc:description """@prefix"""@en;
+  dc:description "@prefix"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9815,7 +9815,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-prefix-02";
-  dc:description """PreFIX"""@en;
+  dc:description "PreFIX"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9893,7 +9893,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-prefix-03";
-  dc:description """Empty PREFIX"""@en;
+  dc:description "Empty PREFIX"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -9971,7 +9971,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-prefix-04";
-  dc:description """Empty @prefix with % escape"""@en;
+  dc:description "Empty @prefix with % escape"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10050,7 +10050,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-prefix-05";
-  dc:description """@prefix with no suffix"""@en;
+  dc:description "@prefix with no suffix"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10129,7 +10129,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-prefix-06";
-  dc:description """colon is a legal pname character"""@en;
+  dc:description "colon is a legal pname character"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10208,7 +10208,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-prefix-07";
-  dc:description """dash is a legal pname character"""@en;
+  dc:description "dash is a legal pname character"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10287,7 +10287,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-prefix-08";
-  dc:description """underscore is a legal pname character"""@en;
+  dc:description "underscore is a legal pname character"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10366,7 +10366,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-prefix-09";
-  dc:description """percents in pnames"""@en;
+  dc:description "percents in pnames"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10445,7 +10445,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-string-01";
-  dc:description """string literal"""@en;
+  dc:description "string literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10524,7 +10524,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-string-02";
-  dc:description """langString literal"""@en;
+  dc:description "langString literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10603,7 +10603,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-string-03";
-  dc:description """langString literal with region"""@en;
+  dc:description "langString literal with region"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10682,7 +10682,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-string-04";
-  dc:description """squote string literal"""@en;
+  dc:description "squote string literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10761,7 +10761,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-string-05";
-  dc:description """squote langString literal"""@en;
+  dc:description "squote langString literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10840,7 +10840,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-string-06";
-  dc:description """squote langString literal with region"""@en;
+  dc:description "squote langString literal with region"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10919,7 +10919,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-string-07";
-  dc:description """long string literal with embedded single- and double-quotes"""@en;
+  dc:description "long string literal with embedded single- and double-quotes"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -10998,7 +10998,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-string-08";
-  dc:description """long string literal with embedded newline"""@en;
+  dc:description "long string literal with embedded newline"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -11077,7 +11077,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-string-09";
-  dc:description """squote long string literal with embedded single- and double-quotes"""@en;
+  dc:description "squote long string literal with embedded single- and double-quotes"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -11156,7 +11156,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-string-10";
-  dc:description """long langString literal with embedded newline"""@en;
+  dc:description "long langString literal with embedded newline"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-10.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -11235,7 +11235,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-string-11";
-  dc:description """squote long langString literal with embedded newline"""@en;
+  dc:description "squote long langString literal with embedded newline"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-11.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -11314,7 +11314,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-str-esc-01";
-  dc:description """string literal with escaped newline"""@en;
+  dc:description "string literal with escaped newline"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -11393,7 +11393,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-str-esc-02";
-  dc:description """string literal with Unicode escape"""@en;
+  dc:description "string literal with Unicode escape"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -11472,7 +11472,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-str-esc-03";
-  dc:description """string literal with long Unicode escape"""@en;
+  dc:description "string literal with long Unicode escape"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -11551,7 +11551,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-pname-esc-01";
-  dc:description """pname with back-slash escapes"""@en;
+  dc:description "pname with back-slash escapes"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -11630,7 +11630,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-pname-esc-02";
-  dc:description """pname with back-slash escapes (2)"""@en;
+  dc:description "pname with back-slash escapes (2)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -11709,7 +11709,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-pname-esc-03";
-  dc:description """pname with back-slash escapes (3)"""@en;
+  dc:description "pname with back-slash escapes (3)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -11788,7 +11788,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bnode-01";
-  dc:description """bnode subject"""@en;
+  dc:description "bnode subject"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -11867,7 +11867,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bnode-02";
-  dc:description """bnode object"""@en;
+  dc:description "bnode object"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -11946,7 +11946,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bnode-03";
-  dc:description """bnode property list object"""@en;
+  dc:description "bnode property list object"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12025,7 +12025,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bnode-04";
-  dc:description """bnode property list object (2)"""@en;
+  dc:description "bnode property list object (2)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12104,7 +12104,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bnode-05";
-  dc:description """bnode property list subject"""@en;
+  dc:description "bnode property list subject"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12183,7 +12183,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bnode-06";
-  dc:description """labeled bnode subject"""@en;
+  dc:description "labeled bnode subject"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12262,7 +12262,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bnode-07";
-  dc:description """labeled bnode subject and object"""@en;
+  dc:description "labeled bnode subject and object"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12341,7 +12341,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bnode-08";
-  dc:description """bare bnode property list"""@en;
+  dc:description "bare bnode property list"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12420,7 +12420,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bnode-09";
-  dc:description """bnode property list"""@en;
+  dc:description "bnode property list"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12499,7 +12499,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bnode-10";
-  dc:description """mixed bnode property list and triple"""@en;
+  dc:description "mixed bnode property list and triple"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-10.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12578,7 +12578,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-number-01";
-  dc:description """integer literal"""@en;
+  dc:description "integer literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12657,7 +12657,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-number-02";
-  dc:description """negative integer literal"""@en;
+  dc:description "negative integer literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12736,7 +12736,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-number-03";
-  dc:description """positive integer literal"""@en;
+  dc:description "positive integer literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12815,7 +12815,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-number-04";
-  dc:description """decimal literal"""@en;
+  dc:description "decimal literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12894,7 +12894,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-number-05";
-  dc:description """decimal literal (no leading digits)"""@en;
+  dc:description "decimal literal (no leading digits)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -12973,7 +12973,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-number-06";
-  dc:description """negative decimal literal"""@en;
+  dc:description "negative decimal literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -13052,7 +13052,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-number-07";
-  dc:description """positive decimal literal"""@en;
+  dc:description "positive decimal literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -13131,7 +13131,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-number-08";
-  dc:description """integer literal with decimal lexical confusion"""@en;
+  dc:description "integer literal with decimal lexical confusion"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -13210,7 +13210,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-number-09";
-  dc:description """double literal"""@en;
+  dc:description "double literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -13289,7 +13289,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-number-10";
-  dc:description """negative double literal"""@en;
+  dc:description "negative double literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-10.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -13368,7 +13368,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-number-11";
-  dc:description """double literal no fraction"""@en;
+  dc:description "double literal no fraction"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-11.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -13447,7 +13447,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-datatypes-01";
-  dc:description """xsd:byte literal"""@en;
+  dc:description "xsd:byte literal"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -13526,7 +13526,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-datatypes-02";
-  dc:description """integer as xsd:string"""@en;
+  dc:description "integer as xsd:string"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -13605,7 +13605,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-kw-01";
-  dc:description """boolean literal (true)"""@en;
+  dc:description "boolean literal (true)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -13684,7 +13684,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-kw-02";
-  dc:description """boolean literal (false)"""@en;
+  dc:description "boolean literal (false)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -13763,7 +13763,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-kw-03";
-  dc:description """'a' as keyword"""@en;
+  dc:description "'a' as keyword"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -13842,7 +13842,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-struct-01";
-  dc:description """object list"""@en;
+  dc:description "object list"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -13921,7 +13921,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-struct-02";
-  dc:description """predicate list with object list"""@en;
+  dc:description "predicate list with object list"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14000,7 +14000,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-struct-03";
-  dc:description """predicate list with object list and dangling ';'"""@en;
+  dc:description "predicate list with object list and dangling ';'"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14079,7 +14079,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-struct-04";
-  dc:description """predicate list with multiple ;;"""@en;
+  dc:description "predicate list with multiple ;;"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14158,7 +14158,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-struct-05";
-  dc:description """predicate list with multiple ;;"""@en;
+  dc:description "predicate list with multiple ;;"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14237,7 +14237,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-lists-01";
-  dc:description """empty list"""@en;
+  dc:description "empty list"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14316,7 +14316,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-lists-02";
-  dc:description """mixed list"""@en;
+  dc:description "mixed list"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14395,7 +14395,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-lists-03";
-  dc:description """isomorphic list as subject and object"""@en;
+  dc:description "isomorphic list as subject and object"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14474,7 +14474,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-lists-04";
-  dc:description """lists of lists"""@en;
+  dc:description "lists of lists"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14553,7 +14553,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-lists-05";
-  dc:description """mixed lists with embedded lists"""@en;
+  dc:description "mixed lists with embedded lists"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14632,7 +14632,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-uri-01";
-  dc:description """Bad IRI : space (negative test)"""@en;
+  dc:description "Bad IRI : space (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14711,7 +14711,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-uri-02";
-  dc:description """Bad IRI : bad escape (negative test)"""@en;
+  dc:description "Bad IRI : bad escape (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14790,7 +14790,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-uri-03";
-  dc:description """Bad IRI : bad long escape (negative test)"""@en;
+  dc:description "Bad IRI : bad long escape (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14869,7 +14869,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-uri-04";
-  dc:description """Bad IRI : character escapes not allowed (negative test)"""@en;
+  dc:description "Bad IRI : character escapes not allowed (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -14948,7 +14948,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-uri-05";
-  dc:description """Bad IRI : character escapes not allowed (2) (negative test)"""@en;
+  dc:description "Bad IRI : character escapes not allowed (2) (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15027,7 +15027,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-prefix-01";
-  dc:description """No prefix (negative test)"""@en;
+  dc:description "No prefix (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15106,7 +15106,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-prefix-02";
-  dc:description """No prefix (2) (negative test)"""@en;
+  dc:description "No prefix (2) (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15185,7 +15185,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-prefix-03";
-  dc:description """@prefix without URI (negative test)"""@en;
+  dc:description "@prefix without URI (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15264,7 +15264,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-prefix-04";
-  dc:description """@prefix without prefix name (negative test)"""@en;
+  dc:description "@prefix without prefix name (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15343,7 +15343,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-prefix-05";
-  dc:description """@prefix without ':' (negative test)"""@en;
+  dc:description "@prefix without ':' (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15422,7 +15422,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-base-01";
-  dc:description """@base without URI (negative test)"""@en;
+  dc:description "@base without URI (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15501,7 +15501,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-base-02";
-  dc:description """@base in wrong case (negative test)"""@en;
+  dc:description "@base in wrong case (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15580,7 +15580,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-base-03";
-  dc:description """BASE without URI (negative test)"""@en;
+  dc:description "BASE without URI (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15659,7 +15659,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-01";
-  dc:description """Turtle is not TriG (negative test)"""@en;
+  dc:description "Turtle is not TriG (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15738,7 +15738,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-02";
-  dc:description """Turtle is not N3 (negative test)"""@en;
+  dc:description "Turtle is not N3 (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15817,7 +15817,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-03";
-  dc:description """Turtle is not NQuads (negative test)"""@en;
+  dc:description "Turtle is not NQuads (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15896,7 +15896,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-04";
-  dc:description """Turtle does not allow literals-as-subjects (negative test)"""@en;
+  dc:description "Turtle does not allow literals-as-subjects (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -15975,7 +15975,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-05";
-  dc:description """Turtle does not allow literals-as-predicates (negative test)"""@en;
+  dc:description "Turtle does not allow literals-as-predicates (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -16054,7 +16054,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-06";
-  dc:description """Turtle does not allow bnodes-as-predicates (negative test)"""@en;
+  dc:description "Turtle does not allow bnodes-as-predicates (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -16133,7 +16133,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-07";
-  dc:description """Turtle does not allow labeled bnodes-as-predicates (negative test)"""@en;
+  dc:description "Turtle does not allow labeled bnodes-as-predicates (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -16212,7 +16212,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-kw-01";
-  dc:description """'A' is not a keyword (negative test)"""@en;
+  dc:description "'A' is not a keyword (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -16291,7 +16291,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-kw-02";
-  dc:description """'a' cannot be used as subject (negative test)"""@en;
+  dc:description "'a' cannot be used as subject (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -16370,7 +16370,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-kw-03";
-  dc:description """'a' cannot be used as object (negative test)"""@en;
+  dc:description "'a' cannot be used as object (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -16449,7 +16449,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-kw-04";
-  dc:description """'true' cannot be used as subject (negative test)"""@en;
+  dc:description "'true' cannot be used as subject (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -16528,7 +16528,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-kw-05";
-  dc:description """'true' cannot be used as object (negative test)"""@en;
+  dc:description "'true' cannot be used as object (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -16607,7 +16607,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-01";
-  dc:description """{} fomulae not in Turtle (negative test)"""@en;
+  dc:description "{} fomulae not in Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -16686,7 +16686,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-02";
-  dc:description """= is not Turtle (negative test)"""@en;
+  dc:description "= is not Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -16765,7 +16765,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-03";
-  dc:description """N3 paths not in Turtle (negative test)"""@en;
+  dc:description "N3 paths not in Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -16844,7 +16844,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-04";
-  dc:description """N3 paths not in Turtle (negative test)"""@en;
+  dc:description "N3 paths not in Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -16923,7 +16923,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-05";
-  dc:description """N3 is...of not in Turtle (negative test)"""@en;
+  dc:description "N3 is...of not in Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17002,7 +17002,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-06";
-  dc:description """N3 paths not in Turtle (negative test)"""@en;
+  dc:description "N3 paths not in Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17081,7 +17081,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-07";
-  dc:description """@keywords is not Turtle (negative test)"""@en;
+  dc:description "@keywords is not Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17160,7 +17160,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-08";
-  dc:description """@keywords is not Turtle (negative test)"""@en;
+  dc:description "@keywords is not Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17239,7 +17239,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-09";
-  dc:description """=> is not Turtle (negative test)"""@en;
+  dc:description "=> is not Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17318,7 +17318,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-10";
-  dc:description """<= is not Turtle (negative test)"""@en;
+  dc:description "<= is not Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-10.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17397,7 +17397,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-11";
-  dc:description """@forSome is not Turtle (negative test)"""@en;
+  dc:description "@forSome is not Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-11.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17476,7 +17476,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-12";
-  dc:description """@forAll is not Turtle (negative test)"""@en;
+  dc:description "@forAll is not Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-12.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17555,7 +17555,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-n3-extras-13";
-  dc:description """@keywords is not Turtle (negative test)"""@en;
+  dc:description "@keywords is not Turtle (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-13.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17634,7 +17634,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-08";
-  dc:description """missing '.' (negative test)"""@en;
+  dc:description "missing '.' (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17713,7 +17713,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-09";
-  dc:description """extra '.' (negative test)"""@en;
+  dc:description "extra '.' (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17792,7 +17792,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-10";
-  dc:description """extra '.' (negative test)"""@en;
+  dc:description "extra '.' (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-10.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17871,7 +17871,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-11";
-  dc:description """trailing ';' no '.' (negative test)"""@en;
+  dc:description "trailing ';' no '.' (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-11.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -17950,7 +17950,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-12";
-  dc:description """subject, predicate, no object (negative test)"""@en;
+  dc:description "subject, predicate, no object (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-12.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18029,7 +18029,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-13";
-  dc:description """subject, predicate, no object (negative test)"""@en;
+  dc:description "subject, predicate, no object (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-13.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18108,7 +18108,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-14";
-  dc:description """literal as subject (negative test)"""@en;
+  dc:description "literal as subject (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-14.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18187,7 +18187,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-15";
-  dc:description """literal as predicate (negative test)"""@en;
+  dc:description "literal as predicate (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-15.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18266,7 +18266,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-16";
-  dc:description """bnode as predicate (negative test)"""@en;
+  dc:description "bnode as predicate (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-16.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18345,7 +18345,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-struct-17";
-  dc:description """labeled bnode as predicate (negative test)"""@en;
+  dc:description "labeled bnode as predicate (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-17.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18424,7 +18424,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-lang-01";
-  dc:description """langString with bad lang (negative test)"""@en;
+  dc:description "langString with bad lang (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-lang-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18503,7 +18503,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-esc-01";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18582,7 +18582,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-esc-02";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18661,7 +18661,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-esc-03";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18740,7 +18740,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-esc-04";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18819,7 +18819,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-pname-01";
-  dc:description """'~' must be escaped in pname (negative test)"""@en;
+  dc:description "'~' must be escaped in pname (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18898,7 +18898,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-pname-02";
-  dc:description """Bad %-sequence in pname (negative test)"""@en;
+  dc:description "Bad %-sequence in pname (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -18977,7 +18977,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-pname-03";
-  dc:description """Bad unicode escape in pname (negative test)"""@en;
+  dc:description "Bad unicode escape in pname (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -19056,7 +19056,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-string-01";
-  dc:description """mismatching string literal open/close (negative test)"""@en;
+  dc:description "mismatching string literal open/close (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -19135,7 +19135,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-string-02";
-  dc:description """mismatching string literal open/close (negative test)"""@en;
+  dc:description "mismatching string literal open/close (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -19214,7 +19214,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-string-03";
-  dc:description """mismatching string literal long/short (negative test)"""@en;
+  dc:description "mismatching string literal long/short (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -19293,7 +19293,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-string-04";
-  dc:description """mismatching long string literal open/close (negative test)"""@en;
+  dc:description "mismatching long string literal open/close (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -19372,7 +19372,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-string-05";
-  dc:description """Long literal with missing end (negative test)"""@en;
+  dc:description "Long literal with missing end (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -19451,7 +19451,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-string-06";
-  dc:description """Long literal with extra quote (negative test)"""@en;
+  dc:description "Long literal with extra quote (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -19530,7 +19530,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-string-07";
-  dc:description """Long literal with extra squote (negative test)"""@en;
+  dc:description "Long literal with extra squote (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -19609,7 +19609,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-num-01";
-  dc:description """Bad number format (negative test)"""@en;
+  dc:description "Bad number format (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -19688,7 +19688,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-num-02";
-  dc:description """Bad number format (negative test)"""@en;
+  dc:description "Bad number format (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -19767,7 +19767,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-num-03";
-  dc:description """Bad number format (negative test)"""@en;
+  dc:description "Bad number format (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -19846,7 +19846,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-num-04";
-  dc:description """Bad number format (negative test)"""@en;
+  dc:description "Bad number format (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -19925,7 +19925,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-num-05";
-  dc:description """Bad number format (negative test)"""@en;
+  dc:description "Bad number format (negative test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -20004,7 +20004,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-eval-struct-01";
-  dc:description """triple with IRIs"""@en;
+  dc:description "triple with IRIs"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.ttl>;
   earl:assertions (
@@ -20084,7 +20084,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-eval-struct-02";
-  dc:description """triple with IRIs and embedded whitespace"""@en;
+  dc:description "triple with IRIs and embedded whitespace"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.ttl>;
   earl:assertions (
@@ -20164,7 +20164,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-01";
-  dc:description """Blank subject"""@en;
+  dc:description "Blank subject"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-01.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl>;
   earl:assertions (
@@ -20244,7 +20244,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-02";
-  dc:description """@prefix and qnames"""@en;
+  dc:description "@prefix and qnames"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-02.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-02.ttl>;
   earl:assertions (
@@ -20324,7 +20324,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-03";
-  dc:description """, operator"""@en;
+  dc:description ", operator"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-03.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-03.ttl>;
   earl:assertions (
@@ -20404,7 +20404,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-04";
-  dc:description """; operator"""@en;
+  dc:description "; operator"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-04.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-04.ttl>;
   earl:assertions (
@@ -20484,7 +20484,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-05";
-  dc:description """empty [] as subject and object"""@en;
+  dc:description "empty [] as subject and object"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-05.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-05.ttl>;
   earl:assertions (
@@ -20564,7 +20564,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-06";
-  dc:description """non-empty [] as subject and object"""@en;
+  dc:description "non-empty [] as subject and object"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-06.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-06.ttl>;
   earl:assertions (
@@ -20644,7 +20644,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-07";
-  dc:description """'a' as predicate"""@en;
+  dc:description "'a' as predicate"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-07.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-07.ttl>;
   earl:assertions (
@@ -20724,7 +20724,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-08";
-  dc:description """simple collection"""@en;
+  dc:description "simple collection"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-08.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-08.ttl>;
   earl:assertions (
@@ -20804,7 +20804,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-09";
-  dc:description """empty collection"""@en;
+  dc:description "empty collection"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-09.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-09.ttl>;
   earl:assertions (
@@ -20884,7 +20884,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-10";
-  dc:description """integer datatyped literal"""@en;
+  dc:description "integer datatyped literal"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-10.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-10.ttl>;
   earl:assertions (
@@ -20964,7 +20964,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-11";
-  dc:description """decimal integer canonicalization"""@en;
+  dc:description "decimal integer canonicalization"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-11.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-11.ttl>;
   earl:assertions (
@@ -21044,7 +21044,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-12";
-  dc:description """- and _ in names and qnames"""@en;
+  dc:description "- and _ in names and qnames"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-12.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-12.ttl>;
   earl:assertions (
@@ -21124,7 +21124,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-13";
-  dc:description """tests for rdf:_<numbers> and other qnames starting with _"""@en;
+  dc:description "tests for rdf:_<numbers> and other qnames starting with _"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-13.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-13.ttl>;
   earl:assertions (
@@ -21204,7 +21204,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-14";
-  dc:description """bare : allowed"""@en;
+  dc:description "bare : allowed"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-14.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-14.ttl>;
   earl:assertions (
@@ -21284,7 +21284,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-15";
-  dc:description """simple long literal"""@en;
+  dc:description "simple long literal"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-15.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-15.ttl>;
   earl:assertions (
@@ -21364,7 +21364,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-16";
-  dc:description """long literals with escapes"""@en;
+  dc:description "long literals with escapes"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-16.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-16.ttl>;
   earl:assertions (
@@ -21444,7 +21444,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-17";
-  dc:description """floating point number"""@en;
+  dc:description "floating point number"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-17.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-17.ttl>;
   earl:assertions (
@@ -21524,7 +21524,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-18";
-  dc:description """empty literals, normal and long variant"""@en;
+  dc:description "empty literals, normal and long variant"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-18.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-18.ttl>;
   earl:assertions (
@@ -21604,7 +21604,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-19";
-  dc:description """positive integer, decimal and doubles"""@en;
+  dc:description "positive integer, decimal and doubles"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-19.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-19.ttl>;
   earl:assertions (
@@ -21684,7 +21684,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-20";
-  dc:description """negative integer, decimal and doubles"""@en;
+  dc:description "negative integer, decimal and doubles"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-20.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-20.ttl>;
   earl:assertions (
@@ -21764,7 +21764,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-21";
-  dc:description """long literal ending in double quote"""@en;
+  dc:description "long literal ending in double quote"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-21.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-21.ttl>;
   earl:assertions (
@@ -21844,7 +21844,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-22";
-  dc:description """boolean literals"""@en;
+  dc:description "boolean literals"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-22.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-22.ttl>;
   earl:assertions (
@@ -21924,7 +21924,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-23";
-  dc:description """comments"""@en;
+  dc:description "comments"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-23.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-23.ttl>;
   earl:assertions (
@@ -22004,7 +22004,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-24";
-  dc:description """no final mewline"""@en;
+  dc:description "no final mewline"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-24.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-24.ttl>;
   earl:assertions (
@@ -22084,7 +22084,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-25";
-  dc:description """repeating a @prefix changes pname definition"""@en;
+  dc:description "repeating a @prefix changes pname definition"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-25.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-25.ttl>;
   earl:assertions (
@@ -22164,7 +22164,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-26";
-  dc:description """Variations on decimal canonicalization"""@en;
+  dc:description "Variations on decimal canonicalization"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-26.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-26.ttl>;
   earl:assertions (
@@ -22244,7 +22244,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-subm-27";
-  dc:description """Repeating @base changes base for relative IRI lookup"""@en;
+  dc:description "Repeating @base changes base for relative IRI lookup"@en;
   mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-27.nt>;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl>;
   earl:assertions (
@@ -22324,7 +22324,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-eval-bad-01";
-  dc:description """Bad IRI : good escape, bad charcater (negative evaluation test)"""@en;
+  dc:description "Bad IRI : good escape, bad charcater (negative evaluation test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -22403,7 +22403,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-eval-bad-02";
-  dc:description """Bad IRI : hex 3C is < (negative evaluation test)"""@en;
+  dc:description "Bad IRI : hex 3C is < (negative evaluation test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -22482,7 +22482,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-eval-bad-03";
-  dc:description """Bad IRI : hex 3E is  (negative evaluation test)"""@en;
+  dc:description "Bad IRI : hex 3E is  (negative evaluation test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -22561,7 +22561,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-eval-bad-04";
-  dc:description """Bad IRI : {abc} (negative evaluation test)"""@en;
+  dc:description "Bad IRI : {abc} (negative evaluation test)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -22640,7 +22640,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-blank-label-dot-end";
-  dc:description """Blank node label must not end in dot"""@en;
+  dc:description "Blank node label must not end in dot"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-blank-label-dot-end.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -22719,7 +22719,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-ln-dash-start";
-  dc:description """Local name must not begin with dash"""@en;
+  dc:description "Local name must not begin with dash"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-dash-start.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -22798,7 +22798,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-ln-escape-start";
-  dc:description """Bad hex escape at start of local name"""@en;
+  dc:description "Bad hex escape at start of local name"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape-start.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -22877,7 +22877,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-ln-escape";
-  dc:description """Bad hex escape in local name"""@en;
+  dc:description "Bad hex escape in local name"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -22956,7 +22956,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-missing-ns-dot-end";
-  dc:description """Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)"""@en;
+  dc:description "Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-end.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -23035,7 +23035,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-missing-ns-dot-start";
-  dc:description """Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)"""@en;
+  dc:description "Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-start.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -23114,7 +23114,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-ns-dot-end";
-  dc:description """Prefix must not end in dot"""@en;
+  dc:description "Prefix must not end in dot"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-end.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -23193,7 +23193,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-ns-dot-start";
-  dc:description """Prefix must not start with dot"""@en;
+  dc:description "Prefix must not start with dot"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-start.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -23272,7 +23272,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-bad-number-dot-in-anon";
-  dc:description """Dot delimeter may not appear in anonymous nodes"""@en;
+  dc:description "Dot delimeter may not appear in anonymous nodes"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-number-dot-in-anon.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -23351,7 +23351,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-blank-label";
-  dc:description """Characters allowed in blank node labels"""@en;
+  dc:description "Characters allowed in blank node labels"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-blank-label.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -23430,7 +23430,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-ln-colons";
-  dc:description """Colons in pname local names"""@en;
+  dc:description "Colons in pname local names"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-colons.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -23509,7 +23509,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-ln-dots";
-  dc:description """Dots in pname local names"""@en;
+  dc:description "Dots in pname local names"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-dots.ttl>;
   earl:assertions (
     [ a earl:Assertion;
@@ -23588,7 +23588,7 @@
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
   dc:title "turtle-syntax-ns-dots";
-  dc:description """Dots in namespace names"""@en;
+  dc:description "Dots in namespace names"@en;
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ns-dots.ttl>;
   earl:assertions (
     [ a earl:Assertion;
--- a/trig/reports/earl.ttl	Thu Dec 26 10:41:55 2013 -0800
+++ b/trig/reports/earl.ttl	Thu Dec 26 15:44:10 2013 -0800
@@ -33,7 +33,7 @@
   doap:homepage <https://github.com/gkellogg/earl-report>;
   doap:programming-language "Ruby";
   doap:license <http://unlicense.org>;
-  doap:release <https://github.com/gkellogg/earl-report/tree/0.2.7.2>;
+  doap:release <https://github.com/gkellogg/earl-report/tree/0.3.1>;
   doap:developer <http://greggkellogg.net/foaf#me> .
 
     
@@ -384,7 +384,7 @@
 #
 <http://jena.apache.org/#riot> a earl:TestSubject, doap:Project;
   doap:name "Apache Jena";
-  doap:description """Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."""@en;
+  doap:description "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."@en;
   doap:programming-language "Java";
  .
 
@@ -427,7 +427,7 @@
 
 <http://rubygems.org/gems/rdf-trig> a earl:TestSubject, doap:Project;
   doap:name "RDF::TriG";
-  doap:description """TriG reader/writer for RDF.rb"""@en;
+  doap:description "TriG reader/writer for RDF.rb"@en;
   doap:programming-language "Ruby";
  .
 
@@ -443,7 +443,7 @@
 #
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_graph> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "anonymous_blank_node_graph";
-  dc:description """anonymous blank node graph"""@en;
+  dc:description "anonymous blank node graph"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_graph.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/anonymous_blank_node_graph.trig>;
   earl:assertions (
@@ -463,7 +463,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_graph> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "labeled_blank_node_graph";
-  dc:description """labeled blank node graph"""@en;
+  dc:description "labeled blank node graph"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_graph.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_graph.trig>;
   earl:assertions (
@@ -483,7 +483,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#alternating_iri_graphs> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "alternating_iri_graphs";
-  dc:description """alternating graphs with IRI names"""@en;
+  dc:description "alternating graphs with IRI names"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/alternating_iri_graphs.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/alternating_iri_graphs.trig>;
   earl:assertions (
@@ -503,7 +503,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#alternating_bnode_graphs> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "alternating_bnode_graphs";
-  dc:description """alternating graphs with BNode names"""@en;
+  dc:description "alternating graphs with BNode names"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/alternating_bnode_graphs.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/alternating_bnode_graphs.trig>;
   earl:assertions (
@@ -523,7 +523,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-base-04";
-  dc:description """@base inside graph (negative test)"""@en;
+  dc:description "@base inside graph (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-base-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -542,7 +542,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-base-05";
-  dc:description """BASE inside graph (negative test)"""@en;
+  dc:description "BASE inside graph (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-base-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -561,7 +561,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-prefix-06";
-  dc:description """@prefix inside graph (negative test)"""@en;
+  dc:description "@prefix inside graph (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-06.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -580,7 +580,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-prefix-07";
-  dc:description """PREFIX inside graph (negative test)"""@en;
+  dc:description "PREFIX inside graph (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-07.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -599,7 +599,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-struct-06";
-  dc:description """missing '.'"""@en;
+  dc:description "missing '.'"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-06.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -618,7 +618,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-struct-07";
-  dc:description """trailing ';' no '.'"""@en;
+  dc:description "trailing ';' no '.'"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-07.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -637,7 +637,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-minimal-whitespace-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-minimal-whitespace-01";
-  dc:description """tests absense of whitespace in various positions"""@en;
+  dc:description "tests absense of whitespace in various positions"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-minimal-whitespace-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -656,7 +656,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "IRI_subject";
-  dc:description """IRI subject"""@en;
+  dc:description "IRI subject"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_subject.trig>;
   earl:assertions (
@@ -676,7 +676,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_four_digit_numeric_escape> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "IRI_with_four_digit_numeric_escape";
-  dc:description """IRI with four digit numeric escape (\u)"""@en;
+  dc:description "IRI with four digit numeric escape (\\u)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_with_four_digit_numeric_escape.trig>;
   earl:assertions (
@@ -696,7 +696,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_eight_digit_numeric_escape> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "IRI_with_eight_digit_numeric_escape";
-  dc:description """IRI with eight digit numeric escape (\U)"""@en;
+  dc:description "IRI with eight digit numeric escape (\\U)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_with_eight_digit_numeric_escape.trig>;
   earl:assertions (
@@ -716,7 +716,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_all_punctuation> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "IRI_with_all_punctuation";
-  dc:description """IRI with all punctuation"""@en;
+  dc:description "IRI with all punctuation"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_with_all_punctuation.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_with_all_punctuation.trig>;
   earl:assertions (
@@ -736,7 +736,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_a_predicate> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "bareword_a_predicate";
-  dc:description """bareword a predicate"""@en;
+  dc:description "bareword a predicate"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/bareword_a_predicate.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/bareword_a_predicate.trig>;
   earl:assertions (
@@ -756,7 +756,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#old_style_prefix> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "old_style_prefix";
-  dc:description """old-style prefix"""@en;
+  dc:description "old-style prefix"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/old_style_prefix.trig>;
   earl:assertions (
@@ -776,7 +776,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#SPARQL_style_prefix> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "SPARQL_style_prefix";
-  dc:description """SPARQL-style prefix"""@en;
+  dc:description "SPARQL-style prefix"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/SPARQL_style_prefix.trig>;
   earl:assertions (
@@ -796,7 +796,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_IRI_predicate> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "prefixed_IRI_predicate";
-  dc:description """prefixed IRI predicate"""@en;
+  dc:description "prefixed IRI predicate"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefixed_IRI_predicate.trig>;
   earl:assertions (
@@ -816,7 +816,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_IRI_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "prefixed_IRI_object";
-  dc:description """prefixed IRI object"""@en;
+  dc:description "prefixed IRI object"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefixed_IRI_object.trig>;
   earl:assertions (
@@ -836,7 +836,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_only_IRI> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "prefix_only_IRI";
-  dc:description """prefix-only IRI (p:)"""@en;
+  dc:description "prefix-only IRI (p:)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefix_only_IRI.trig>;
   earl:assertions (
@@ -856,7 +856,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "prefix_with_PN_CHARS_BASE_character_boundaries";
-  dc:description """prefix with PN CHARS BASE character boundaries (prefix: AZazÀÖØöø...:)"""@en;
+  dc:description "prefix with PN CHARS BASE character boundaries (prefix: AZazÀÖØöø...:)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefix_with_PN_CHARS_BASE_character_boundaries.trig>;
   earl:assertions (
@@ -876,7 +876,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_with_non_leading_extras> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "prefix_with_non_leading_extras";
-  dc:description """prefix with_non_leading_extras (_:a·̀ͯ‿.⁀)"""@en;
+  dc:description "prefix with_non_leading_extras (_:a·̀ͯ‿.⁀)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefix_with_non_leading_extras.trig>;
   earl:assertions (
@@ -896,7 +896,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#default_namespace_IRI> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "default_namespace_IRI";
-  dc:description """default namespace IRI (:ln)"""@en;
+  dc:description "default namespace IRI (:ln)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/default_namespace_IRI.trig>;
   earl:assertions (
@@ -916,7 +916,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_reassigned_and_used> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "prefix_reassigned_and_used";
-  dc:description """prefix reassigned and used"""@en;
+  dc:description "prefix reassigned and used"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefix_reassigned_and_used.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefix_reassigned_and_used.trig>;
   earl:assertions (
@@ -936,7 +936,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#reserved_escaped_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "reserved_escaped_localName";
-  dc:description """reserved-escaped local name"""@en;
+  dc:description "reserved-escaped local name"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/reserved_escaped_localName.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/reserved_escaped_localName.trig>;
   earl:assertions (
@@ -956,7 +956,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#percent_escaped_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "percent_escaped_localName";
-  dc:description """percent-escaped local name"""@en;
+  dc:description "percent-escaped local name"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/percent_escaped_localName.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/percent_escaped_localName.trig>;
   earl:assertions (
@@ -976,7 +976,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#HYPHEN_MINUS_in_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "HYPHEN_MINUS_in_localName";
-  dc:description """HYPHEN-MINUS in local name"""@en;
+  dc:description "HYPHEN-MINUS in local name"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/HYPHEN_MINUS_in_localName.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/HYPHEN_MINUS_in_localName.trig>;
   earl:assertions (
@@ -996,7 +996,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#underscore_in_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "underscore_in_localName";
-  dc:description """underscore in local name"""@en;
+  dc:description "underscore in local name"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/underscore_in_localName.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/underscore_in_localName.trig>;
   earl:assertions (
@@ -1016,7 +1016,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localname_with_COLON> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "localname_with_COLON";
-  dc:description """localname with COLON"""@en;
+  dc:description "localname with COLON"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localname_with_COLON.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localname_with_COLON.trig>;
   earl:assertions (
@@ -1036,7 +1036,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries";
-  dc:description """localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZazÀÖØöø...)"""@en;
+  dc:description "localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZazÀÖØöø...)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.trig>;
   earl:assertions (
@@ -1056,7 +1056,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries";
-  dc:description """localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZazÀÖØöø...)"""@en;
+  dc:description "localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZazÀÖØöø...)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.trig>;
   earl:assertions (
@@ -1076,7 +1076,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "localName_with_nfc_PN_CHARS_BASE_character_boundaries";
-  dc:description """localName with nfc-normalize PN CHARS BASE character boundaries (p:AZazÀÖØöø...)"""@en;
+  dc:description "localName with nfc-normalize PN CHARS BASE character boundaries (p:AZazÀÖØöø...)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.trig>;
   earl:assertions (
@@ -1096,7 +1096,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_leading_underscore> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "localName_with_leading_underscore";
-  dc:description """localName with leading underscore (p:_)"""@en;
+  dc:description "localName with leading underscore (p:_)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_leading_underscore.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_leading_underscore.trig>;
   earl:assertions (
@@ -1116,7 +1116,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_leading_digit> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "localName_with_leading_digit";
-  dc:description """localName with leading digit (p:_)"""@en;
+  dc:description "localName with leading digit (p:_)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_leading_digit.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_leading_digit.trig>;
   earl:assertions (
@@ -1136,7 +1136,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_non_leading_extras> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "localName_with_non_leading_extras";
-  dc:description """localName with_non_leading_extras (_:a·̀ͯ‿.⁀)"""@en;
+  dc:description "localName with_non_leading_extras (_:a·̀ͯ‿.⁀)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_non_leading_extras.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_non_leading_extras.trig>;
   earl:assertions (
@@ -1156,7 +1156,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#old_style_base> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "old_style_base";
-  dc:description """old-style base"""@en;
+  dc:description "old-style base"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/old_style_base.trig>;
   earl:assertions (
@@ -1176,7 +1176,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#SPARQL_style_base> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "SPARQL_style_base";
-  dc:description """SPARQL-style base"""@en;
+  dc:description "SPARQL-style base"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/SPARQL_style_base.trig>;
   earl:assertions (
@@ -1196,7 +1196,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "labeled_blank_node_subject";
-  dc:description """labeled blank node subject"""@en;
+  dc:description "labeled blank node subject"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_subject.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_subject.trig>;
   earl:assertions (
@@ -1216,7 +1216,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "labeled_blank_node_object";
-  dc:description """labeled blank node object"""@en;
+  dc:description "labeled blank node object"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_object.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_object.trig>;
   earl:assertions (
@@ -1236,7 +1236,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "labeled_blank_node_with_PN_CHARS_BASE_character_boundaries";
-  dc:description """labeled blank node with PN_CHARS_BASE character boundaries (_:AZazÀÖØöø...)"""@en;
+  dc:description "labeled blank node with PN_CHARS_BASE character boundaries (_:AZazÀÖØöø...)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_object.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.trig>;
   earl:assertions (
@@ -1256,7 +1256,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_leading_underscore> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "labeled_blank_node_with_leading_underscore";
-  dc:description """labeled blank node with_leading_underscore (_:_)"""@en;
+  dc:description "labeled blank node with_leading_underscore (_:_)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_object.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_with_leading_underscore.trig>;
   earl:assertions (
@@ -1276,7 +1276,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_leading_digit> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "labeled_blank_node_with_leading_digit";
-  dc:description """labeled blank node with_leading_digit (_:0)"""@en;
+  dc:description "labeled blank node with_leading_digit (_:0)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_object.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_with_leading_digit.trig>;
   earl:assertions (
@@ -1296,7 +1296,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_non_leading_extras> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "labeled_blank_node_with_non_leading_extras";
-  dc:description """labeled blank node with_non_leading_extras (_:a·̀ͯ‿.⁀)"""@en;
+  dc:description "labeled blank node with_non_leading_extras (_:a·̀ͯ‿.⁀)"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_object.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_with_non_leading_extras.trig>;
   earl:assertions (
@@ -1316,7 +1316,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "anonymous_blank_node_subject";
-  dc:description """anonymous blank node subject"""@en;
+  dc:description "anonymous blank node subject"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/anonymous_blank_node_subject.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/anonymous_blank_node_subject.trig>;
   earl:assertions (
@@ -1336,7 +1336,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "anonymous_blank_node_object";
-  dc:description """anonymous blank node object"""@en;
+  dc:description "anonymous blank node object"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/anonymous_blank_node_object.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/anonymous_blank_node_object.trig>;
   earl:assertions (
@@ -1356,7 +1356,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#sole_blankNodePropertyList> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "sole_blankNodePropertyList";
-  dc:description """sole blankNodePropertyList [ <p> <o> ] ."""@en;
+  dc:description "sole blankNodePropertyList [ <p> <o> ] ."@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/sole_blankNodePropertyList.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/sole_blankNodePropertyList.trig>;
   earl:assertions (
@@ -1376,7 +1376,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "blankNodePropertyList_as_subject";
-  dc:description """blankNodePropertyList as subject [ … ] <p> <o> ."""@en;
+  dc:description "blankNodePropertyList as subject [ … ] <p> <o> ."@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/blankNodePropertyList_as_subject.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/blankNodePropertyList_as_subject.trig>;
   earl:assertions (
@@ -1396,7 +1396,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "blankNodePropertyList_as_object";
-  dc:description """blankNodePropertyList as object <s> <p> [ … ] ."""@en;
+  dc:description "blankNodePropertyList as object <s> <p> [ … ] ."@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/blankNodePropertyList_as_object.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/blankNodePropertyList_as_object.trig>;
   earl:assertions (
@@ -1416,7 +1416,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_with_multiple_triples> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "blankNodePropertyList_with_multiple_triples";
-  dc:description """blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]"""@en;
+  dc:description "blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/blankNodePropertyList_with_multiple_triples.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/blankNodePropertyList_with_multiple_triples.trig>;
   earl:assertions (
@@ -1436,7 +1436,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#nested_blankNodePropertyLists> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "nested_blankNodePropertyLists";
-  dc:description """nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]"""@en;
+  dc:description "nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/nested_blankNodePropertyLists.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/nested_blankNodePropertyLists.trig>;
   earl:assertions (
@@ -1456,7 +1456,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_containing_collection> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "blankNodePropertyList_containing_collection";
-  dc:description """blankNodePropertyList containing collection [ <p1> ( … ) ]"""@en;
+  dc:description "blankNodePropertyList containing collection [ <p1> ( … ) ]"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/blankNodePropertyList_containing_collection.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/blankNodePropertyList_containing_collection.trig>;
   earl:assertions (
@@ -1476,7 +1476,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#collection_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "collection_subject";
-  dc:description """collection subject"""@en;
+  dc:description "collection subject"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/collection_subject.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/collection_subject.trig>;
   earl:assertions (
@@ -1496,7 +1496,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#collection_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "collection_object";
-  dc:description """collection object"""@en;
+  dc:description "collection object"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/collection_object.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/collection_object.trig>;
   earl:assertions (
@@ -1516,7 +1516,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#empty_collection> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "empty_collection";
-  dc:description """empty collection ()"""@en;
+  dc:description "empty collection ()"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/empty_collection.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/empty_collection.trig>;
   earl:assertions (
@@ -1536,7 +1536,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#nested_collection> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "nested_collection";
-  dc:description """nested collection (())"""@en;
+  dc:description "nested collection (())"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/nested_collection.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/nested_collection.trig>;
   earl:assertions (
@@ -1556,7 +1556,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#first> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "first";
-  dc:description """first, not last, non-empty nested collection"""@en;
+  dc:description "first, not last, non-empty nested collection"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/first.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/first.trig>;
   earl:assertions (
@@ -1576,7 +1576,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#last> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "last";
-  dc:description """last, not first, non-empty nested collection"""@en;
+  dc:description "last, not first, non-empty nested collection"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/last.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/last.trig>;
   earl:assertions (
@@ -1596,7 +1596,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL1";
-  dc:description """LITERAL1 'x'"""@en;
+  dc:description "LITERAL1 'x'"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1.trig>;
   earl:assertions (
@@ -1616,7 +1616,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL1_ascii_boundaries";
-  dc:description """LITERAL1_ascii_boundaries '\x00\x09\x0b\x0c\x0e\x26\x28...'"""@en;
+  dc:description "LITERAL1_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x26\\x28...'"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_ascii_boundaries.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_ascii_boundaries.trig>;
   earl:assertions (
@@ -1636,7 +1636,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL1_with_UTF8_boundaries";
-  dc:description """LITERAL1_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  dc:description "LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_with_UTF8_boundaries.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_with_UTF8_boundaries.trig>;
   earl:assertions (
@@ -1656,7 +1656,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_controls> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL1_all_controls";
-  dc:description """LITERAL1_all_controls '\x00\x01\x02\x03\x04...'"""@en;
+  dc:description "LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_all_controls.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_all_controls.trig>;
   earl:assertions (
@@ -1676,7 +1676,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_punctuation> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL1_all_punctuation";
-  dc:description """LITERAL1_all_punctuation '!"#$%&()...'"""@en;
+  dc:description "LITERAL1_all_punctuation '!\"#$%&()...'"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_all_punctuation.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_all_punctuation.trig>;
   earl:assertions (
@@ -1696,7 +1696,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG1";
-  dc:description """LITERAL_LONG1 '''x'''"""@en;
+  dc:description "LITERAL_LONG1 '''x'''"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1.trig>;
   earl:assertions (
@@ -1716,7 +1716,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG1_ascii_boundaries";
-  dc:description """LITERAL_LONG1_ascii_boundaries '\x00\x26\x28...'"""@en;
+  dc:description "LITERAL_LONG1_ascii_boundaries '\\x00\\x26\\x28...'"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_ascii_boundaries.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_ascii_boundaries.trig>;
   earl:assertions (
@@ -1736,7 +1736,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG1_with_UTF8_boundaries";
-  dc:description """LITERAL_LONG1_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  dc:description "LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_with_UTF8_boundaries.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_with_UTF8_boundaries.trig>;
   earl:assertions (
@@ -1756,7 +1756,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_1_squote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG1_with_1_squote";
-  dc:description """LITERAL_LONG1 with 1 squote '''a'b'''"""@en;
+  dc:description "LITERAL_LONG1 with 1 squote '''a'b'''"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_with_1_squote.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_with_1_squote.trig>;
   earl:assertions (
@@ -1776,7 +1776,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_2_squotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG1_with_2_squotes";
-  dc:description """LITERAL_LONG1 with 2 squotes '''a''b'''"""@en;
+  dc:description "LITERAL_LONG1 with 2 squotes '''a''b'''"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_with_2_squotes.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_with_2_squotes.trig>;
   earl:assertions (
@@ -1796,7 +1796,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL2";
-  dc:description """LITERAL2 "x""""@en;
+  dc:description "LITERAL2 \"x\""@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL2.trig>;
   earl:assertions (
@@ -1816,7 +1816,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL2_ascii_boundaries";
-  dc:description """LITERAL2_ascii_boundaries '\x00\x09\x0b\x0c\x0e\x21\x23...'"""@en;
+  dc:description "LITERAL2_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x21\\x23...'"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL2_ascii_boundaries.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL2_ascii_boundaries.trig>;
   earl:assertions (
@@ -1836,7 +1836,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL2_with_UTF8_boundaries";
-  dc:description """LITERAL2_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  dc:description "LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_with_UTF8_boundaries.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL2_with_UTF8_boundaries.trig>;
   earl:assertions (
@@ -1856,7 +1856,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG2";
-  dc:description """LITERAL_LONG2 """x""""""@en;
+  dc:description "LITERAL_LONG2 \"\"\"x\"\"\""@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2.trig>;
   earl:assertions (
@@ -1876,7 +1876,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG2_ascii_boundaries";
-  dc:description """LITERAL_LONG2_ascii_boundaries '\x00\x21\x23...'"""@en;
+  dc:description "LITERAL_LONG2_ascii_boundaries '\\x00\\x21\\x23...'"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_ascii_boundaries.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_ascii_boundaries.trig>;
   earl:assertions (
@@ -1896,7 +1896,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG2_with_UTF8_boundaries";
-  dc:description """LITERAL_LONG2_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  dc:description "LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_with_UTF8_boundaries.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_UTF8_boundaries.trig>;
   earl:assertions (
@@ -1916,7 +1916,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_1_squote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG2_with_1_squote";
-  dc:description """LITERAL_LONG2 with 1 squote """a"b""""""@en;
+  dc:description "LITERAL_LONG2 with 1 squote \"\"\"a\"b\"\"\""@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_1_squote.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_1_squote.trig>;
   earl:assertions (
@@ -1936,7 +1936,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_2_squotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG2_with_2_squotes";
-  dc:description """LITERAL_LONG2 with 2 squotes """a""b""""""@en;
+  dc:description "LITERAL_LONG2 with 2 squotes \"\"\"a\"\"b\"\"\""@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_2_squotes.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_2_squotes.trig>;
   earl:assertions (
@@ -1956,7 +1956,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_CHARACTER_TABULATION> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_CHARACTER_TABULATION";
-  dc:description """literal with CHARACTER TABULATION"""@en;
+  dc:description "literal with CHARACTER TABULATION"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_CHARACTER_TABULATION.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_CHARACTER_TABULATION.trig>;
   earl:assertions (
@@ -1976,7 +1976,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_BACKSPACE> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_BACKSPACE";
-  dc:description """literal with BACKSPACE"""@en;
+  dc:description "literal with BACKSPACE"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_BACKSPACE.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_BACKSPACE.trig>;
   earl:assertions (
@@ -1996,7 +1996,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_LINE_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_LINE_FEED";
-  dc:description """literal with LINE FEED"""@en;
+  dc:description "literal with LINE FEED"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_LINE_FEED.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_LINE_FEED.trig>;
   earl:assertions (
@@ -2016,7 +2016,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_CARRIAGE_RETURN> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_CARRIAGE_RETURN";
-  dc:description """literal with CARRIAGE RETURN"""@en;
+  dc:description "literal with CARRIAGE RETURN"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_CARRIAGE_RETURN.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_CARRIAGE_RETURN.trig>;
   earl:assertions (
@@ -2036,7 +2036,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_FORM_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_FORM_FEED";
-  dc:description """literal with FORM FEED"""@en;
+  dc:description "literal with FORM FEED"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_FORM_FEED.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_FORM_FEED.trig>;
   earl:assertions (
@@ -2056,7 +2056,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_REVERSE_SOLIDUS";
-  dc:description """literal with REVERSE SOLIDUS"""@en;
+  dc:description "literal with REVERSE SOLIDUS"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_REVERSE_SOLIDUS.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_REVERSE_SOLIDUS.trig>;
   earl:assertions (
@@ -2076,7 +2076,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_escaped_CHARACTER_TABULATION";
-  dc:description """literal with escaped CHARACTER TABULATION"""@en;
+  dc:description "literal with escaped CHARACTER TABULATION"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_CHARACTER_TABULATION.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_escaped_CHARACTER_TABULATION.trig>;
   earl:assertions (
@@ -2096,7 +2096,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_BACKSPACE> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_escaped_BACKSPACE";
-  dc:description """literal with escaped BACKSPACE"""@en;
+  dc:description "literal with escaped BACKSPACE"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_BACKSPACE.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_escaped_BACKSPACE.trig>;
   earl:assertions (
@@ -2116,7 +2116,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_LINE_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_escaped_LINE_FEED";
-  dc:description """literal with escaped LINE FEED"""@en;
+  dc:description "literal with escaped LINE FEED"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_LINE_FEED.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_escaped_LINE_FEED.trig>;
   earl:assertions (
@@ -2136,7 +2136,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_escaped_CARRIAGE_RETURN";
-  dc:description """literal with escaped CARRIAGE RETURN"""@en;
+  dc:description "literal with escaped CARRIAGE RETURN"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_CARRIAGE_RETURN.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_escaped_CARRIAGE_RETURN.trig>;
   earl:assertions (
@@ -2156,7 +2156,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_FORM_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_escaped_FORM_FEED";
-  dc:description """literal with escaped FORM FEED"""@en;
+  dc:description "literal with escaped FORM FEED"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_FORM_FEED.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_escaped_FORM_FEED.trig>;
   earl:assertions (
@@ -2176,7 +2176,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_numeric_escape4> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_numeric_escape4";
-  dc:description """literal with numeric escape4 \u"""@en;
+  dc:description "literal with numeric escape4 \\u"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_numeric_escape4.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_numeric_escape4.trig>;
   earl:assertions (
@@ -2196,7 +2196,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_numeric_escape8> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_with_numeric_escape8";
-  dc:description """literal with numeric escape8 \U"""@en;
+  dc:description "literal with numeric escape8 \\U"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_numeric_escape4.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_numeric_escape8.trig>;
   earl:assertions (
@@ -2216,7 +2216,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRIREF_datatype> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "IRIREF_datatype";
-  dc:description """IRIREF datatype ""^^<t>"""@en;
+  dc:description "IRIREF datatype \"\"^^<t>"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRIREF_datatype.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRIREF_datatype.trig>;
   earl:assertions (
@@ -2236,7 +2236,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_name_datatype> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "prefixed_name_datatype";
-  dc:description """prefixed name datatype ""^^p:t"""@en;
+  dc:description "prefixed name datatype \"\"^^p:t"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRIREF_datatype.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefixed_name_datatype.trig>;
   earl:assertions (
@@ -2256,7 +2256,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_integer> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "bareword_integer";
-  dc:description """bareword integer"""@en;
+  dc:description "bareword integer"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRIREF_datatype.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/bareword_integer.trig>;
   earl:assertions (
@@ -2276,7 +2276,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_decimal> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "bareword_decimal";
-  dc:description """bareword decimal"""@en;
+  dc:description "bareword decimal"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/bareword_decimal.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/bareword_decimal.trig>;
   earl:assertions (
@@ -2296,7 +2296,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_double> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "bareword_double";
-  dc:description """bareword double"""@en;
+  dc:description "bareword double"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/bareword_double.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/bareword_double.trig>;
   earl:assertions (
@@ -2316,7 +2316,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#double_lower_case_e> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "double_lower_case_e";
-  dc:description """double lower case e"""@en;
+  dc:description "double lower case e"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/double_lower_case_e.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/double_lower_case_e.trig>;
   earl:assertions (
@@ -2336,7 +2336,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#negative_numeric> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "negative_numeric";
-  dc:description """negative numeric"""@en;
+  dc:description "negative numeric"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/negative_numeric.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/negative_numeric.trig>;
   earl:assertions (
@@ -2356,7 +2356,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#positive_numeric> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "positive_numeric";
-  dc:description """positive numeric"""@en;
+  dc:description "positive numeric"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/positive_numeric.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/positive_numeric.trig>;
   earl:assertions (
@@ -2376,7 +2376,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#numeric_with_leading_0> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "numeric_with_leading_0";
-  dc:description """numeric with leading 0"""@en;
+  dc:description "numeric with leading 0"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/numeric_with_leading_0.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/numeric_with_leading_0.trig>;
   earl:assertions (
@@ -2396,7 +2396,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_true> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_true";
-  dc:description """literal true"""@en;
+  dc:description "literal true"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_true.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_true.trig>;
   earl:assertions (
@@ -2416,7 +2416,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_false> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "literal_false";
-  dc:description """literal false"""@en;
+  dc:description "literal false"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_false.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_false.trig>;
   earl:assertions (
@@ -2436,7 +2436,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_non_LONG> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "langtagged_non_LONG";
-  dc:description """langtagged non-LONG "x"@en"""@en;
+  dc:description "langtagged non-LONG \"x\"@en"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_non_LONG.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_non_LONG.trig>;
   earl:assertions (
@@ -2456,7 +2456,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "langtagged_LONG";
-  dc:description """langtagged LONG """x"""@en"""@en;
+  dc:description "langtagged LONG \"\"\"x\"\"\"@en"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_non_LONG.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_LONG.trig>;
   earl:assertions (
@@ -2476,7 +2476,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#lantag_with_subtag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "lantag_with_subtag";
-  dc:description """lantag with subtag "x"@en-us"""@en;
+  dc:description "lantag with subtag \"x\"@en-us"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/lantag_with_subtag.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/lantag_with_subtag.trig>;
   earl:assertions (
@@ -2496,7 +2496,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#objectList_with_two_objects> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "objectList_with_two_objects";
-  dc:description """objectList with two objects … <o1>,<o2>"""@en;
+  dc:description "objectList with two objects … <o1>,<o2>"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/objectList_with_two_objects.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/objectList_with_two_objects.trig>;
   earl:assertions (
@@ -2516,7 +2516,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#predicateObjectList_with_two_objectLists> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "predicateObjectList_with_two_objectLists";
-  dc:description """predicateObjectList with two objectLists … <o1>,<o2>"""@en;
+  dc:description "predicateObjectList with two objectLists … <o1>,<o2>"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/predicateObjectList_with_two_objectLists.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/predicateObjectList_with_two_objectLists.trig>;
   earl:assertions (
@@ -2536,7 +2536,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_at_end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "repeated_semis_at_end";
-  dc:description """repeated semis at end <s> <p> <o> ;; <p2> <o2> ."""@en;
+  dc:description "repeated semis at end <s> <p> <o> ;; <p2> <o2> ."@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/predicateObjectList_with_two_objectLists.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/repeated_semis_at_end.trig>;
   earl:assertions (
@@ -2556,7 +2556,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_not_at_end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "repeated_semis_not_at_end";
-  dc:description """repeated semis not at end <s> <p> <o> ;;."""@en;
+  dc:description "repeated semis not at end <s> <p> <o> ;;."@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/repeated_semis_not_at_end.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/repeated_semis_not_at_end.trig>;
   earl:assertions (
@@ -2576,7 +2576,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "comment_following_localName";
-  dc:description """comment following localName"""@en;
+  dc:description "comment following localName"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/comment_following_localName.trig>;
   earl:assertions (
@@ -2596,7 +2596,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "number_sign_following_localName";
-  dc:description """number sign following localName"""@en;
+  dc:description "number sign following localName"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/number_sign_following_localName.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/number_sign_following_localName.trig>;
   earl:assertions (
@@ -2616,7 +2616,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_PNAME_NS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "comment_following_PNAME_NS";
-  dc:description """comment following PNAME_NS"""@en;
+  dc:description "comment following PNAME_NS"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/comment_following_PNAME_NS.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/comment_following_PNAME_NS.trig>;
   earl:assertions (
@@ -2636,7 +2636,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_PNAME_NS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "number_sign_following_PNAME_NS";
-  dc:description """number sign following PNAME_NS"""@en;
+  dc:description "number sign following PNAME_NS"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/number_sign_following_PNAME_NS.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/number_sign_following_PNAME_NS.trig>;
   earl:assertions (
@@ -2656,7 +2656,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG2_with_REVERSE_SOLIDUS";
-  dc:description """REVERSE SOLIDUS at end of LITERAL_LONG2"""@en;
+  dc:description "REVERSE SOLIDUS at end of LITERAL_LONG2"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_REVERSE_SOLIDUS.trig>;
   earl:assertions (
@@ -2676,7 +2676,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-num-05";
-  dc:description """Bad number format (negative test)"""@en;
+  dc:description "Bad number format (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-LITERAL2_with_langtag_and_datatype.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2695,7 +2695,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "two_LITERAL_LONG2s";
-  dc:description """two LITERAL_LONG2s testing quote delimiter overrun"""@en;
+  dc:description "two LITERAL_LONG2s testing quote delimiter overrun"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/two_LITERAL_LONG2s.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/two_LITERAL_LONG2s.trig>;
   earl:assertions (
@@ -2715,7 +2715,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "langtagged_LONG_with_subtag";
-  dc:description """langtagged LONG with subtag """Cheers"""@en-UK"""@en;
+  dc:description "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_LONG_with_subtag.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_LONG_with_subtag.trig>;
   earl:assertions (
@@ -2735,7 +2735,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-file-01";
-  dc:description """Empty file"""@en;
+  dc:description "Empty file"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-file-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2754,7 +2754,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-file-02";
-  dc:description """Only comment"""@en;
+  dc:description "Only comment"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-file-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2773,7 +2773,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-file-03";
-  dc:description """One comment, one empty line"""@en;
+  dc:description "One comment, one empty line"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-file-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2792,7 +2792,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-uri-01";
-  dc:description """Only IRIs"""@en;
+  dc:description "Only IRIs"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-uri-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2811,7 +2811,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-uri-02";
-  dc:description """IRIs with Unicode escape"""@en;
+  dc:description "IRIs with Unicode escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-uri-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2830,7 +2830,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-uri-03";
-  dc:description """IRIs with long Unicode escape"""@en;
+  dc:description "IRIs with long Unicode escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-uri-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2849,7 +2849,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-uri-04";
-  dc:description """Legal IRIs"""@en;
+  dc:description "Legal IRIs"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-uri-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2868,7 +2868,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-base-01";
-  dc:description """@base"""@en;
+  dc:description "@base"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-base-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2887,7 +2887,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-base-02";
-  dc:description """BASE"""@en;
+  dc:description "BASE"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-base-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2906,7 +2906,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-base-03";
-  dc:description """@base with relative IRIs"""@en;
+  dc:description "@base with relative IRIs"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-base-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2925,7 +2925,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-base-04";
-  dc:description """base with relative IRIs"""@en;
+  dc:description "base with relative IRIs"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-base-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2944,7 +2944,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-prefix-01";
-  dc:description """@prefix"""@en;
+  dc:description "@prefix"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2963,7 +2963,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-prefix-02";
-  dc:description """PreFIX"""@en;
+  dc:description "PreFIX"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -2982,7 +2982,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-prefix-03";
-  dc:description """Empty PREFIX"""@en;
+  dc:description "Empty PREFIX"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3001,7 +3001,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-prefix-04";
-  dc:description """Empty @prefix with % escape"""@en;
+  dc:description "Empty @prefix with % escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3020,7 +3020,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-prefix-05";
-  dc:description """@prefix with no suffix"""@en;
+  dc:description "@prefix with no suffix"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3039,7 +3039,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-prefix-06";
-  dc:description """colon is a legal pname character"""@en;
+  dc:description "colon is a legal pname character"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-06.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3058,7 +3058,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-prefix-07";
-  dc:description """dash is a legal pname character"""@en;
+  dc:description "dash is a legal pname character"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-07.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3077,7 +3077,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-prefix-08";
-  dc:description """underscore is a legal pname character"""@en;
+  dc:description "underscore is a legal pname character"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-08.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3096,7 +3096,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-prefix-09";
-  dc:description """percents in pnames"""@en;
+  dc:description "percents in pnames"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-09.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3115,7 +3115,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-string-01";
-  dc:description """string literal"""@en;
+  dc:description "string literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3134,7 +3134,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-string-02";
-  dc:description """langString literal"""@en;
+  dc:description "langString literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3153,7 +3153,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-string-03";
-  dc:description """langString literal with region"""@en;
+  dc:description "langString literal with region"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3172,7 +3172,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-string-04";
-  dc:description """squote string literal"""@en;
+  dc:description "squote string literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3191,7 +3191,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-string-05";
-  dc:description """squote langString literal"""@en;
+  dc:description "squote langString literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3210,7 +3210,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-string-06";
-  dc:description """squote langString literal with region"""@en;
+  dc:description "squote langString literal with region"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-06.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3229,7 +3229,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-string-07";
-  dc:description """long string literal with embedded single- and double-quotes"""@en;
+  dc:description "long string literal with embedded single- and double-quotes"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-07.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3248,7 +3248,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-string-08";
-  dc:description """long string literal with embedded newline"""@en;
+  dc:description "long string literal with embedded newline"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-08.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3267,7 +3267,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-string-09";
-  dc:description """squote long string literal with embedded single- and double-quotes"""@en;
+  dc:description "squote long string literal with embedded single- and double-quotes"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-09.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3286,7 +3286,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-string-10";
-  dc:description """long langString literal with embedded newline"""@en;
+  dc:description "long langString literal with embedded newline"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-10.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3305,7 +3305,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-string-11";
-  dc:description """squote long langString literal with embedded newline"""@en;
+  dc:description "squote long langString literal with embedded newline"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-11.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3324,7 +3324,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-str-esc-01";
-  dc:description """string literal with escaped newline"""@en;
+  dc:description "string literal with escaped newline"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-str-esc-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3343,7 +3343,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-str-esc-02";
-  dc:description """string literal with Unicode escape"""@en;
+  dc:description "string literal with Unicode escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-str-esc-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3362,7 +3362,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-str-esc-03";
-  dc:description """string literal with long Unicode escape"""@en;
+  dc:description "string literal with long Unicode escape"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-str-esc-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3381,7 +3381,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-pname-esc-01";
-  dc:description """pname with back-slash escapes"""@en;
+  dc:description "pname with back-slash escapes"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-pname-esc-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3400,7 +3400,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-pname-esc-02";
-  dc:description """pname with back-slash escapes (2)"""@en;
+  dc:description "pname with back-slash escapes (2)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-pname-esc-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3419,7 +3419,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-pname-esc-03";
-  dc:description """pname with back-slash escapes (3)"""@en;
+  dc:description "pname with back-slash escapes (3)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-pname-esc-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3438,7 +3438,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-bnode-01";
-  dc:description """bnode subject"""@en;
+  dc:description "bnode subject"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3457,7 +3457,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-bnode-02";
-  dc:description """bnode object"""@en;
+  dc:description "bnode object"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3476,7 +3476,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-bnode-03";
-  dc:description """bnode property list object"""@en;
+  dc:description "bnode property list object"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3495,7 +3495,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-bnode-04";
-  dc:description """bnode property list object (2)"""@en;
+  dc:description "bnode property list object (2)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3514,7 +3514,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-bnode-05";
-  dc:description """bnode property list subject"""@en;
+  dc:description "bnode property list subject"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3533,7 +3533,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-bnode-06";
-  dc:description """labeled bnode subject"""@en;
+  dc:description "labeled bnode subject"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-06.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3552,7 +3552,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-bnode-07";
-  dc:description """labeled bnode subject and object"""@en;
+  dc:description "labeled bnode subject and object"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-07.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3571,7 +3571,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-bnode-08";
-  dc:description """bare bnode property list"""@en;
+  dc:description "bare bnode property list"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-08.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3590,7 +3590,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-bnode-09";
-  dc:description """bnode property list"""@en;
+  dc:description "bnode property list"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-09.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3609,7 +3609,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-bnode-10";
-  dc:description """mixed bnode property list and triple"""@en;
+  dc:description "mixed bnode property list and triple"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-10.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3628,7 +3628,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-number-01";
-  dc:description """integer literal"""@en;
+  dc:description "integer literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3647,7 +3647,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-number-02";
-  dc:description """negative integer literal"""@en;
+  dc:description "negative integer literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3666,7 +3666,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-number-03";
-  dc:description """positive integer literal"""@en;
+  dc:description "positive integer literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3685,7 +3685,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-number-04";
-  dc:description """decimal literal"""@en;
+  dc:description "decimal literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3704,7 +3704,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-number-05";
-  dc:description """decimal literal (no leading digits)"""@en;
+  dc:description "decimal literal (no leading digits)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3723,7 +3723,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-number-06";
-  dc:description """negative decimal literal"""@en;
+  dc:description "negative decimal literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-06.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3742,7 +3742,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-number-07";
-  dc:description """positive decimal literal"""@en;
+  dc:description "positive decimal literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-07.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3761,7 +3761,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-number-08";
-  dc:description """integer literal with decimal lexical confusion"""@en;
+  dc:description "integer literal with decimal lexical confusion"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-08.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3780,7 +3780,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-number-09";
-  dc:description """double literal"""@en;
+  dc:description "double literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-09.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3799,7 +3799,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-number-10";
-  dc:description """negative double literal"""@en;
+  dc:description "negative double literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-10.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3818,7 +3818,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-number-11";
-  dc:description """double literal no fraction"""@en;
+  dc:description "double literal no fraction"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-11.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3837,7 +3837,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-datatypes-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-datatypes-01";
-  dc:description """xsd:byte literal"""@en;
+  dc:description "xsd:byte literal"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-datatypes-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3856,7 +3856,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-datatypes-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-datatypes-02";
-  dc:description """integer as xsd:string"""@en;
+  dc:description "integer as xsd:string"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-datatypes-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3875,7 +3875,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-kw-01";
-  dc:description """boolean literal (true)"""@en;
+  dc:description "boolean literal (true)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-kw-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3894,7 +3894,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-kw-02";
-  dc:description """boolean literal (false)"""@en;
+  dc:description "boolean literal (false)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-kw-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3913,7 +3913,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-kw-03";
-  dc:description """'a' as keyword"""@en;
+  dc:description "'a' as keyword"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-kw-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3932,7 +3932,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-struct-01";
-  dc:description """object list"""@en;
+  dc:description "object list"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3951,7 +3951,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-struct-02";
-  dc:description """predicate list with object list"""@en;
+  dc:description "predicate list with object list"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3970,7 +3970,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-struct-03";
-  dc:description """predicate list with object list and dangling ';'"""@en;
+  dc:description "predicate list with object list and dangling ';'"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -3989,7 +3989,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-struct-04";
-  dc:description """predicate list with multiple ;;"""@en;
+  dc:description "predicate list with multiple ;;"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4008,7 +4008,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-struct-05";
-  dc:description """predicate list with multiple ;;"""@en;
+  dc:description "predicate list with multiple ;;"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4027,7 +4027,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-lists-01";
-  dc:description """empty list"""@en;
+  dc:description "empty list"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-lists-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4046,7 +4046,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-lists-02";
-  dc:description """mixed list"""@en;
+  dc:description "mixed list"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-lists-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4065,7 +4065,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-lists-03";
-  dc:description """isomorphic list as subject and object"""@en;
+  dc:description "isomorphic list as subject and object"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-lists-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4084,7 +4084,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-lists-04";
-  dc:description """lists of lists"""@en;
+  dc:description "lists of lists"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-lists-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4103,7 +4103,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-lists-05";
-  dc:description """mixed lists with embedded lists"""@en;
+  dc:description "mixed lists with embedded lists"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-lists-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4122,7 +4122,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-uri-01";
-  dc:description """Bad IRI : space (negative test)"""@en;
+  dc:description "Bad IRI : space (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-uri-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4141,7 +4141,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-uri-02";
-  dc:description """Bad IRI : bad escape (negative test)"""@en;
+  dc:description "Bad IRI : bad escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-uri-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4160,7 +4160,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-uri-03";
-  dc:description """Bad IRI : bad long escape (negative test)"""@en;
+  dc:description "Bad IRI : bad long escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-uri-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4179,7 +4179,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-uri-04";
-  dc:description """Bad IRI : character escapes not allowed (negative test)"""@en;
+  dc:description "Bad IRI : character escapes not allowed (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-uri-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4198,7 +4198,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-uri-05";
-  dc:description """Bad IRI : character escapes not allowed (2) (negative test)"""@en;
+  dc:description "Bad IRI : character escapes not allowed (2) (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-uri-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4217,7 +4217,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-prefix-01";
-  dc:description """No prefix (negative test)"""@en;
+  dc:description "No prefix (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4236,7 +4236,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-prefix-02";
-  dc:description """No prefix (2) (negative test)"""@en;
+  dc:description "No prefix (2) (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4255,7 +4255,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-prefix-03";
-  dc:description """@prefix without URI (negative test)"""@en;
+  dc:description "@prefix without URI (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4274,7 +4274,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-prefix-04";
-  dc:description """@prefix without prefix name (negative test)"""@en;
+  dc:description "@prefix without prefix name (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4293,7 +4293,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-prefix-05";
-  dc:description """@prefix without ':' (negative test)"""@en;
+  dc:description "@prefix without ':' (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4312,7 +4312,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-base-01";
-  dc:description """@base without URI (negative test)"""@en;
+  dc:description "@base without URI (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-base-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4331,7 +4331,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-base-02";
-  dc:description """@base in wrong case (negative test)"""@en;
+  dc:description "@base in wrong case (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-base-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4350,7 +4350,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-base-03";
-  dc:description """BASE without URI (negative test)"""@en;
+  dc:description "BASE without URI (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-base-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4369,7 +4369,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-02";
-  dc:description """Turtle is not N3 (negative test)"""@en;
+  dc:description "Turtle is not N3 (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4388,7 +4388,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-03";
-  dc:description """Turtle is not NQuads (negative test)"""@en;
+  dc:description "Turtle is not NQuads (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4407,7 +4407,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-04";
-  dc:description """Turtle does not allow literals-as-subjects (negative test)"""@en;
+  dc:description "Turtle does not allow literals-as-subjects (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4426,7 +4426,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-05";
-  dc:description """Turtle does not allow literals-as-predicates (negative test)"""@en;
+  dc:description "Turtle does not allow literals-as-predicates (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4445,7 +4445,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-06";
-  dc:description """Turtle does not allow bnodes-as-predicates (negative test)"""@en;
+  dc:description "Turtle does not allow bnodes-as-predicates (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-06.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4464,7 +4464,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-07";
-  dc:description """Turtle does not allow labeled bnodes-as-predicates (negative test)"""@en;
+  dc:description "Turtle does not allow labeled bnodes-as-predicates (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-07.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4483,7 +4483,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-kw-01";
-  dc:description """'A' is not a keyword (negative test)"""@en;
+  dc:description "'A' is not a keyword (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-kw-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4502,7 +4502,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-kw-02";
-  dc:description """'a' cannot be used as subject (negative test)"""@en;
+  dc:description "'a' cannot be used as subject (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-kw-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4521,7 +4521,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-kw-03";
-  dc:description """'a' cannot be used as object (negative test)"""@en;
+  dc:description "'a' cannot be used as object (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-kw-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4540,7 +4540,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-kw-04";
-  dc:description """'true' cannot be used as subject (negative test)"""@en;
+  dc:description "'true' cannot be used as subject (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-kw-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4559,7 +4559,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-kw-05";
-  dc:description """'true' cannot be used as object (negative test)"""@en;
+  dc:description "'true' cannot be used as object (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-kw-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4578,7 +4578,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-01";
-  dc:description """{} fomulae not in Turtle (negative test)"""@en;
+  dc:description "{} fomulae not in Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4597,7 +4597,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-02";
-  dc:description """= is not Turtle (negative test)"""@en;
+  dc:description "= is not Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4616,7 +4616,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-03";
-  dc:description """N3 paths not in Turtle (negative test)"""@en;
+  dc:description "N3 paths not in Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4635,7 +4635,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-04";
-  dc:description """N3 paths not in Turtle (negative test)"""@en;
+  dc:description "N3 paths not in Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4654,7 +4654,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-05";
-  dc:description """N3 is...of not in Turtle (negative test)"""@en;
+  dc:description "N3 is...of not in Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4673,7 +4673,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-06";
-  dc:description """N3 paths not in Turtle (negative test)"""@en;
+  dc:description "N3 paths not in Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-06.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4692,7 +4692,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-07";
-  dc:description """@keywords is not Turtle (negative test)"""@en;
+  dc:description "@keywords is not Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-07.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4711,7 +4711,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-08";
-  dc:description """@keywords is not Turtle (negative test)"""@en;
+  dc:description "@keywords is not Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-08.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4730,7 +4730,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-09";
-  dc:description """=> is not Turtle (negative test)"""@en;
+  dc:description "=> is not Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-09.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4749,7 +4749,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-10";
-  dc:description """<= is not Turtle (negative test)"""@en;
+  dc:description "<= is not Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-10.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4768,7 +4768,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-11";
-  dc:description """@forSome is not Turtle (negative test)"""@en;
+  dc:description "@forSome is not Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-11.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4787,7 +4787,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-12> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-12";
-  dc:description """@forAll is not Turtle (negative test)"""@en;
+  dc:description "@forAll is not Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-12.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4806,7 +4806,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-13> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-n3-extras-13";
-  dc:description """@keywords is not Turtle (negative test)"""@en;
+  dc:description "@keywords is not Turtle (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-13.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4825,7 +4825,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-09";
-  dc:description """extra '.' (negative test)"""@en;
+  dc:description "extra '.' (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-09.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4844,7 +4844,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-10";
-  dc:description """extra '.' (negative test)"""@en;
+  dc:description "extra '.' (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-10.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4863,7 +4863,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-12> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-12";
-  dc:description """subject, predicate, no object (negative test)"""@en;
+  dc:description "subject, predicate, no object (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-12.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4882,7 +4882,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-13> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-13";
-  dc:description """subject, predicate, no object (negative test)"""@en;
+  dc:description "subject, predicate, no object (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-13.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4901,7 +4901,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-14> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-14";
-  dc:description """literal as subject (negative test)"""@en;
+  dc:description "literal as subject (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-14.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4920,7 +4920,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-15> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-15";
-  dc:description """literal as predicate (negative test)"""@en;
+  dc:description "literal as predicate (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-15.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4939,7 +4939,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-16> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-16";
-  dc:description """bnode as predicate (negative test)"""@en;
+  dc:description "bnode as predicate (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-16.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4958,7 +4958,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-17> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-struct-17";
-  dc:description """labeled bnode as predicate (negative test)"""@en;
+  dc:description "labeled bnode as predicate (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-17.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4977,7 +4977,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-lang-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-lang-01";
-  dc:description """langString with bad lang (negative test)"""@en;
+  dc:description "langString with bad lang (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-lang-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -4996,7 +4996,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-esc-01";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-esc-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5015,7 +5015,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-esc-02";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-esc-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5034,7 +5034,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-esc-03";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-esc-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5053,7 +5053,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-esc-04";
-  dc:description """Bad string escape (negative test)"""@en;
+  dc:description "Bad string escape (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-esc-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5072,7 +5072,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-pname-01";
-  dc:description """'~' must be escaped in pname (negative test)"""@en;
+  dc:description "'~' must be escaped in pname (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-pname-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5091,7 +5091,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-pname-02";
-  dc:description """Bad %-sequence in pname (negative test)"""@en;
+  dc:description "Bad %-sequence in pname (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-pname-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5110,7 +5110,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-pname-03";
-  dc:description """Bad unicode escape in pname (negative test)"""@en;
+  dc:description "Bad unicode escape in pname (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-pname-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5129,7 +5129,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-string-01";
-  dc:description """mismatching string literal open/close (negative test)"""@en;
+  dc:description "mismatching string literal open/close (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5148,7 +5148,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-string-02";
-  dc:description """mismatching string literal open/close (negative test)"""@en;
+  dc:description "mismatching string literal open/close (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5167,7 +5167,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-string-03";
-  dc:description """mismatching string literal long/short (negative test)"""@en;
+  dc:description "mismatching string literal long/short (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5186,7 +5186,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-string-04";
-  dc:description """mismatching long string literal open/close (negative test)"""@en;
+  dc:description "mismatching long string literal open/close (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5205,7 +5205,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-string-05";
-  dc:description """Long literal with missing end (negative test)"""@en;
+  dc:description "Long literal with missing end (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5224,7 +5224,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-string-06";
-  dc:description """Long literal with extra quote (negative test)"""@en;
+  dc:description "Long literal with extra quote (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-06.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5243,7 +5243,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-string-07";
-  dc:description """Long literal with extra squote (negative test)"""@en;
+  dc:description "Long literal with extra squote (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-07.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5262,7 +5262,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-num-01";
-  dc:description """Bad number format (negative test)"""@en;
+  dc:description "Bad number format (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-num-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5281,7 +5281,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-num-02";
-  dc:description """Bad number format (negative test)"""@en;
+  dc:description "Bad number format (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-num-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5300,7 +5300,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-num-03";
-  dc:description """Bad number format (negative test)"""@en;
+  dc:description "Bad number format (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-num-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5319,7 +5319,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-num-04";
-  dc:description """Bad number format (negative test)"""@en;
+  dc:description "Bad number format (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-num-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5338,7 +5338,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-num-05";
-  dc:description """Bad number format (negative test)"""@en;
+  dc:description "Bad number format (negative test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-num-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5357,7 +5357,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-eval-struct-01";
-  dc:description """triple with IRIs"""@en;
+  dc:description "triple with IRIs"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-struct-01.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-struct-01.trig>;
   earl:assertions (
@@ -5377,7 +5377,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-eval-struct-02";
-  dc:description """triple with IRIs and embedded whitespace"""@en;
+  dc:description "triple with IRIs and embedded whitespace"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-struct-02.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-struct-02.trig>;
   earl:assertions (
@@ -5397,7 +5397,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-01";
-  dc:description """Blank subject"""@en;
+  dc:description "Blank subject"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-01.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-01.trig>;
   earl:assertions (
@@ -5417,7 +5417,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-02";
-  dc:description """@prefix and qnames"""@en;
+  dc:description "@prefix and qnames"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-02.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-02.trig>;
   earl:assertions (
@@ -5437,7 +5437,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-03";
-  dc:description """, operator"""@en;
+  dc:description ", operator"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-03.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-03.trig>;
   earl:assertions (
@@ -5457,7 +5457,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-04";
-  dc:description """; operator"""@en;
+  dc:description "; operator"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-04.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-04.trig>;
   earl:assertions (
@@ -5477,7 +5477,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-05";
-  dc:description """empty [] as subject and object"""@en;
+  dc:description "empty [] as subject and object"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-05.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-05.trig>;
   earl:assertions (
@@ -5497,7 +5497,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-06";
-  dc:description """non-empty [] as subject and object"""@en;
+  dc:description "non-empty [] as subject and object"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-06.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-06.trig>;
   earl:assertions (
@@ -5517,7 +5517,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-07";
-  dc:description """'a' as predicate"""@en;
+  dc:description "'a' as predicate"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-07.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-07.trig>;
   earl:assertions (
@@ -5537,7 +5537,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-08";
-  dc:description """simple collection"""@en;
+  dc:description "simple collection"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-08.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-08.trig>;
   earl:assertions (
@@ -5557,7 +5557,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-09";
-  dc:description """empty collection"""@en;
+  dc:description "empty collection"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-09.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-09.trig>;
   earl:assertions (
@@ -5577,7 +5577,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-10";
-  dc:description """integer datatyped literal"""@en;
+  dc:description "integer datatyped literal"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-10.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-10.trig>;
   earl:assertions (
@@ -5597,7 +5597,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-11";
-  dc:description """decimal integer canonicalization"""@en;
+  dc:description "decimal integer canonicalization"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-11.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-11.trig>;
   earl:assertions (
@@ -5617,7 +5617,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-12> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-12";
-  dc:description """- and _ in names and qnames"""@en;
+  dc:description "- and _ in names and qnames"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-12.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-12.trig>;
   earl:assertions (
@@ -5637,7 +5637,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-13> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-13";
-  dc:description """tests for rdf:_<numbers> and other qnames starting with _"""@en;
+  dc:description "tests for rdf:_<numbers> and other qnames starting with _"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-13.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-13.trig>;
   earl:assertions (
@@ -5657,7 +5657,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-14> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-14";
-  dc:description """bare : allowed"""@en;
+  dc:description "bare : allowed"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-14.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-14.trig>;
   earl:assertions (
@@ -5677,7 +5677,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-15> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-15";
-  dc:description """simple long literal"""@en;
+  dc:description "simple long literal"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-15.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-15.trig>;
   earl:assertions (
@@ -5697,7 +5697,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-16> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-16";
-  dc:description """long literals with escapes"""@en;
+  dc:description "long literals with escapes"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-16.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-16.trig>;
   earl:assertions (
@@ -5717,7 +5717,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-17> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-17";
-  dc:description """floating point number"""@en;
+  dc:description "floating point number"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-17.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-17.trig>;
   earl:assertions (
@@ -5737,7 +5737,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-18> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-18";
-  dc:description """empty literals, normal and long variant"""@en;
+  dc:description "empty literals, normal and long variant"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-18.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-18.trig>;
   earl:assertions (
@@ -5757,7 +5757,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-19> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-19";
-  dc:description """positive integer, decimal and doubles"""@en;
+  dc:description "positive integer, decimal and doubles"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-19.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-19.trig>;
   earl:assertions (
@@ -5777,7 +5777,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-20> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-20";
-  dc:description """negative integer, decimal and doubles"""@en;
+  dc:description "negative integer, decimal and doubles"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-20.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-20.trig>;
   earl:assertions (
@@ -5797,7 +5797,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-21> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-21";
-  dc:description """long literal ending in double quote"""@en;
+  dc:description "long literal ending in double quote"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-21.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-21.trig>;
   earl:assertions (
@@ -5817,7 +5817,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-22> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-22";
-  dc:description """boolean literals"""@en;
+  dc:description "boolean literals"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-22.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-22.trig>;
   earl:assertions (
@@ -5837,7 +5837,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-23> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-23";
-  dc:description """comments"""@en;
+  dc:description "comments"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-23.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-23.trig>;
   earl:assertions (
@@ -5857,7 +5857,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-24> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-24";
-  dc:description """no final mewline"""@en;
+  dc:description "no final mewline"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-24.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-24.trig>;
   earl:assertions (
@@ -5877,7 +5877,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-25> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-25";
-  dc:description """repeating a @prefix changes pname definition"""@en;
+  dc:description "repeating a @prefix changes pname definition"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-25.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-25.trig>;
   earl:assertions (
@@ -5897,7 +5897,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-26> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-26";
-  dc:description """Variations on decimal canonicalization"""@en;
+  dc:description "Variations on decimal canonicalization"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-26.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-26.trig>;
   earl:assertions (
@@ -5917,7 +5917,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-27> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "trig-subm-27";
-  dc:description """Repeating @base changes base for relative IRI lookup"""@en;
+  dc:description "Repeating @base changes base for relative IRI lookup"@en;
   mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-27.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-27.trig>;
   earl:assertions (
@@ -5937,7 +5937,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeEval>;
   dc:title "trig-eval-bad-01";
-  dc:description """Bad IRI : good escape, bad charcater (negative evaluation test)"""@en;
+  dc:description "Bad IRI : good escape, bad charcater (negative evaluation test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-bad-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5956,7 +5956,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeEval>;
   dc:title "trig-eval-bad-02";
-  dc:description """Bad IRI : hex 3C is < (negative evaluation test)"""@en;
+  dc:description "Bad IRI : hex 3C is < (negative evaluation test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-bad-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5975,7 +5975,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeEval>;
   dc:title "trig-eval-bad-03";
-  dc:description """Bad IRI : hex 3E is  (negative evaluation test)"""@en;
+  dc:description "Bad IRI : hex 3E is  (negative evaluation test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-bad-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -5994,7 +5994,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeEval>;
   dc:title "trig-eval-bad-04";
-  dc:description """Bad IRI : {abc} (negative evaluation test)"""@en;
+  dc:description "Bad IRI : {abc} (negative evaluation test)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-bad-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6013,7 +6013,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-blank-label-dot-end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-blank-label-dot-end";
-  dc:description """Blank node label must not end in dot"""@en;
+  dc:description "Blank node label must not end in dot"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-blank-label-dot-end.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6032,7 +6032,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-dash-start> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-ln-dash-start";
-  dc:description """Local name must not begin with dash"""@en;
+  dc:description "Local name must not begin with dash"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-ln-dash-start.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6051,7 +6051,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape-start> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-ln-escape-start";
-  dc:description """Bad hex escape at start of local name"""@en;
+  dc:description "Bad hex escape at start of local name"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-ln-escape-start.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6070,7 +6070,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-ln-escape";
-  dc:description """Bad hex escape in local name"""@en;
+  dc:description "Bad hex escape in local name"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-ln-escape.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6089,7 +6089,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-missing-ns-dot-end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-missing-ns-dot-end";
-  dc:description """Prefix must not end in dot (error in triple, not prefix directive like trig-syntax-bad-ns-dot-end)"""@en;
+  dc:description "Prefix must not end in dot (error in triple, not prefix directive like trig-syntax-bad-ns-dot-end)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-missing-ns-dot-end.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6108,7 +6108,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-missing-ns-dot-start> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-missing-ns-dot-start";
-  dc:description """Prefix must not start with dot (error in triple, not prefix directive like trig-syntax-bad-ns-dot-end)"""@en;
+  dc:description "Prefix must not start with dot (error in triple, not prefix directive like trig-syntax-bad-ns-dot-end)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-missing-ns-dot-start.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6127,7 +6127,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-ns-dot-end";
-  dc:description """Prefix must not end in dot"""@en;
+  dc:description "Prefix must not end in dot"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-ns-dot-end.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6146,7 +6146,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-start> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-ns-dot-start";
-  dc:description """Prefix must not start with dot"""@en;
+  dc:description "Prefix must not start with dot"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-ns-dot-start.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6165,7 +6165,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-number-dot-in-anon> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-number-dot-in-anon";
-  dc:description """Dot delimeter may not appear in anonymous nodes"""@en;
+  dc:description "Dot delimeter may not appear in anonymous nodes"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-number-dot-in-anon.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6184,7 +6184,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-list-01";
-  dc:description """Free-standing list outside {} : bad syntax"""@en;
+  dc:description "Free-standing list outside {} : bad syntax"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-list-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6203,7 +6203,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-list-02";
-  dc:description """Free-standing list of zero-elements outside {} : bad syntax"""@en;
+  dc:description "Free-standing list of zero-elements outside {} : bad syntax"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-list-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6222,7 +6222,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-list-03";
-  dc:description """Free-standing list inside {} : bad syntax"""@en;
+  dc:description "Free-standing list inside {} : bad syntax"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-list-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6241,7 +6241,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-list-04";
-  dc:description """Free-standing list of zero elements : bad syntax"""@en;
+  dc:description "Free-standing list of zero elements : bad syntax"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-list-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6260,7 +6260,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-blank-label> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-blank-label";
-  dc:description """Characters allowed in blank node labels"""@en;
+  dc:description "Characters allowed in blank node labels"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-blank-label.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6279,7 +6279,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-colons> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-ln-colons";
-  dc:description """Colons in pname local names"""@en;
+  dc:description "Colons in pname local names"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-ln-colons.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6298,7 +6298,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-dots> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-ln-dots";
-  dc:description """Dots in pname local names"""@en;
+  dc:description "Dots in pname local names"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-ln-dots.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6317,7 +6317,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ns-dots> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-ns-dots";
-  dc:description """Dots in namespace names"""@en;
+  dc:description "Dots in namespace names"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-ns-dots.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6336,7 +6336,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-kw-graph-01";
-  dc:description """Named graphs can be proceeded by GRAPH"""@en;
+  dc:description "Named graphs can be proceeded by GRAPH"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6355,7 +6355,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-kw-graph-02";
-  dc:description """Trailing . not necessary inside {}"""@en;
+  dc:description "Trailing . not necessary inside {}"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6374,7 +6374,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-kw-graph-03";
-  dc:description """Named graph may be empty"""@en;
+  dc:description "Named graph may be empty"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6393,7 +6393,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-kw-graph-04";
-  dc:description """"""@en;
+  dc:description ""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6412,7 +6412,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-kw-graph-05";
-  dc:description """Use of empty prefix inside named graph"""@en;
+  dc:description "Use of empty prefix inside named graph"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6431,7 +6431,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-kw-graph-06";
-  dc:description """"""@en;
+  dc:description ""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-06.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6450,7 +6450,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-kw-graph-07";
-  dc:description """Named graph may be named with BNode _:a"""@en;
+  dc:description "Named graph may be named with BNode _:a"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-07.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6469,7 +6469,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-kw-graph-08";
-  dc:description """Named graph may be named with BNode []"""@en;
+  dc:description "Named graph may be named with BNode []"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-08.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6488,7 +6488,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-kw-graph-09";
-  dc:description """Named graph may be named with PNAME"""@en;
+  dc:description "Named graph may be named with PNAME"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-09.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6507,7 +6507,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-kw-graph-10";
-  dc:description """Named graph with PNAME and empty graph"""@en;
+  dc:description "Named graph with PNAME and empty graph"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-10.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6526,7 +6526,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-graph-bad-01";
-  dc:description """GRAPH but no name - GRAPH is not used with the default graph"""@en;
+  dc:description "GRAPH but no name - GRAPH is not used with the default graph"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6545,7 +6545,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-graph-bad-02";
-  dc:description """GRAPH not followed by DOT"""@en;
+  dc:description "GRAPH not followed by DOT"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6564,7 +6564,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-graph-bad-03";
-  dc:description """GRAPH needs {}"""@en;
+  dc:description "GRAPH needs {}"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6583,7 +6583,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-graph-bad-04";
-  dc:description """GRAPH needs {}"""@en;
+  dc:description "GRAPH needs {}"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6602,7 +6602,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-graph-bad-05";
-  dc:description """GRAPH and a name, not several"""@en;
+  dc:description "GRAPH and a name, not several"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6621,7 +6621,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-graph-bad-06";
-  dc:description """GRAPH - Must close {}"""@en;
+  dc:description "GRAPH - Must close {}"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-06.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6640,7 +6640,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-graph-bad-07";
-  dc:description """GRAPH may not include a GRAPH"""@en;
+  dc:description "GRAPH may not include a GRAPH"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-07.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6659,7 +6659,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-graph-bad-08";
-  dc:description """@graph is not a keyword"""@en;
+  dc:description "@graph is not a keyword"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-08.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6678,7 +6678,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-graph-bad-09";
-  dc:description """Directives not allowed inside GRAPH"""@en;
+  dc:description "Directives not allowed inside GRAPH"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-09.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6697,7 +6697,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-graph-bad-10";
-  dc:description """A graph may not be named with an empty collection"""@en;
+  dc:description "A graph may not be named with an empty collection"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-10.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6716,7 +6716,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-graph-bad-11";
-  dc:description """A graph may not be named with a collection"""@en;
+  dc:description "A graph may not be named with a collection"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-11.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6735,7 +6735,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-bnodeplist-graph-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-bnodeplist-graph-bad-01";
-  dc:description """A graph may not be named with a blankNodePropertyList"""@en;
+  dc:description "A graph may not be named with a blankNodePropertyList"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-bnodeplist-graph-bad-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6754,7 +6754,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-collection-graph-bad-01";
-  dc:description """A graph may not be named with an empty collection"""@en;
+  dc:description "A graph may not be named with an empty collection"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-collection-graph-bad-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6773,7 +6773,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-collection-graph-bad-02";
-  dc:description """A graph may not be named with a collection"""@en;
+  dc:description "A graph may not be named with a collection"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-collection-graph-bad-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6792,7 +6792,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-turtle-01";
-  dc:description """TriG can parse Turtle"""@en;
+  dc:description "TriG can parse Turtle"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6811,7 +6811,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-turtle-02";
-  dc:description """TriG can parse Turtle (repeated PREFIX)"""@en;
+  dc:description "TriG can parse Turtle (repeated PREFIX)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6830,7 +6830,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-turtle-03";
-  dc:description """TriG can parse Turtle (blankNodePropertyList subject)"""@en;
+  dc:description "TriG can parse Turtle (blankNodePropertyList subject)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-03.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6849,7 +6849,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-turtle-04";
-  dc:description """TriG can parse Turtle (blankNodePropertyList subject)"""@en;
+  dc:description "TriG can parse Turtle (blankNodePropertyList subject)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-04.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6868,7 +6868,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-turtle-05";
-  dc:description """TriG can parse Turtle (bare blankNodePropertyList)"""@en;
+  dc:description "TriG can parse Turtle (bare blankNodePropertyList)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-05.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6887,7 +6887,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-turtle-06";
-  dc:description """TriG can parse Turtle (collection subject and object)"""@en;
+  dc:description "TriG can parse Turtle (collection subject and object)"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-06.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6906,7 +6906,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-bad-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-turtle-bad-01";
-  dc:description """Trailing dot required in Turtle block"""@en;
+  dc:description "Trailing dot required in Turtle block"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-bad-01.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -6925,7 +6925,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-bad-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-turtle-bad-02";
-  dc:description """TriG is not N-Quads"""@en;
+  dc:description "TriG is not N-Quads"@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-bad-02.trig>;
   earl:assertions (
     [ a earl:Assertion;