updated EARL results with passing Ruby Turtle results
authorGregg Kellogg <gregg@kellogg-assoc.com>
Fri, 22 Feb 2013 15:18:55 -0800
changeset 605 fbef4233074e
parent 604 5a89269ee8f7
child 606 b593420d2c49
updated EARL results with passing Ruby Turtle results
rdf-turtle/reports/earl.jsonld
rdf-turtle/reports/earl.ttl
rdf-turtle/reports/index.html
rdf-turtle/reports/rdf.rb-earl.ttl
--- a/rdf-turtle/reports/earl.jsonld	Fri Feb 22 15:18:30 2013 -0800
+++ b/rdf-turtle/reports/earl.jsonld	Fri Feb 22 15:18:55 2013 -0800
@@ -119,11 +119,11 @@
     "language": "Ruby",
     "license": "http://unlicense.org",
     "release": {
-      "@id": "https://github.com/gkellogg/earl-report/tree/0.2.0",
+      "@id": "https://github.com/gkellogg/earl-report/tree/0.2.1",
       "@type": "doap:Version",
-      "name": "earl-report-0.2.0",
-      "created": "2013-02-21",
-      "revision": "0.2.0"
+      "name": "earl-report-0.2.1",
+      "created": "2013-02-22",
+      "revision": "0.2.1"
     },
     "developer": {
       "@type": "foaf:Person",
@@ -1829,7 +1829,7 @@
               "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:failed"
+                "outcome": "earl:passed"
               },
               "assertedBy": "http://greggkellogg.net/foaf#me"
             }
@@ -1937,7 +1937,7 @@
               "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:failed"
+                "outcome": "earl:passed"
               },
               "assertedBy": "http://greggkellogg.net/foaf#me"
             }
@@ -2045,7 +2045,7 @@
               "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:failed"
+                "outcome": "earl:passed"
               },
               "assertedBy": "http://greggkellogg.net/foaf#me"
             }
@@ -2153,7 +2153,7 @@
               "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:failed"
+                "outcome": "earl:passed"
               },
               "assertedBy": "http://greggkellogg.net/foaf#me"
             }
--- a/rdf-turtle/reports/earl.ttl	Fri Feb 22 15:18:30 2013 -0800
+++ b/rdf-turtle/reports/earl.ttl	Fri Feb 22 15:18:55 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.2.0>;
+  doap:release <https://github.com/gkellogg/earl-report/tree/0.2.1>;
   doap:developer <http://greggkellogg.net/foaf#me> .
 
     
@@ -1257,7 +1257,7 @@
       earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_BACKSPACE>;
       earl:subject <http://rubygems.org/gems/rdf-turtle>;
       earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:failed ]]
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_LINE_FEED> a earl:TestCriterion, earl:TestCase, http://www.w3.org/ns/rdftest#TestTurtleEval;
@@ -1317,7 +1317,7 @@
       earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_FORM_FEED>;
       earl:subject <http://rubygems.org/gems/rdf-turtle>;
       earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:failed ]]
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, http://www.w3.org/ns/rdftest#TestTurtleEval;
@@ -1377,7 +1377,7 @@
       earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_BACKSPACE>;
       earl:subject <http://rubygems.org/gems/rdf-turtle>;
       earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:failed ]]
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_LINE_FEED> a earl:TestCriterion, earl:TestCase, http://www.w3.org/ns/rdftest#TestTurtleEval;
@@ -1437,7 +1437,7 @@
       earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_FORM_FEED>;
       earl:subject <http://rubygems.org/gems/rdf-turtle>;
       earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:failed ]]
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_numeric_escape4> a earl:TestCriterion, earl:TestCase, http://www.w3.org/ns/rdftest#TestTurtleEval;
--- a/rdf-turtle/reports/index.html	Fri Feb 22 15:18:30 2013 -0800
+++ b/rdf-turtle/reports/index.html	Fri Feb 22 15:18:55 2013 -0800
@@ -1358,14 +1358,14 @@
                 </span>
               </span>
             </td>
-            <td class='FAIL' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
               <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_BACKSPACE' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:failed'>
-                  FAIL
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
                 </span>
               </span>
             </td>
@@ -1439,14 +1439,14 @@
                 </span>
               </span>
             </td>
-            <td class='FAIL' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
               <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_FORM_FEED' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:failed'>
-                  FAIL
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
                 </span>
               </span>
             </td>
@@ -1520,14 +1520,14 @@
                 </span>
               </span>
             </td>
-            <td class='FAIL' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
               <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_BACKSPACE' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:failed'>
-                  FAIL
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
                 </span>
               </span>
             </td>
@@ -1601,14 +1601,14 @@
                 </span>
               </span>
             </td>
-            <td class='FAIL' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
               <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_FORM_FEED' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:failed'>
-                  FAIL
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
                 </span>
               </span>
             </td>
@@ -2160,8 +2160,8 @@
             <td class='passed-all'>
               100.0%
             </td>
-            <td class='passed-some'>
-              94.6%
+            <td class='passed-all'>
+              100.0%
             </td>
           </tr>
         </table>
@@ -7017,8 +7017,8 @@
                     <td>
                       Atomic Turtle tests
                     </td>
-                    <td class='passed-most'>
-                      70/74 (94.6%)
+                    <td class='passed-all'>
+                      74/74 (100.0%)
                     </td>
                   </tr>
                   <tr>
@@ -7070,8 +7070,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#IRI_subject'>
             <p lang='en' property='dc:description'>IRI subject</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.ttl' title='IRI_subject Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='IRI_subject Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.ttl' title='IRI_subject Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='IRI_subject Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_IRI_with_four_digit_numeric_escape' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#IRI_with_four_digit_numeric_escape'>
             Test
@@ -7079,8 +7079,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#IRI_with_four_digit_numeric_escape'>
             <p lang='en' property='dc:description'>IRI with four digit numeric escape (\u)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_with_four_digit_numeric_escape.ttl' title='IRI_with_four_digit_numeric_escape Input'>&amp;lt;http://a.example/\u0073&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='IRI_with_four_digit_numeric_escape Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_with_four_digit_numeric_escape.ttl' title='IRI_with_four_digit_numeric_escape Input'>&lt;http://a.example/\u0073&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='IRI_with_four_digit_numeric_escape Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_IRI_with_eight_digit_numeric_escape' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#IRI_with_eight_digit_numeric_escape'>
             Test
@@ -7088,8 +7088,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#IRI_with_eight_digit_numeric_escape'>
             <p lang='en' property='dc:description'>IRI with eight digit numeric escape (\U)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_with_eight_digit_numeric_escape.ttl' title='IRI_with_eight_digit_numeric_escape Input'>&amp;lt;http://a.example/\U00000073&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='IRI_with_eight_digit_numeric_escape Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_with_eight_digit_numeric_escape.ttl' title='IRI_with_eight_digit_numeric_escape Input'>&lt;http://a.example/\U00000073&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='IRI_with_eight_digit_numeric_escape Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_IRI_with_all_punctuation' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#IRI_with_all_punctuation'>
             Test
@@ -7097,8 +7097,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#IRI_with_all_punctuation'>
             <p lang='en' property='dc:description'>IRI with all punctuation</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_with_all_punctuation.ttl' title='IRI_with_all_punctuation Input'>&amp;lt;scheme:!$%25&amp;amp;amp;'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_with_all_punctuation.nt' title='IRI_with_all_punctuation Result'>&amp;lt;scheme:!$%25&amp;amp;amp;'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_with_all_punctuation.ttl' title='IRI_with_all_punctuation Input'>&lt;scheme:!$%25&amp;amp;'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_with_all_punctuation.nt' title='IRI_with_all_punctuation Result'>&lt;scheme:!$%25&amp;amp;'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_bareword_a_predicate' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#bareword_a_predicate'>
             Test
@@ -7106,8 +7106,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#bareword_a_predicate'>
             <p lang='en' property='dc:description'>bareword a predicate</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_a_predicate.ttl' title='bareword_a_predicate Input'>&amp;lt;http://a.example/s&amp;gt; a &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_a_predicate.nt' title='bareword_a_predicate Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_a_predicate.ttl' title='bareword_a_predicate Input'>&lt;http://a.example/s&gt; a &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_a_predicate.nt' title='bareword_a_predicate Result'>&lt;http://a.example/s&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_old_style_prefix' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#old_style_prefix'>
             Test
@@ -7115,8 +7115,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#old_style_prefix'>
             <p lang='en' property='dc:description'>old-style prefix</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/old_style_prefix.ttl' title='old_style_prefix Input'>@prefix p: &amp;lt;http://a.example/&amp;gt;.&lt;br/&gt;p:s &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='old_style_prefix Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/old_style_prefix.ttl' title='old_style_prefix Input'>@prefix p: &lt;http://a.example/&gt;.<br/>p:s &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='old_style_prefix Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_SPARQL_style_prefix' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#SPARQL_style_prefix'>
             Test
@@ -7124,8 +7124,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#SPARQL_style_prefix'>
             <p lang='en' property='dc:description'>SPARQL-style prefix</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/SPARQL_style_prefix.ttl' title='SPARQL_style_prefix Input'>PREFIX p: &amp;lt;http://a.example/&amp;gt;&lt;br/&gt;p:s &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='SPARQL_style_prefix Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/SPARQL_style_prefix.ttl' title='SPARQL_style_prefix Input'>PREFIX p: &lt;http://a.example/&gt;<br/>p:s &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='SPARQL_style_prefix Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_prefixed_IRI_predicate' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#prefixed_IRI_predicate'>
             Test
@@ -7133,8 +7133,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#prefixed_IRI_predicate'>
             <p lang='en' property='dc:description'>prefixed IRI predicate</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/prefixed_IRI_predicate.ttl' title='prefixed_IRI_predicate Input'>@prefix p: &amp;lt;http://a.example/&amp;gt;.&lt;br/&gt;&amp;lt;http://a.example/s&amp;gt; p:p &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='prefixed_IRI_predicate Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/prefixed_IRI_predicate.ttl' title='prefixed_IRI_predicate Input'>@prefix p: &lt;http://a.example/&gt;.<br/>&lt;http://a.example/s&gt; p:p &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='prefixed_IRI_predicate Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_prefixed_IRI_object' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#prefixed_IRI_object'>
             Test
@@ -7142,8 +7142,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#prefixed_IRI_object'>
             <p lang='en' property='dc:description'>prefixed IRI object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/prefixed_IRI_object.ttl' title='prefixed_IRI_object Input'>@prefix p: &amp;lt;http://a.example/&amp;gt;.&lt;br/&gt;&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; p:o .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='prefixed_IRI_object Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/prefixed_IRI_object.ttl' title='prefixed_IRI_object Input'>@prefix p: &lt;http://a.example/&gt;.<br/>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; p:o .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='prefixed_IRI_object Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_prefix_only_IRI' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#prefix_only_IRI'>
             Test
@@ -7151,8 +7151,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#prefix_only_IRI'>
             <p lang='en' property='dc:description'>prefix-only IRI (p:)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/prefix_only_IRI.ttl' title='prefix_only_IRI Input'>@prefix p: &amp;lt;http://a.example/s&amp;gt;.&lt;br/&gt;p: &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='prefix_only_IRI Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/prefix_only_IRI.ttl' title='prefix_only_IRI Input'>@prefix p: &lt;http://a.example/s&gt;.<br/>p: &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='prefix_only_IRI Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_default_namespace_IRI' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#default_namespace_IRI'>
             Test
@@ -7160,8 +7160,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#default_namespace_IRI'>
             <p lang='en' property='dc:description'>default namespace IRI (:ln)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/default_namespace_IRI.ttl' title='default_namespace_IRI Input'>@prefix : &amp;lt;http://a.example/&amp;gt;.&lt;br/&gt;:s &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='default_namespace_IRI Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/default_namespace_IRI.ttl' title='default_namespace_IRI Input'>@prefix : &lt;http://a.example/&gt;.<br/>:s &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='default_namespace_IRI Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_prefix_reassigned_and_used' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#prefix_reassigned_and_used'>
             Test
@@ -7169,8 +7169,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#prefix_reassigned_and_used'>
             <p lang='en' property='dc:description'>prefix reassigned and used</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/prefix_reassigned_and_used.ttl' title='prefix_reassigned_and_used Input'>@prefix p: &amp;lt;http://a.example/&amp;gt;.&lt;br/&gt;@prefix p: &amp;lt;http://b.example/&amp;gt;.&lt;br/&gt;p:s &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/prefix_reassigned_and_used.nt' title='prefix_reassigned_and_used Result'>&amp;lt;http://b.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/prefix_reassigned_and_used.ttl' title='prefix_reassigned_and_used Input'>@prefix p: &lt;http://a.example/&gt;.<br/>@prefix p: &lt;http://b.example/&gt;.<br/>p:s &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/prefix_reassigned_and_used.nt' title='prefix_reassigned_and_used Result'>&lt;http://b.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_reserved_escaped_local_name' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#reserved_escaped_local_name'>
             Test
@@ -7178,8 +7178,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#reserved_escaped_local_name'>
             <p lang='en' property='dc:description'>reserved-escaped local name</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/reserved_escaped_local_name.ttl' title='reserved_escaped_local_name Input'>@prefix p: &amp;lt;http://a.example/&amp;gt;.&lt;br/&gt;p:\%00 &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/reserved_escaped_local_name.nt' title='reserved_escaped_local_name Result'>&amp;lt;http://a.example/%00&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/reserved_escaped_local_name.ttl' title='reserved_escaped_local_name Input'>@prefix p: &lt;http://a.example/&gt;.<br/>p:\%00 &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/reserved_escaped_local_name.nt' title='reserved_escaped_local_name Result'>&lt;http://a.example/%00&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_percent_escaped_local_name' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#percent_escaped_local_name'>
             Test
@@ -7187,8 +7187,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#percent_escaped_local_name'>
             <p lang='en' property='dc:description'>percent-escaped local name</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/percent_escaped_local_name.ttl' title='percent_escaped_local_name Input'>@prefix p: &amp;lt;http://a.example/&amp;gt;.&lt;br/&gt;p:%25 &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/percent_escaped_local_name.nt' title='percent_escaped_local_name Result'>&amp;lt;http://a.example/%25&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/percent_escaped_local_name.ttl' title='percent_escaped_local_name Input'>@prefix p: &lt;http://a.example/&gt;.<br/>p:%25 &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/percent_escaped_local_name.nt' title='percent_escaped_local_name Result'>&lt;http://a.example/%25&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_HYPHEN_MINUS_in_local_name' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#HYPHEN_MINUS_in_local_name'>
             Test
@@ -7196,8 +7196,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#HYPHEN_MINUS_in_local_name'>
             <p lang='en' property='dc:description'>HYPHEN-MINUS in local name</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/HYPHEN_MINUS_in_local_name.ttl' title='HYPHEN_MINUS_in_local_name Input'>@prefix p: &amp;lt;http://a.example/&amp;gt;.&lt;br/&gt;p:s- &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/HYPHEN_MINUS_in_local_name.nt' title='HYPHEN_MINUS_in_local_name Result'>&amp;lt;http://a.example/s-&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/HYPHEN_MINUS_in_local_name.ttl' title='HYPHEN_MINUS_in_local_name Input'>@prefix p: &lt;http://a.example/&gt;.<br/>p:s- &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/HYPHEN_MINUS_in_local_name.nt' title='HYPHEN_MINUS_in_local_name Result'>&lt;http://a.example/s-&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_underscore_in_local_name' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#underscore_in_local_name'>
             Test
@@ -7205,8 +7205,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#underscore_in_local_name'>
             <p lang='en' property='dc:description'>underscore in local name</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/underscore_in_local_name.ttl' title='underscore_in_local_name Input'>@prefix p: &amp;lt;http://a.example/&amp;gt;.&lt;br/&gt;p:s_ &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/underscore_in_local_name.nt' title='underscore_in_local_name Result'>&amp;lt;http://a.example/s_&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/underscore_in_local_name.ttl' title='underscore_in_local_name Input'>@prefix p: &lt;http://a.example/&gt;.<br/>p:s_ &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/underscore_in_local_name.nt' title='underscore_in_local_name Result'>&lt;http://a.example/s_&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_localname_with_COLON' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#localname_with_COLON'>
             Test
@@ -7214,8 +7214,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#localname_with_COLON'>
             <p lang='en' property='dc:description'>localname with COLON</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/localname_with_COLON.ttl' title='localname_with_COLON Input'>@prefix p: &amp;lt;http://a.example/&amp;gt;.&lt;br/&gt;p:s: &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/localname_with_COLON.nt' title='localname_with_COLON Result'>&amp;lt;http://a.example/s:&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/localname_with_COLON.ttl' title='localname_with_COLON Input'>@prefix p: &lt;http://a.example/&gt;.<br/>p:s: &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/localname_with_COLON.nt' title='localname_with_COLON Result'>&lt;http://a.example/s:&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_old_style_base' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#old_style_base'>
             Test
@@ -7223,8 +7223,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#old_style_base'>
             <p lang='en' property='dc:description'>old-style base</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/old_style_base.ttl' title='old_style_base Input'>@base &amp;lt;http://a.example/&amp;gt;.&lt;br/&gt;&amp;lt;s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='old_style_base Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/old_style_base.ttl' title='old_style_base Input'>@base &lt;http://a.example/&gt;.<br/>&lt;s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='old_style_base Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_SPARQL_style_base' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#SPARQL_style_base'>
             Test
@@ -7232,8 +7232,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#SPARQL_style_base'>
             <p lang='en' property='dc:description'>SPARQL-style base</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/SPARQL_style_base.ttl' title='SPARQL_style_base Input'>BASE &amp;lt;http://a.example/&amp;gt;&lt;br/&gt;&amp;lt;s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='SPARQL_style_base Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/SPARQL_style_base.ttl' title='SPARQL_style_base Input'>BASE &lt;http://a.example/&gt;<br/>&lt;s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRI_subject.nt' title='SPARQL_style_base Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_labeled_blank_node_subject' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#labeled_blank_node_subject'>
             Test
@@ -7241,8 +7241,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#labeled_blank_node_subject'>
             <p lang='en' property='dc:description'>labeled blank node subject</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_subject.ttl' title='labeled_blank_node_subject Input'>_:s &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_subject.nt' title='labeled_blank_node_subject Result'>_:b1 &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_subject.ttl' title='labeled_blank_node_subject Input'>_:s &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_subject.nt' title='labeled_blank_node_subject Result'>_:b1 &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_labeled_blank_node_object' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#labeled_blank_node_object'>
             Test
@@ -7250,8 +7250,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#labeled_blank_node_object'>
             <p lang='en' property='dc:description'>labeled blank node object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_object.ttl' title='labeled_blank_node_object Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; _:o .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_object.nt' title='labeled_blank_node_object Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; _:b1 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_object.ttl' title='labeled_blank_node_object Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; _:o .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_object.nt' title='labeled_blank_node_object Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; _:b1 .<br/></pre>
           </dd>
           <dt id='test_anonymous_blank_node_subject' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#anonymous_blank_node_subject'>
             Test
@@ -7259,8 +7259,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#anonymous_blank_node_subject'>
             <p lang='en' property='dc:description'>anonymous blank node subject</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/anonymous_blank_node_subject.ttl' title='anonymous_blank_node_subject Input'>[] &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_subject.nt' title='anonymous_blank_node_subject Result'>_:b1 &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/anonymous_blank_node_subject.ttl' title='anonymous_blank_node_subject Input'>[] &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_subject.nt' title='anonymous_blank_node_subject Result'>_:b1 &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_anonymous_blank_node_object' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#anonymous_blank_node_object'>
             Test
@@ -7268,8 +7268,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#anonymous_blank_node_object'>
             <p lang='en' property='dc:description'>anonymous blank node object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/anonymous_blank_node_object.ttl' title='anonymous_blank_node_object Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; [] .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_object.nt' title='anonymous_blank_node_object Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; _:b1 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/anonymous_blank_node_object.ttl' title='anonymous_blank_node_object Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; [] .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_object.nt' title='anonymous_blank_node_object Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; _:b1 .<br/></pre>
           </dd>
           <dt id='test_sole_blankNodePropertyList' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#sole_blankNodePropertyList'>
             Test
@@ -7277,8 +7277,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#sole_blankNodePropertyList'>
             <p lang='en' property='dc:description'>sole blankNodePropertyList [ &lt;p&gt; &lt;o&gt; ] .</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/sole_blankNodePropertyList.ttl' title='sole_blankNodePropertyList Input'>[ &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; ] .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_subject.nt' title='sole_blankNodePropertyList Result'>_:b1 &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/sole_blankNodePropertyList.ttl' title='sole_blankNodePropertyList Input'>[ &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; ] .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/labeled_blank_node_subject.nt' title='sole_blankNodePropertyList Result'>_:b1 &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_blankNodePropertyList_as_subject' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#blankNodePropertyList_as_subject'>
             Test
@@ -7286,8 +7286,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#blankNodePropertyList_as_subject'>
             <p lang='en' property='dc:description'>blankNodePropertyList as subject [ … ] &lt;p&gt; &lt;o&gt; .</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_as_subject.ttl' title='blankNodePropertyList_as_subject Input'>[ &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; ] &amp;lt;http://a.example/p2&amp;gt; &amp;lt;http://a.example/o2&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_as_subject.nt' title='blankNodePropertyList_as_subject Result'>_:b1 &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;_:b1 &amp;lt;http://a.example/p2&amp;gt; &amp;lt;http://a.example/o2&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_as_subject.ttl' title='blankNodePropertyList_as_subject Input'>[ &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; ] &lt;http://a.example/p2&gt; &lt;http://a.example/o2&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_as_subject.nt' title='blankNodePropertyList_as_subject Result'>_:b1 &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/>_:b1 &lt;http://a.example/p2&gt; &lt;http://a.example/o2&gt; .<br/></pre>
           </dd>
           <dt id='test_blankNodePropertyList_as_object' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#blankNodePropertyList_as_object'>
             Test
@@ -7295,8 +7295,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#blankNodePropertyList_as_object'>
             <p lang='en' property='dc:description'>blankNodePropertyList as object &lt;s&gt; &lt;p&gt; [ … ] .</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_as_object.ttl' title='blankNodePropertyList_as_object Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; [ &amp;lt;http://a.example/p2&amp;gt; &amp;lt;http://a.example/o2&amp;gt; ] .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_as_object.nt' title='blankNodePropertyList_as_object Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; _:b1 .&lt;br/&gt;_:b1 &amp;lt;http://a.example/p2&amp;gt; &amp;lt;http://a.example/o2&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_as_object.ttl' title='blankNodePropertyList_as_object Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; [ &lt;http://a.example/p2&gt; &lt;http://a.example/o2&gt; ] .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_as_object.nt' title='blankNodePropertyList_as_object Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; _:b1 .<br/>_:b1 &lt;http://a.example/p2&gt; &lt;http://a.example/o2&gt; .<br/></pre>
           </dd>
           <dt id='test_blankNodePropertyList_with_multiple_triples' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#blankNodePropertyList_with_multiple_triples'>
             Test
@@ -7304,8 +7304,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#blankNodePropertyList_with_multiple_triples'>
             <p lang='en' property='dc:description'>blankNodePropertyList with multiple triples [ &lt;s&gt; &lt;p&gt; ; &lt;s2&gt; &lt;p2&gt; ]</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_with_multiple_triples.ttl' title='blankNodePropertyList_with_multiple_triples Input'>[ &amp;lt;http://a.example/p1&amp;gt; &amp;lt;http://a.example/o1&amp;gt; ; &amp;lt;http://a.example/p2&amp;gt; &amp;lt;http://a.example/o2&amp;gt; ] &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_with_multiple_triples.nt' title='blankNodePropertyList_with_multiple_triples Result'>_:b1 &amp;lt;http://a.example/p1&amp;gt; &amp;lt;http://a.example/o1&amp;gt; .&lt;br/&gt;_:b1 &amp;lt;http://a.example/p2&amp;gt; &amp;lt;http://a.example/o2&amp;gt; .&lt;br/&gt;_:b1 &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_with_multiple_triples.ttl' title='blankNodePropertyList_with_multiple_triples Input'>[ &lt;http://a.example/p1&gt; &lt;http://a.example/o1&gt; ; &lt;http://a.example/p2&gt; &lt;http://a.example/o2&gt; ] &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_with_multiple_triples.nt' title='blankNodePropertyList_with_multiple_triples Result'>_:b1 &lt;http://a.example/p1&gt; &lt;http://a.example/o1&gt; .<br/>_:b1 &lt;http://a.example/p2&gt; &lt;http://a.example/o2&gt; .<br/>_:b1 &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_nested_blankNodePropertyLists' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#nested_blankNodePropertyLists'>
             Test
@@ -7313,8 +7313,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#nested_blankNodePropertyLists'>
             <p lang='en' property='dc:description'>nested blankNodePropertyLists [ &lt;p1&gt; [ &lt;p2&gt; &lt;o2&gt; ] ; &lt;p3&gt; &lt;o3&gt; ]</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/nested_blankNodePropertyLists.ttl' title='nested_blankNodePropertyLists Input'>[ &amp;lt;http://a.example/p1&amp;gt; [ &amp;lt;http://a.example/p2&amp;gt; &amp;lt;http://a.example/o2&amp;gt; ] ; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; ].&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/nested_blankNodePropertyLists.nt' title='nested_blankNodePropertyLists Result'>_:b1 &amp;lt;http://a.example/p1&amp;gt; _:b2 .&lt;br/&gt;_:b2 &amp;lt;http://a.example/p2&amp;gt; &amp;lt;http://a.example/o2&amp;gt; .&lt;br/&gt;_:b1 &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/nested_blankNodePropertyLists.ttl' title='nested_blankNodePropertyLists Input'>[ &lt;http://a.example/p1&gt; [ &lt;http://a.example/p2&gt; &lt;http://a.example/o2&gt; ] ; &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; ].<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/nested_blankNodePropertyLists.nt' title='nested_blankNodePropertyLists Result'>_:b1 &lt;http://a.example/p1&gt; _:b2 .<br/>_:b2 &lt;http://a.example/p2&gt; &lt;http://a.example/o2&gt; .<br/>_:b1 &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_blankNodePropertyList_containing_collection' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#blankNodePropertyList_containing_collection'>
             Test
@@ -7322,8 +7322,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#blankNodePropertyList_containing_collection'>
             <p lang='en' property='dc:description'>blankNodePropertyList containing collection [ &lt;p1&gt; ( … ) ]</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_containing_collection.ttl' title='blankNodePropertyList_containing_collection Input'>[ &amp;lt;http://a.example/p1&amp;gt; (1) ] .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_containing_collection.nt' title='blankNodePropertyList_containing_collection Result'>_:b1 &amp;lt;http://a.example/p1&amp;gt; _:el1 .&lt;br/&gt;_:el1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;_:el1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_containing_collection.ttl' title='blankNodePropertyList_containing_collection Input'>[ &lt;http://a.example/p1&gt; (1) ] .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/blankNodePropertyList_containing_collection.nt' title='blankNodePropertyList_containing_collection Result'>_:b1 &lt;http://a.example/p1&gt; _:el1 .<br/>_:el1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>_:el1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<br/></pre>
           </dd>
           <dt id='test_collection_subject' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#collection_subject'>
             Test
@@ -7331,8 +7331,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#collection_subject'>
             <p lang='en' property='dc:description'>collection subject</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/collection_subject.ttl' title='collection_subject Input'>(1) &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/collection_subject.nt' title='collection_subject Result'>_:el1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;_:el1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&amp;gt; .&lt;br/&gt;_:el1 &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/collection_subject.ttl' title='collection_subject Input'>(1) &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/collection_subject.nt' title='collection_subject Result'>_:el1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>_:el1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<br/>_:el1 &lt;http://a.example/p&gt; &lt;http://a.example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_collection_object' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#collection_object'>
             Test
@@ -7340,8 +7340,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#collection_object'>
             <p lang='en' property='dc:description'>collection object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/collection_object.ttl' title='collection_object Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; (1) .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/collection_object.nt' title='collection_object Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; _:el1 .&lt;br/&gt;_:el1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;_:el1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/collection_object.ttl' title='collection_object Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; (1) .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/collection_object.nt' title='collection_object Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; _:el1 .<br/>_:el1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>_:el1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<br/></pre>
           </dd>
           <dt id='test_empty_collection' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#empty_collection'>
             Test
@@ -7349,8 +7349,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#empty_collection'>
             <p lang='en' property='dc:description'>empty collection ()</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/empty_collection.ttl' title='empty_collection Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; () .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/empty_collection.nt' title='empty_collection Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/empty_collection.ttl' title='empty_collection Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; () .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/empty_collection.nt' title='empty_collection Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<br/></pre>
           </dd>
           <dt id='test_nested_collection' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#nested_collection'>
             Test
@@ -7358,8 +7358,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#nested_collection'>
             <p lang='en' property='dc:description'>nested collection (())</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/nested_collection.ttl' title='nested_collection Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; ((1)) .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/nested_collection.nt' title='nested_collection Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; _:outerEl1 .&lt;br/&gt;_:outerEl1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; _:innerEl1 .&lt;br/&gt;_:innerEl1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;_:innerEl1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&amp;gt; .&lt;br/&gt;_:outerEl1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/nested_collection.ttl' title='nested_collection Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; ((1)) .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/nested_collection.nt' title='nested_collection Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; _:outerEl1 .<br/>_:outerEl1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; _:innerEl1 .<br/>_:innerEl1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>_:innerEl1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<br/>_:outerEl1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<br/></pre>
           </dd>
           <dt id='test_first' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#first'>
             Test
@@ -7367,8 +7367,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#first'>
             <p lang='en' property='dc:description'>first, not last, non-empty nested collection</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/first.ttl' title='first Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; ((1) 2) .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/first.nt' title='first Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; _:outerEl1 .&lt;br/&gt;_:outerEl1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; _:innerEl1 .&lt;br/&gt;_:innerEl1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;_:innerEl1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&amp;gt; .&lt;br/&gt;_:outerEl1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; _:outerEl2 .&lt;br/&gt;_:outerEl2 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; &amp;quot;2&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;_:outerEl2 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/first.ttl' title='first Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; ((1) 2) .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/first.nt' title='first Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; _:outerEl1 .<br/>_:outerEl1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; _:innerEl1 .<br/>_:innerEl1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>_:innerEl1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<br/>_:outerEl1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; _:outerEl2 .<br/>_:outerEl2 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; &quot;2&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>_:outerEl2 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<br/></pre>
           </dd>
           <dt id='test_last' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#last'>
             Test
@@ -7376,8 +7376,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#last'>
             <p lang='en' property='dc:description'>last, not first, non-empty nested collection</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/last.ttl' title='last Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; (1 (2)) .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/last.nt' title='last Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; _:outerEl1 .&lt;br/&gt;_:outerEl1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;_:outerEl1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; _:outerEl2 .&lt;br/&gt;_:outerEl2 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; _:innerEl1 .&lt;br/&gt;_:innerEl1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; &amp;quot;2&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;_:innerEl1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&amp;gt; .&lt;br/&gt;_:outerEl2 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/last.ttl' title='last Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; (1 (2)) .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/last.nt' title='last Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; _:outerEl1 .<br/>_:outerEl1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>_:outerEl1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; _:outerEl2 .<br/>_:outerEl2 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; _:innerEl1 .<br/>_:innerEl1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; &quot;2&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>_:innerEl1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<br/>_:outerEl2 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<br/></pre>
           </dd>
           <dt id='test_LITERAL1' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL1'>
             Test
@@ -7385,8 +7385,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL1'>
             <p lang='en' property='dc:description'>LITERAL1 'x'</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL1.ttl' title='LITERAL1 Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; 'x' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL1.nt' title='LITERAL1 Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;x&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL1.ttl' title='LITERAL1 Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; 'x' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL1.nt' title='LITERAL1 Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;x&quot; .<br/></pre>
           </dd>
           <dt id='test_LITERAL_LONG1' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL_LONG1'>
             Test
@@ -7394,8 +7394,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL_LONG1'>
             <p lang='en' property='dc:description'>LITERAL_LONG1 '''x'''</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG1.ttl' title='LITERAL_LONG1 Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '''x''' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL1.nt' title='LITERAL_LONG1 Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;x&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG1.ttl' title='LITERAL_LONG1 Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '''x''' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL1.nt' title='LITERAL_LONG1 Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;x&quot; .<br/></pre>
           </dd>
           <dt id='test_LITERAL_LONG1_with_1_squote' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL_LONG1_with_1_squote'>
             Test
@@ -7403,8 +7403,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL_LONG1_with_1_squote'>
             <p lang='en' property='dc:description'>LITERAL_LONG1 with 1 squote '''a'b'''</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG1_with_1_squote.ttl' title='LITERAL_LONG1_with_1_squote Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '''x'y''' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG1_with_1_squote.nt' title='LITERAL_LONG1_with_1_squote Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;x'y&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG1_with_1_squote.ttl' title='LITERAL_LONG1_with_1_squote Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '''x'y''' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG1_with_1_squote.nt' title='LITERAL_LONG1_with_1_squote Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;x'y&quot; .<br/></pre>
           </dd>
           <dt id='test_LITERAL_LONG1_with_2_squotes' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL_LONG1_with_2_squotes'>
             Test
@@ -7412,8 +7412,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL_LONG1_with_2_squotes'>
             <p lang='en' property='dc:description'>LITERAL_LONG1 with 2 squotes '''a''b'''</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG1_with_2_squotes.ttl' title='LITERAL_LONG1_with_2_squotes Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '''x''y''' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG1_with_2_squotes.nt' title='LITERAL_LONG1_with_2_squotes Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;x''y&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG1_with_2_squotes.ttl' title='LITERAL_LONG1_with_2_squotes Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '''x''y''' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG1_with_2_squotes.nt' title='LITERAL_LONG1_with_2_squotes Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;x''y&quot; .<br/></pre>
           </dd>
           <dt id='test_LITERAL2' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL2'>
             Test
@@ -7421,8 +7421,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL2'>
             <p lang='en' property='dc:description'>LITERAL2 &quot;x&quot;</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL2.ttl' title='LITERAL2 Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;x&amp;quot; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL1.nt' title='LITERAL2 Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;x&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL2.ttl' title='LITERAL2 Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;x&quot; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL1.nt' title='LITERAL2 Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;x&quot; .<br/></pre>
           </dd>
           <dt id='test_LITERAL_LONG2' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL_LONG2'>
             Test
@@ -7430,8 +7430,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL_LONG2'>
             <p lang='en' property='dc:description'>LITERAL_LONG2 &quot;&quot;&quot;x&quot;&quot;&quot;</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG2.ttl' title='LITERAL_LONG2 Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;&amp;quot;&amp;quot;x&amp;quot;&amp;quot;&amp;quot; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL1.nt' title='LITERAL_LONG2 Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;x&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG2.ttl' title='LITERAL_LONG2 Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;&quot;&quot;x&quot;&quot;&quot; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL1.nt' title='LITERAL_LONG2 Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;x&quot; .<br/></pre>
           </dd>
           <dt id='test_LITERAL_LONG2_with_1_squote' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL_LONG2_with_1_squote'>
             Test
@@ -7439,8 +7439,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL_LONG2_with_1_squote'>
             <p lang='en' property='dc:description'>LITERAL_LONG2 with 1 squote &quot;&quot;&quot;a&quot;b&quot;&quot;&quot;</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG2_with_1_squote.ttl' title='LITERAL_LONG2_with_1_squote Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;&amp;quot;&amp;quot;x&amp;quot;y&amp;quot;&amp;quot;&amp;quot; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG2_with_1_squote.nt' title='LITERAL_LONG2_with_1_squote Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;x\&amp;quot;y&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG2_with_1_squote.ttl' title='LITERAL_LONG2_with_1_squote Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;&quot;&quot;x&quot;y&quot;&quot;&quot; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG2_with_1_squote.nt' title='LITERAL_LONG2_with_1_squote Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;x\&quot;y&quot; .<br/></pre>
           </dd>
           <dt id='test_LITERAL_LONG2_with_2_squotes' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL_LONG2_with_2_squotes'>
             Test
@@ -7448,8 +7448,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#LITERAL_LONG2_with_2_squotes'>
             <p lang='en' property='dc:description'>LITERAL_LONG2 with 2 squotes &quot;&quot;&quot;a&quot;&quot;b&quot;&quot;&quot;</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG2_with_2_squotes.ttl' title='LITERAL_LONG2_with_2_squotes Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;&amp;quot;&amp;quot;x&amp;quot;&amp;quot;y&amp;quot;&amp;quot;&amp;quot; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG2_with_2_squotes.nt' title='LITERAL_LONG2_with_2_squotes Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;x\&amp;quot;\&amp;quot;y&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG2_with_2_squotes.ttl' title='LITERAL_LONG2_with_2_squotes Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;&quot;&quot;x&quot;&quot;y&quot;&quot;&quot; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/LITERAL_LONG2_with_2_squotes.nt' title='LITERAL_LONG2_with_2_squotes Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;x\&quot;\&quot;y&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_CHARACTER_TABULATION' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_CHARACTER_TABULATION'>
             Test
@@ -7457,8 +7457,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_CHARACTER_TABULATION'>
             <p lang='en' property='dc:description'>literal with CHARACTER TABULATION</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_CHARACTER_TABULATION.ttl' title='literal_with_CHARACTER_TABULATION Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '	' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_CHARACTER_TABULATION.nt' title='literal_with_CHARACTER_TABULATION Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;\t&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_CHARACTER_TABULATION.ttl' title='literal_with_CHARACTER_TABULATION Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '	' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_CHARACTER_TABULATION.nt' title='literal_with_CHARACTER_TABULATION Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;\t&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_BACKSPACE' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_BACKSPACE'>
             Test
@@ -7466,8 +7466,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_BACKSPACE'>
             <p lang='en' property='dc:description'>literal with BACKSPACE</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_BACKSPACE.ttl' title='literal_with_BACKSPACE Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_BACKSPACE.nt' title='literal_with_BACKSPACE Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;\b&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_BACKSPACE.ttl' title='literal_with_BACKSPACE Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_BACKSPACE.nt' title='literal_with_BACKSPACE Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;\b&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_LINE_FEED' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_LINE_FEED'>
             Test
@@ -7475,8 +7475,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_LINE_FEED'>
             <p lang='en' property='dc:description'>literal with LINE FEED</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_LINE_FEED.ttl' title='literal_with_LINE_FEED Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '''&lt;br/&gt;''' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_LINE_FEED.nt' title='literal_with_LINE_FEED Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;\n&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_LINE_FEED.ttl' title='literal_with_LINE_FEED Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '''<br/>''' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_LINE_FEED.nt' title='literal_with_LINE_FEED Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;\n&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_CARRIAGE_RETURN' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_CARRIAGE_RETURN'>
             Test
@@ -7484,8 +7484,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_CARRIAGE_RETURN'>
             <p lang='en' property='dc:description'>literal with CARRIAGE RETURN</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_CARRIAGE_RETURN.ttl' title='literal_with_CARRIAGE_RETURN Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '''
''' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_CARRIAGE_RETURN.nt' title='literal_with_CARRIAGE_RETURN Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;\r&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_CARRIAGE_RETURN.ttl' title='literal_with_CARRIAGE_RETURN Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '''
''' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_CARRIAGE_RETURN.nt' title='literal_with_CARRIAGE_RETURN Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;\r&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_FORM_FEED' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_FORM_FEED'>
             Test
@@ -7493,8 +7493,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_FORM_FEED'>
             <p lang='en' property='dc:description'>literal with FORM FEED</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_FORM_FEED.ttl' title='literal_with_FORM_FEED Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_FORM_FEED.nt' title='literal_with_FORM_FEED Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;\f&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_FORM_FEED.ttl' title='literal_with_FORM_FEED Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_FORM_FEED.nt' title='literal_with_FORM_FEED Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;\f&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_REVERSE_SOLIDUS' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS'>
             Test
@@ -7502,8 +7502,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS'>
             <p lang='en' property='dc:description'>literal with REVERSE SOLIDUS</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_REVERSE_SOLIDUS.ttl' title='literal_with_REVERSE_SOLIDUS Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '\\' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_REVERSE_SOLIDUS.nt' title='literal_with_REVERSE_SOLIDUS Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;\\&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_REVERSE_SOLIDUS.ttl' title='literal_with_REVERSE_SOLIDUS Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '\\' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_REVERSE_SOLIDUS.nt' title='literal_with_REVERSE_SOLIDUS Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;\\&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_escaped_CHARACTER_TABULATION' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION'>
             Test
@@ -7511,8 +7511,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION'>
             <p lang='en' property='dc:description'>literal with escaped CHARACTER TABULATION</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_escaped_CHARACTER_TABULATION.ttl' title='literal_with_escaped_CHARACTER_TABULATION Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '\t' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_CHARACTER_TABULATION.nt' title='literal_with_escaped_CHARACTER_TABULATION Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;\t&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_escaped_CHARACTER_TABULATION.ttl' title='literal_with_escaped_CHARACTER_TABULATION Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '\t' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_CHARACTER_TABULATION.nt' title='literal_with_escaped_CHARACTER_TABULATION Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;\t&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_escaped_BACKSPACE' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_BACKSPACE'>
             Test
@@ -7520,8 +7520,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_BACKSPACE'>
             <p lang='en' property='dc:description'>literal with escaped BACKSPACE</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_escaped_BACKSPACE.ttl' title='literal_with_escaped_BACKSPACE Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '\b' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_BACKSPACE.nt' title='literal_with_escaped_BACKSPACE Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;\b&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_escaped_BACKSPACE.ttl' title='literal_with_escaped_BACKSPACE Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '\b' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_BACKSPACE.nt' title='literal_with_escaped_BACKSPACE Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;\b&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_escaped_LINE_FEED' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_LINE_FEED'>
             Test
@@ -7529,8 +7529,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_LINE_FEED'>
             <p lang='en' property='dc:description'>literal with escaped LINE FEED</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_escaped_LINE_FEED.ttl' title='literal_with_escaped_LINE_FEED Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '\n' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_LINE_FEED.nt' title='literal_with_escaped_LINE_FEED Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;\n&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_escaped_LINE_FEED.ttl' title='literal_with_escaped_LINE_FEED Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '\n' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_LINE_FEED.nt' title='literal_with_escaped_LINE_FEED Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;\n&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_escaped_CARRIAGE_RETURN' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN'>
             Test
@@ -7538,8 +7538,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN'>
             <p lang='en' property='dc:description'>literal with escaped CARRIAGE RETURN</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_escaped_CARRIAGE_RETURN.ttl' title='literal_with_escaped_CARRIAGE_RETURN Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '\r' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_CARRIAGE_RETURN.nt' title='literal_with_escaped_CARRIAGE_RETURN Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;\r&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_escaped_CARRIAGE_RETURN.ttl' title='literal_with_escaped_CARRIAGE_RETURN Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '\r' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_CARRIAGE_RETURN.nt' title='literal_with_escaped_CARRIAGE_RETURN Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;\r&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_escaped_FORM_FEED' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_FORM_FEED'>
             Test
@@ -7547,8 +7547,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_FORM_FEED'>
             <p lang='en' property='dc:description'>literal with escaped FORM FEED</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_escaped_FORM_FEED.ttl' title='literal_with_escaped_FORM_FEED Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '\f' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_FORM_FEED.nt' title='literal_with_escaped_FORM_FEED Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;\f&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_escaped_FORM_FEED.ttl' title='literal_with_escaped_FORM_FEED Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '\f' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_FORM_FEED.nt' title='literal_with_escaped_FORM_FEED Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;\f&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_numeric_escape4' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_numeric_escape4'>
             Test
@@ -7556,8 +7556,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_numeric_escape4'>
             <p lang='en' property='dc:description'>literal with numeric escape4 \u</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_numeric_escape4.ttl' title='literal_with_numeric_escape4 Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '\u006F' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_numeric_escape4.nt' title='literal_with_numeric_escape4 Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;o&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_numeric_escape4.ttl' title='literal_with_numeric_escape4 Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '\u006F' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_numeric_escape4.nt' title='literal_with_numeric_escape4 Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;o&quot; .<br/></pre>
           </dd>
           <dt id='test_literal_with_numeric_escape8' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_numeric_escape8'>
             Test
@@ -7565,8 +7565,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_numeric_escape8'>
             <p lang='en' property='dc:description'>literal with numeric escape8 \U</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_numeric_escape8.ttl' title='literal_with_numeric_escape8 Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; '\U0000006F' .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_numeric_escape4.nt' title='literal_with_numeric_escape8 Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;o&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_numeric_escape8.ttl' title='literal_with_numeric_escape8 Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; '\U0000006F' .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_with_numeric_escape4.nt' title='literal_with_numeric_escape8 Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;o&quot; .<br/></pre>
           </dd>
           <dt id='test_IRIREF_datatype' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#IRIREF_datatype'>
             Test
@@ -7574,8 +7574,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#IRIREF_datatype'>
             <p lang='en' property='dc:description'>IRIREF datatype &quot;&quot;^^&lt;t&gt;</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRIREF_datatype.ttl' title='IRIREF_datatype Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRIREF_datatype.nt' title='IRIREF_datatype Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRIREF_datatype.ttl' title='IRIREF_datatype Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRIREF_datatype.nt' title='IRIREF_datatype Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/></pre>
           </dd>
           <dt id='test_prefixed_name_datatype' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#prefixed_name_datatype'>
             Test
@@ -7583,8 +7583,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#prefixed_name_datatype'>
             <p lang='en' property='dc:description'>prefixed name datatype &quot;&quot;^^p:t</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/prefixed_name_datatype.ttl' title='prefixed_name_datatype Input'>@prefix xsd: &amp;lt;http://www.w3.org/2001/XMLSchema#&amp;gt; .&lt;br/&gt;&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;1&amp;quot;^^xsd:integer .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRIREF_datatype.nt' title='prefixed_name_datatype Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/prefixed_name_datatype.ttl' title='prefixed_name_datatype Input'>@prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .<br/>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;1&quot;^^xsd:integer .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRIREF_datatype.nt' title='prefixed_name_datatype Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/></pre>
           </dd>
           <dt id='test_bareword_integer' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#bareword_integer'>
             Test
@@ -7592,8 +7592,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#bareword_integer'>
             <p lang='en' property='dc:description'>bareword integer</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_integer.ttl' title='bareword_integer Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; 1 .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRIREF_datatype.nt' title='bareword_integer Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_integer.ttl' title='bareword_integer Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; 1 .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/IRIREF_datatype.nt' title='bareword_integer Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/></pre>
           </dd>
           <dt id='test_bareword_decimal' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#bareword_decimal'>
             Test
@@ -7601,8 +7601,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#bareword_decimal'>
             <p lang='en' property='dc:description'>bareword decimal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_decimal.ttl' title='bareword_decimal Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; 1.0 .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_decimal.nt' title='bareword_decimal Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;1.0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_decimal.ttl' title='bareword_decimal Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; 1.0 .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_decimal.nt' title='bareword_decimal Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;1.0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/></pre>
           </dd>
           <dt id='test_bareword_double' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#bareword_double'>
             Test
@@ -7610,8 +7610,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#bareword_double'>
             <p lang='en' property='dc:description'>bareword double</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_double.ttl' title='bareword_double Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; 1E0 .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_double.nt' title='bareword_double Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;1E0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#double&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_double.ttl' title='bareword_double Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; 1E0 .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/bareword_double.nt' title='bareword_double Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;1E0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#double&gt; .<br/></pre>
           </dd>
           <dt id='test_double_lower_case_e' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#double_lower_case_e'>
             Test
@@ -7619,8 +7619,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#double_lower_case_e'>
             <p lang='en' property='dc:description'>double lower case e</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/double_lower_case_e.ttl' title='double_lower_case_e Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; 1e0 .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/double_lower_case_e.nt' title='double_lower_case_e Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;1e0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#double&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/double_lower_case_e.ttl' title='double_lower_case_e Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; 1e0 .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/double_lower_case_e.nt' title='double_lower_case_e Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;1e0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#double&gt; .<br/></pre>
           </dd>
           <dt id='test_negative_numeric' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#negative_numeric'>
             Test
@@ -7628,8 +7628,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#negative_numeric'>
             <p lang='en' property='dc:description'>negative numeric</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/negative_numeric.ttl' title='negative_numeric Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; -1 .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/negative_numeric.nt' title='negative_numeric Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;-1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/negative_numeric.ttl' title='negative_numeric Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; -1 .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/negative_numeric.nt' title='negative_numeric Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;-1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/></pre>
           </dd>
           <dt id='test_positive_numeric' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#positive_numeric'>
             Test
@@ -7637,8 +7637,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#positive_numeric'>
             <p lang='en' property='dc:description'>positive numeric</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/positive_numeric.ttl' title='positive_numeric Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; +1 .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/positive_numeric.nt' title='positive_numeric Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;+1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/positive_numeric.ttl' title='positive_numeric Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; +1 .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/positive_numeric.nt' title='positive_numeric Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;+1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/></pre>
           </dd>
           <dt id='test_numeric_with_leading_0' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#numeric_with_leading_0'>
             Test
@@ -7646,8 +7646,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#numeric_with_leading_0'>
             <p lang='en' property='dc:description'>numeric with leading 0</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/numeric_with_leading_0.ttl' title='numeric_with_leading_0 Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; 01 .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/numeric_with_leading_0.nt' title='numeric_with_leading_0 Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;01&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/numeric_with_leading_0.ttl' title='numeric_with_leading_0 Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; 01 .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/numeric_with_leading_0.nt' title='numeric_with_leading_0 Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;01&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/></pre>
           </dd>
           <dt id='test_literal_true' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_true'>
             Test
@@ -7655,8 +7655,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_true'>
             <p lang='en' property='dc:description'>literal true</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_true.ttl' title='literal_true Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; true .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_true.nt' title='literal_true Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;true&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#boolean&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_true.ttl' title='literal_true Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; true .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_true.nt' title='literal_true Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;true&quot;^^&lt;http://www.w3.org/2001/XMLSchema#boolean&gt; .<br/></pre>
           </dd>
           <dt id='test_literal_false' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_false'>
             Test
@@ -7664,8 +7664,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_false'>
             <p lang='en' property='dc:description'>literal false</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_false.ttl' title='literal_false Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; false .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_false.nt' title='literal_false Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;false&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#boolean&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_false.ttl' title='literal_false Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; false .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/literal_false.nt' title='literal_false Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;false&quot;^^&lt;http://www.w3.org/2001/XMLSchema#boolean&gt; .<br/></pre>
           </dd>
           <dt id='test_langtagged_non_LONG' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#langtagged_non_LONG'>
             Test
@@ -7673,8 +7673,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#langtagged_non_LONG'>
             <p lang='en' property='dc:description'>langtagged non-LONG &quot;x&quot;@en</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/langtagged_non_LONG.ttl' title='langtagged_non_LONG Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;chat&amp;quot;@en .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/langtagged_non_LONG.nt' title='langtagged_non_LONG Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;chat&amp;quot;@en .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/langtagged_non_LONG.ttl' title='langtagged_non_LONG Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;chat&quot;@en .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/langtagged_non_LONG.nt' title='langtagged_non_LONG Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;chat&quot;@en .<br/></pre>
           </dd>
           <dt id='test_langtagged_LONG' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#langtagged_LONG'>
             Test
@@ -7682,8 +7682,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#langtagged_LONG'>
             <p lang='en' property='dc:description'>langtagged LONG &quot;&quot;&quot;x&quot;&quot;&quot;@en</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/langtagged_LONG.ttl' title='langtagged_LONG Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;&amp;quot;&amp;quot;chat&amp;quot;&amp;quot;&amp;quot;@en .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/langtagged_non_LONG.nt' title='langtagged_LONG Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;chat&amp;quot;@en .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/langtagged_LONG.ttl' title='langtagged_LONG Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;&quot;&quot;chat&quot;&quot;&quot;@en .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/langtagged_non_LONG.nt' title='langtagged_LONG Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;chat&quot;@en .<br/></pre>
           </dd>
           <dt id='test_lantag_with_subtag' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#lantag_with_subtag'>
             Test
@@ -7691,8 +7691,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#lantag_with_subtag'>
             <p lang='en' property='dc:description'>lantag with subtag &quot;x&quot;@en-us</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/lantag_with_subtag.ttl' title='lantag_with_subtag Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;chat&amp;quot;@en-us .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/lantag_with_subtag.nt' title='lantag_with_subtag Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;quot;chat&amp;quot;@en-us .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/lantag_with_subtag.ttl' title='lantag_with_subtag Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;chat&quot;@en-us .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/lantag_with_subtag.nt' title='lantag_with_subtag Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &quot;chat&quot;@en-us .<br/></pre>
           </dd>
           <dt id='test_objectList_with_two_objects' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#objectList_with_two_objects'>
             Test
@@ -7700,8 +7700,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#objectList_with_two_objects'>
             <p lang='en' property='dc:description'>objectList with two objects … &lt;o1&gt;,&lt;o2&gt;</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/objectList_with_two_objects.ttl' title='objectList_with_two_objects Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o1&amp;gt;, &amp;lt;http://a.example/o2&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/objectList_with_two_objects.nt' title='objectList_with_two_objects Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o1&amp;gt; .&lt;br/&gt;&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p&amp;gt; &amp;lt;http://a.example/o2&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/objectList_with_two_objects.ttl' title='objectList_with_two_objects Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o1&gt;, &lt;http://a.example/o2&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/objectList_with_two_objects.nt' title='objectList_with_two_objects Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o1&gt; .<br/>&lt;http://a.example/s&gt; &lt;http://a.example/p&gt; &lt;http://a.example/o2&gt; .<br/></pre>
           </dd>
           <dt id='test_predicateObjectList_with_two_objectLists' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#predicateObjectList_with_two_objectLists'>
             Test
@@ -7709,8 +7709,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#predicateObjectList_with_two_objectLists'>
             <p lang='en' property='dc:description'>predicateObjectList with two objectLists … &lt;o1&gt;,&lt;o2&gt;</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/predicateObjectList_with_two_objectLists.ttl' title='predicateObjectList_with_two_objectLists Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p1&amp;gt; &amp;lt;http://a.example/o1&amp;gt;; &amp;lt;http://a.example/p2&amp;gt; &amp;lt;http://a.example/o2&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/predicateObjectList_with_two_objectLists.nt' title='predicateObjectList_with_two_objectLists Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p1&amp;gt; &amp;lt;http://a.example/o1&amp;gt; .&lt;br/&gt;&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p2&amp;gt; &amp;lt;http://a.example/o2&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/predicateObjectList_with_two_objectLists.ttl' title='predicateObjectList_with_two_objectLists Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p1&gt; &lt;http://a.example/o1&gt;; &lt;http://a.example/p2&gt; &lt;http://a.example/o2&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/predicateObjectList_with_two_objectLists.nt' title='predicateObjectList_with_two_objectLists Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p1&gt; &lt;http://a.example/o1&gt; .<br/>&lt;http://a.example/s&gt; &lt;http://a.example/p2&gt; &lt;http://a.example/o2&gt; .<br/></pre>
           </dd>
           <dt id='test_repeated_semis_at_end' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#repeated_semis_at_end'>
             Test
@@ -7718,8 +7718,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#repeated_semis_at_end'>
             <p lang='en' property='dc:description'>repeated semis at end &lt;s&gt; &lt;p&gt; &lt;o&gt; ;; &lt;p2&gt; &lt;o2&gt; .</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/repeated_semis_at_end.ttl' title='repeated_semis_at_end Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p1&amp;gt; &amp;lt;http://a.example/o1&amp;gt;;; &amp;lt;http://a.example/p2&amp;gt; &amp;lt;http://a.example/o2&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/predicateObjectList_with_two_objectLists.nt' title='repeated_semis_at_end Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p1&amp;gt; &amp;lt;http://a.example/o1&amp;gt; .&lt;br/&gt;&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p2&amp;gt; &amp;lt;http://a.example/o2&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/repeated_semis_at_end.ttl' title='repeated_semis_at_end Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p1&gt; &lt;http://a.example/o1&gt;;; &lt;http://a.example/p2&gt; &lt;http://a.example/o2&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/predicateObjectList_with_two_objectLists.nt' title='repeated_semis_at_end Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p1&gt; &lt;http://a.example/o1&gt; .<br/>&lt;http://a.example/s&gt; &lt;http://a.example/p2&gt; &lt;http://a.example/o2&gt; .<br/></pre>
           </dd>
           <dt id='test_repeated_semis_not_at_end' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#repeated_semis_not_at_end'>
             Test
@@ -7727,8 +7727,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#repeated_semis_not_at_end'>
             <p lang='en' property='dc:description'>repeated semis not at end &lt;s&gt; &lt;p&gt; &lt;o&gt; ;;.</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/repeated_semis_not_at_end.ttl' title='repeated_semis_not_at_end Input'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p1&amp;gt; &amp;lt;http://a.example/o1&amp;gt;;; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/repeated_semis_not_at_end.nt' title='repeated_semis_not_at_end Result'>&amp;lt;http://a.example/s&amp;gt; &amp;lt;http://a.example/p1&amp;gt; &amp;lt;http://a.example/o1&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/repeated_semis_not_at_end.ttl' title='repeated_semis_not_at_end Input'>&lt;http://a.example/s&gt; &lt;http://a.example/p1&gt; &lt;http://a.example/o1&gt;;; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/repeated_semis_not_at_end.nt' title='repeated_semis_not_at_end Result'>&lt;http://a.example/s&gt; &lt;http://a.example/p1&gt; &lt;http://a.example/o1&gt; .<br/></pre>
           </dd>
         </div>
         <div inlist='inlist' property='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl'>
@@ -7746,7 +7746,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02'>
             <p lang='en' property='dc:description'>Only comment</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-02.ttl' title='turtle-syntax-file-02 Input'>#Empty file.&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-02.ttl' title='turtle-syntax-file-02 Input'>#Empty file.<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-file-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03'>
             Test
@@ -7754,7 +7754,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03'>
             <p lang='en' property='dc:description'>One comment, one empty line</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-03.ttl' title='turtle-syntax-file-03 Input'>#One comment, one empty line.&lt;br/&gt;&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-03.ttl' title='turtle-syntax-file-03 Input'>#One comment, one empty line.<br/><br/></pre>
           </dd>
           <dt id='test_turtle-syntax-uri-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01'>
             Test
@@ -7762,7 +7762,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01'>
             <p lang='en' property='dc:description'>Only IRIs</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-01.ttl' title='turtle-syntax-uri-01 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-01.ttl' title='turtle-syntax-uri-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-uri-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02'>
             Test
@@ -7770,7 +7770,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02'>
             <p lang='en' property='dc:description'>IRIs with Unicode escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-02.ttl' title='turtle-syntax-uri-02 Input'># x53 is capital S&lt;br/&gt;&amp;lt;http://example/\u0053&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-02.ttl' title='turtle-syntax-uri-02 Input'># x53 is capital S<br/>&lt;http://example/\u0053&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-uri-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03'>
             Test
@@ -7778,7 +7778,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03'>
             <p lang='en' property='dc:description'>IRIs with long Unicode escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-03.ttl' title='turtle-syntax-uri-03 Input'># x53 is capital S&lt;br/&gt;&amp;lt;http://example/\U00000053&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-03.ttl' title='turtle-syntax-uri-03 Input'># x53 is capital S<br/>&lt;http://example/\U00000053&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-uri-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04'>
             Test
@@ -7786,7 +7786,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04'>
             <p lang='en' property='dc:description'>Legal IRIs</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-04.ttl' title='turtle-syntax-uri-04 Input'># IRI with all chars in it.&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt;&lt;br/&gt;&amp;lt;scheme:!$%25&amp;amp;'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-04.ttl' title='turtle-syntax-uri-04 Input'># IRI with all chars in it.<br/>&lt;http://example/s&gt; &lt;http://example/p&gt;<br/>&lt;scheme:!$%25&amp;'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-base-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01'>
             Test
@@ -7794,7 +7794,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01'>
             <p lang='en' property='dc:description'>@base</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-01.ttl' title='turtle-syntax-base-01 Input'>@base &amp;lt;http://example/&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-01.ttl' title='turtle-syntax-base-01 Input'>@base &lt;http://example/&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-base-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02'>
             Test
@@ -7802,7 +7802,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02'>
             <p lang='en' property='dc:description'>BASE</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-02.ttl' title='turtle-syntax-base-02 Input'>BASE &amp;lt;http://example/&amp;gt;&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-02.ttl' title='turtle-syntax-base-02 Input'>BASE &lt;http://example/&gt;<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-base-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03'>
             Test
@@ -7810,7 +7810,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03'>
             <p lang='en' property='dc:description'>@base with relative IRIs</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-03.ttl' title='turtle-syntax-base-03 Input'>@base &amp;lt;http://example/&amp;gt; .&lt;br/&gt;&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; &amp;lt;o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-03.ttl' title='turtle-syntax-base-03 Input'>@base &lt;http://example/&gt; .<br/>&lt;s&gt; &lt;p&gt; &lt;o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-base-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04'>
             Test
@@ -7818,7 +7818,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04'>
             <p lang='en' property='dc:description'>base with relative IRIs</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-04.ttl' title='turtle-syntax-base-04 Input'>base &amp;lt;http://example/&amp;gt;&lt;br/&gt;&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; &amp;lt;o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-04.ttl' title='turtle-syntax-base-04 Input'>base &lt;http://example/&gt;<br/>&lt;s&gt; &lt;p&gt; &lt;o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-prefix-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01'>
             Test
@@ -7826,7 +7826,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01'>
             <p lang='en' property='dc:description'>@prefix</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-01.ttl' title='turtle-syntax-prefix-01 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-01.ttl' title='turtle-syntax-prefix-01 Input'>@prefix : &lt;http://example/&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-prefix-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02'>
             Test
@@ -7834,7 +7834,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02'>
             <p lang='en' property='dc:description'>PreFIX</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-02.ttl' title='turtle-syntax-prefix-02 Input'>PreFIX : &amp;lt;http://example/&amp;gt;&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-02.ttl' title='turtle-syntax-prefix-02 Input'>PreFIX : &lt;http://example/&gt;<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-prefix-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03'>
             Test
@@ -7842,7 +7842,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03'>
             <p lang='en' property='dc:description'>Empty PREFIX</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-03.ttl' title='turtle-syntax-prefix-03 Input'>PREFIX : &amp;lt;http://example/&amp;gt;&lt;br/&gt;:s :p :123 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-03.ttl' title='turtle-syntax-prefix-03 Input'>PREFIX : &lt;http://example/&gt;<br/>:s :p :123 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-prefix-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04'>
             Test
@@ -7850,7 +7850,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04'>
             <p lang='en' property='dc:description'>Empty @prefix with % escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-04.ttl' title='turtle-syntax-prefix-04 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p :%20 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-04.ttl' title='turtle-syntax-prefix-04 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p :%20 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-prefix-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05'>
             Test
@@ -7858,7 +7858,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05'>
             <p lang='en' property='dc:description'>@prefix with no suffix</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-05.ttl' title='turtle-syntax-prefix-05 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;: : : .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-05.ttl' title='turtle-syntax-prefix-05 Input'>@prefix : &lt;http://example/&gt; .<br/>: : : .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-prefix-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06'>
             Test
@@ -7866,7 +7866,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06'>
             <p lang='en' property='dc:description'>colon is a legal pname character</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-06.ttl' title='turtle-syntax-prefix-06 Input'># colon is a legal pname character&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;@prefix x: &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:a:b:c  x:d:e:f :::: .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-06.ttl' title='turtle-syntax-prefix-06 Input'># colon is a legal pname character<br/>@prefix : &lt;http://example/&gt; .<br/>@prefix x: &lt;http://example/&gt; .<br/>:a:b:c  x:d:e:f :::: .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-prefix-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07'>
             Test
@@ -7874,7 +7874,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07'>
             <p lang='en' property='dc:description'>dash is a legal pname character</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-07.ttl' title='turtle-syntax-prefix-07 Input'># dash is a legal pname character&lt;br/&gt;@prefix x: &amp;lt;http://example/&amp;gt; .&lt;br/&gt;x:a-b-c  x:p x:o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-07.ttl' title='turtle-syntax-prefix-07 Input'># dash is a legal pname character<br/>@prefix x: &lt;http://example/&gt; .<br/>x:a-b-c  x:p x:o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-prefix-08' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08'>
             Test
@@ -7882,7 +7882,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08'>
             <p lang='en' property='dc:description'>underscore is a legal pname character</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-08.ttl' title='turtle-syntax-prefix-08 Input'># underscore is a legal pname character&lt;br/&gt;@prefix x: &amp;lt;http://example/&amp;gt; .&lt;br/&gt;x:_  x:p_1 x:o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-08.ttl' title='turtle-syntax-prefix-08 Input'># underscore is a legal pname character<br/>@prefix x: &lt;http://example/&gt; .<br/>x:_  x:p_1 x:o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-prefix-09' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09'>
             Test
@@ -7890,7 +7890,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09'>
             <p lang='en' property='dc:description'>percents in pnames</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-09.ttl' title='turtle-syntax-prefix-09 Input'># percents&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;@prefix x: &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:a%3E  x:%25 :a%3Eb .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-09.ttl' title='turtle-syntax-prefix-09 Input'># percents<br/>@prefix : &lt;http://example/&gt; .<br/>@prefix x: &lt;http://example/&gt; .<br/>:a%3E  x:%25 :a%3Eb .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-string-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01'>
             Test
@@ -7898,7 +7898,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01'>
             <p lang='en' property='dc:description'>string literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-01.ttl' title='turtle-syntax-string-01 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;string&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-01.ttl' title='turtle-syntax-string-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;string&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-string-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02'>
             Test
@@ -7906,7 +7906,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02'>
             <p lang='en' property='dc:description'>langString literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-02.ttl' title='turtle-syntax-string-02 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;string&amp;quot;@en .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-02.ttl' title='turtle-syntax-string-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;string&quot;@en .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-string-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03'>
             Test
@@ -7914,7 +7914,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03'>
             <p lang='en' property='dc:description'>langString literal with region</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-03.ttl' title='turtle-syntax-string-03 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;string&amp;quot;@en-uk .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-03.ttl' title='turtle-syntax-string-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;string&quot;@en-uk .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-string-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04'>
             Test
@@ -7922,7 +7922,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04'>
             <p lang='en' property='dc:description'>squote string literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-04.ttl' title='turtle-syntax-string-04 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; 'string' .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-04.ttl' title='turtle-syntax-string-04 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 'string' .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-string-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05'>
             Test
@@ -7930,7 +7930,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05'>
             <p lang='en' property='dc:description'>squote langString literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-05.ttl' title='turtle-syntax-string-05 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; 'string'@en .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-05.ttl' title='turtle-syntax-string-05 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 'string'@en .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-string-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06'>
             Test
@@ -7938,7 +7938,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06'>
             <p lang='en' property='dc:description'>squote langString literal with region</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-06.ttl' title='turtle-syntax-string-06 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; 'string'@en-uk .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-06.ttl' title='turtle-syntax-string-06 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 'string'@en-uk .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-string-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07'>
             Test
@@ -7946,7 +7946,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07'>
             <p lang='en' property='dc:description'>long string literal with embedded single- and double-quotes</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-07.ttl' title='turtle-syntax-string-07 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;&amp;quot;&amp;quot;abc&amp;quot;&amp;quot;def''ghi&amp;quot;&amp;quot;&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-07.ttl' title='turtle-syntax-string-07 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;&quot;&quot;abc&quot;&quot;def''ghi&quot;&quot;&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-string-08' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08'>
             Test
@@ -7954,7 +7954,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08'>
             <p lang='en' property='dc:description'>long string literal with embedded newline</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-08.ttl' title='turtle-syntax-string-08 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;&amp;quot;&amp;quot;abc&lt;br/&gt;def&amp;quot;&amp;quot;&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-08.ttl' title='turtle-syntax-string-08 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;&quot;&quot;abc<br/>def&quot;&quot;&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-string-09' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09'>
             Test
@@ -7962,7 +7962,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09'>
             <p lang='en' property='dc:description'>squote long string literal with embedded single- and double-quotes</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-09.ttl' title='turtle-syntax-string-09 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; '''abc&lt;br/&gt;def''' .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-09.ttl' title='turtle-syntax-string-09 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; '''abc<br/>def''' .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-string-10' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10'>
             Test
@@ -7970,7 +7970,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10'>
             <p lang='en' property='dc:description'>long langString literal with embedded newline</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-10.ttl' title='turtle-syntax-string-10 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;&amp;quot;&amp;quot;abc&lt;br/&gt;def&amp;quot;&amp;quot;&amp;quot;@en .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-10.ttl' title='turtle-syntax-string-10 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;&quot;&quot;abc<br/>def&quot;&quot;&quot;@en .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-string-11' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11'>
             Test
@@ -7978,7 +7978,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11'>
             <p lang='en' property='dc:description'>squote long langString literal with embedded newline</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-11.ttl' title='turtle-syntax-string-11 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; '''abc&lt;br/&gt;def'''@en .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-11.ttl' title='turtle-syntax-string-11 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; '''abc<br/>def'''@en .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-str-esc-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01'>
             Test
@@ -7986,7 +7986,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01'>
             <p lang='en' property='dc:description'>string literal with escaped newline</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-01.ttl' title='turtle-syntax-str-esc-01 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;a\n&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-01.ttl' title='turtle-syntax-str-esc-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;a\n&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-str-esc-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02'>
             Test
@@ -7994,7 +7994,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02'>
             <p lang='en' property='dc:description'>string literal with Unicode escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-02.ttl' title='turtle-syntax-str-esc-02 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;a\u0020b&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-02.ttl' title='turtle-syntax-str-esc-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;a\u0020b&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-str-esc-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03'>
             Test
@@ -8002,7 +8002,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03'>
             <p lang='en' property='dc:description'>string literal with long Unicode escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-03.ttl' title='turtle-syntax-str-esc-03 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;a\U00000020b&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-03.ttl' title='turtle-syntax-str-esc-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;a\U00000020b&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-pname-esc-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01'>
             Test
@@ -8010,7 +8010,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01'>
             <p lang='en' property='dc:description'>pname with back-slash escapes</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-01.ttl' title='turtle-syntax-pname-esc-01 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p :\~\.\-\!\$\&amp;amp;\'\(\)\*\+\,\;\=\/\?\#\@\_\%AA .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-01.ttl' title='turtle-syntax-pname-esc-01 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p :\~\.\-\!\$\&amp;\'\(\)\*\+\,\;\=\/\?\#\@\_\%AA .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-pname-esc-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02'>
             Test
@@ -8018,7 +8018,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02'>
             <p lang='en' property='dc:description'>pname with back-slash escapes (2)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-02.ttl' title='turtle-syntax-pname-esc-02 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p :0123\~\.\-\!\$\&amp;amp;\'\(\)\*\+\,\;\=\/\?\#\@\_\%AA123 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-02.ttl' title='turtle-syntax-pname-esc-02 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p :0123\~\.\-\!\$\&amp;\'\(\)\*\+\,\;\=\/\?\#\@\_\%AA123 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-pname-esc-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03'>
             Test
@@ -8026,7 +8026,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03'>
             <p lang='en' property='dc:description'>pname with back-slash escapes (3)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-03.ttl' title='turtle-syntax-pname-esc-03 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:xyz\~ :abc\.:  : .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-03.ttl' title='turtle-syntax-pname-esc-03 Input'>@prefix : &lt;http://example/&gt; .<br/>:xyz\~ :abc\.:  : .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bnode-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01'>
             Test
@@ -8034,7 +8034,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01'>
             <p lang='en' property='dc:description'>bnode subject</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-01.ttl' title='turtle-syntax-bnode-01 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;[] :p :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-01.ttl' title='turtle-syntax-bnode-01 Input'>@prefix : &lt;http://example/&gt; .<br/>[] :p :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bnode-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02'>
             Test
@@ -8042,7 +8042,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02'>
             <p lang='en' property='dc:description'>bnode object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-02.ttl' title='turtle-syntax-bnode-02 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p [] .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-02.ttl' title='turtle-syntax-bnode-02 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p [] .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bnode-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03'>
             Test
@@ -8050,7 +8050,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03'>
             <p lang='en' property='dc:description'>bnode property list object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-03.ttl' title='turtle-syntax-bnode-03 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p [ :q :o ] .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-03.ttl' title='turtle-syntax-bnode-03 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p [ :q :o ] .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bnode-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04'>
             Test
@@ -8058,7 +8058,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04'>
             <p lang='en' property='dc:description'>bnode property list object (2)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-04.ttl' title='turtle-syntax-bnode-04 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p [ :q1 :o1 ; :q2 :o2 ] .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-04.ttl' title='turtle-syntax-bnode-04 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p [ :q1 :o1 ; :q2 :o2 ] .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bnode-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05'>
             Test
@@ -8066,7 +8066,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05'>
             <p lang='en' property='dc:description'>bnode property list subject</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-05.ttl' title='turtle-syntax-bnode-05 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;[ :q1 :o1 ; :q2 :o2 ] :p :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-05.ttl' title='turtle-syntax-bnode-05 Input'>@prefix : &lt;http://example/&gt; .<br/>[ :q1 :o1 ; :q2 :o2 ] :p :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bnode-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06'>
             Test
@@ -8074,7 +8074,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06'>
             <p lang='en' property='dc:description'>labeled bnode subject</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-06.ttl' title='turtle-syntax-bnode-06 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;_:a  :p :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-06.ttl' title='turtle-syntax-bnode-06 Input'>@prefix : &lt;http://example/&gt; .<br/>_:a  :p :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bnode-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07'>
             Test
@@ -8082,7 +8082,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07'>
             <p lang='en' property='dc:description'>labeled bnode subject and object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-07.ttl' title='turtle-syntax-bnode-07 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s  :p _:a .&lt;br/&gt;_:a  :p :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-07.ttl' title='turtle-syntax-bnode-07 Input'>@prefix : &lt;http://example/&gt; .<br/>:s  :p _:a .<br/>_:a  :p :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bnode-08' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08'>
             Test
@@ -8090,7 +8090,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08'>
             <p lang='en' property='dc:description'>bare bnode property list</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-08.ttl' title='turtle-syntax-bnode-08 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;[ :p  :o ] .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-08.ttl' title='turtle-syntax-bnode-08 Input'>@prefix : &lt;http://example/&gt; .<br/>[ :p  :o ] .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bnode-09' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09'>
             Test
@@ -8098,7 +8098,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09'>
             <p lang='en' property='dc:description'>bnode property list</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-09.ttl' title='turtle-syntax-bnode-09 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;[ :p  :o1,:2 ] .&lt;br/&gt;:s :p :o  .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-09.ttl' title='turtle-syntax-bnode-09 Input'>@prefix : &lt;http://example/&gt; .<br/>[ :p  :o1,:2 ] .<br/>:s :p :o  .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bnode-10' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10'>
             Test
@@ -8106,7 +8106,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10'>
             <p lang='en' property='dc:description'>mixed bnode property list and triple</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-10.ttl' title='turtle-syntax-bnode-10 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;&lt;br/&gt;:s1 :p :o .&lt;br/&gt;[ :p1  :o1 ; :p2 :o2 ] .&lt;br/&gt;:s2 :p :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-10.ttl' title='turtle-syntax-bnode-10 Input'>@prefix : &lt;http://example/&gt; .<br/><br/>:s1 :p :o .<br/>[ :p1  :o1 ; :p2 :o2 ] .<br/>:s2 :p :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-number-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01'>
             Test
@@ -8114,7 +8114,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01'>
             <p lang='en' property='dc:description'>integer literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-01.ttl' title='turtle-syntax-number-01 Input'>&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; 123 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-01.ttl' title='turtle-syntax-number-01 Input'>&lt;s&gt; &lt;p&gt; 123 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-number-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02'>
             Test
@@ -8122,7 +8122,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02'>
             <p lang='en' property='dc:description'>negative integer literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-02.ttl' title='turtle-syntax-number-02 Input'>&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; -123 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-02.ttl' title='turtle-syntax-number-02 Input'>&lt;s&gt; &lt;p&gt; -123 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-number-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03'>
             Test
@@ -8130,7 +8130,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03'>
             <p lang='en' property='dc:description'>positive integer literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-03.ttl' title='turtle-syntax-number-03 Input'>&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; +123 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-03.ttl' title='turtle-syntax-number-03 Input'>&lt;s&gt; &lt;p&gt; +123 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-number-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04'>
             Test
@@ -8138,7 +8138,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04'>
             <p lang='en' property='dc:description'>decimal literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-04.ttl' title='turtle-syntax-number-04 Input'># This is a decimal.&lt;br/&gt;&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; 123.0 . &lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-04.ttl' title='turtle-syntax-number-04 Input'># This is a decimal.<br/>&lt;s&gt; &lt;p&gt; 123.0 . <br/></pre>
           </dd>
           <dt id='test_turtle-syntax-number-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05'>
             Test
@@ -8146,7 +8146,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05'>
             <p lang='en' property='dc:description'>decimal literal (no leading digits)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-05.ttl' title='turtle-syntax-number-05 Input'># This is a decimal.&lt;br/&gt;&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; .1 . &lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-05.ttl' title='turtle-syntax-number-05 Input'># This is a decimal.<br/>&lt;s&gt; &lt;p&gt; .1 . <br/></pre>
           </dd>
           <dt id='test_turtle-syntax-number-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06'>
             Test
@@ -8154,7 +8154,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06'>
             <p lang='en' property='dc:description'>negative decimal literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-06.ttl' title='turtle-syntax-number-06 Input'># This is a decimal.&lt;br/&gt;&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; -123.0 . &lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-06.ttl' title='turtle-syntax-number-06 Input'># This is a decimal.<br/>&lt;s&gt; &lt;p&gt; -123.0 . <br/></pre>
           </dd>
           <dt id='test_turtle-syntax-number-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07'>
             Test
@@ -8162,7 +8162,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07'>
             <p lang='en' property='dc:description'>positive decimal literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-07.ttl' title='turtle-syntax-number-07 Input'># This is a decimal.&lt;br/&gt;&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; +123.0 . &lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-07.ttl' title='turtle-syntax-number-07 Input'># This is a decimal.<br/>&lt;s&gt; &lt;p&gt; +123.0 . <br/></pre>
           </dd>
           <dt id='test_turtle-syntax-number-08' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08'>
             Test
@@ -8170,7 +8170,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08'>
             <p lang='en' property='dc:description'>integer literal with decimal lexical confusion</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-08.ttl' title='turtle-syntax-number-08 Input'># This is an integer&lt;br/&gt;&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; 123.&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-08.ttl' title='turtle-syntax-number-08 Input'># This is an integer<br/>&lt;s&gt; &lt;p&gt; 123.<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-number-09' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09'>
             Test
@@ -8178,7 +8178,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09'>
             <p lang='en' property='dc:description'>double literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-09.ttl' title='turtle-syntax-number-09 Input'>&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; 123.0e1 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-09.ttl' title='turtle-syntax-number-09 Input'>&lt;s&gt; &lt;p&gt; 123.0e1 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-number-10' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10'>
             Test
@@ -8186,7 +8186,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10'>
             <p lang='en' property='dc:description'>negative double literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-10.ttl' title='turtle-syntax-number-10 Input'>&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; -123e-1 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-10.ttl' title='turtle-syntax-number-10 Input'>&lt;s&gt; &lt;p&gt; -123e-1 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-number-11' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11'>
             Test
@@ -8194,7 +8194,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11'>
             <p lang='en' property='dc:description'>double literal no fraction</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-11.ttl' title='turtle-syntax-number-11 Input'>&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; 123.E+1 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-11.ttl' title='turtle-syntax-number-11 Input'>&lt;s&gt; &lt;p&gt; 123.E+1 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-datatypes-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01'>
             Test
@@ -8202,7 +8202,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01'>
             <p lang='en' property='dc:description'>xsd:byte literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-01.ttl' title='turtle-syntax-datatypes-01 Input'>@prefix xsd:     &amp;lt;http://www.w3.org/2001/XMLSchema#&amp;gt; .&lt;br/&gt;&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; &amp;quot;123&amp;quot;^^xsd:byte .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-01.ttl' title='turtle-syntax-datatypes-01 Input'>@prefix xsd:     &lt;http://www.w3.org/2001/XMLSchema#&gt; .<br/>&lt;s&gt; &lt;p&gt; &quot;123&quot;^^xsd:byte .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-datatypes-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02'>
             Test
@@ -8210,7 +8210,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02'>
             <p lang='en' property='dc:description'>integer as xsd:string</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-02.ttl' title='turtle-syntax-datatypes-02 Input'>@prefix rdf:     &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&amp;gt; .&lt;br/&gt;@prefix xsd:     &amp;lt;http://www.w3.org/2001/XMLSchema#&amp;gt; .&lt;br/&gt;&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; &amp;quot;123&amp;quot;^^xsd:string .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-02.ttl' title='turtle-syntax-datatypes-02 Input'>@prefix rdf:     &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .<br/>@prefix xsd:     &lt;http://www.w3.org/2001/XMLSchema#&gt; .<br/>&lt;s&gt; &lt;p&gt; &quot;123&quot;^^xsd:string .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-kw-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01'>
             Test
@@ -8218,7 +8218,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01'>
             <p lang='en' property='dc:description'>boolean literal (true)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-01.ttl' title='turtle-syntax-kw-01 Input'>&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; true .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-01.ttl' title='turtle-syntax-kw-01 Input'>&lt;s&gt; &lt;p&gt; true .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-kw-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02'>
             Test
@@ -8226,7 +8226,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02'>
             <p lang='en' property='dc:description'>boolean literal (false)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-02.ttl' title='turtle-syntax-kw-02 Input'>&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; false .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-02.ttl' title='turtle-syntax-kw-02 Input'>&lt;s&gt; &lt;p&gt; false .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-kw-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03'>
             Test
@@ -8234,7 +8234,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03'>
             <p lang='en' property='dc:description'>'a' as keyword</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-03.ttl' title='turtle-syntax-kw-03 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s a :C .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-03.ttl' title='turtle-syntax-kw-03 Input'>@prefix : &lt;http://example/&gt; .<br/>:s a :C .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-struct-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01'>
             Test
@@ -8242,7 +8242,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01'>
             <p lang='en' property='dc:description'>object list</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-01.ttl' title='turtle-syntax-struct-01 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p :o1 , :o2 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-01.ttl' title='turtle-syntax-struct-01 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p :o1 , :o2 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-struct-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02'>
             Test
@@ -8250,7 +8250,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02'>
             <p lang='en' property='dc:description'>predicate list with object list</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-02.ttl' title='turtle-syntax-struct-02 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p1 :o1 ;&lt;br/&gt;   :p2 :o2 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-02.ttl' title='turtle-syntax-struct-02 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p1 :o1 ;<br/>   :p2 :o2 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-struct-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03'>
             Test
@@ -8258,7 +8258,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03'>
             <p lang='en' property='dc:description'>predicate list with object list and dangling ';'</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-03.ttl' title='turtle-syntax-struct-03 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p1 :o1 ;&lt;br/&gt;   :p2 :o2 ;&lt;br/&gt;   .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-03.ttl' title='turtle-syntax-struct-03 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p1 :o1 ;<br/>   :p2 :o2 ;<br/>   .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-struct-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-04'>
             Test
@@ -8266,7 +8266,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-04'>
             <p lang='en' property='dc:description'>predicate list with multiple ;;</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-04.ttl' title='turtle-syntax-struct-04 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p1 :o1 ;;&lt;br/&gt;   :p2 :o2 &lt;br/&gt;   .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-04.ttl' title='turtle-syntax-struct-04 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p1 :o1 ;;<br/>   :p2 :o2 <br/>   .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-struct-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-05'>
             Test
@@ -8274,7 +8274,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-05'>
             <p lang='en' property='dc:description'>predicate list with multiple ;;</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-05.ttl' title='turtle-syntax-struct-05 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p1 :o1 ;&lt;br/&gt;   :p2 :o2 ;;&lt;br/&gt;   .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-05.ttl' title='turtle-syntax-struct-05 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p1 :o1 ;<br/>   :p2 :o2 ;;<br/>   .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-lists-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01'>
             Test
@@ -8282,7 +8282,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01'>
             <p lang='en' property='dc:description'>empty list</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-01.ttl' title='turtle-syntax-lists-01 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p () .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-01.ttl' title='turtle-syntax-lists-01 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p () .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-lists-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02'>
             Test
@@ -8290,7 +8290,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02'>
             <p lang='en' property='dc:description'>mixed list</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-02.ttl' title='turtle-syntax-lists-02 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p (1 &amp;quot;2&amp;quot; :o) .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-02.ttl' title='turtle-syntax-lists-02 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p (1 &quot;2&quot; :o) .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-lists-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03'>
             Test
@@ -8298,7 +8298,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03'>
             <p lang='en' property='dc:description'>isomorphic list as subject and object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-03.ttl' title='turtle-syntax-lists-03 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;(1) :p (1) .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-03.ttl' title='turtle-syntax-lists-03 Input'>@prefix : &lt;http://example/&gt; .<br/>(1) :p (1) .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-lists-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04'>
             Test
@@ -8306,7 +8306,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04'>
             <p lang='en' property='dc:description'>lists of lists</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-04.ttl' title='turtle-syntax-lists-04 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;(()) :p (()) .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-04.ttl' title='turtle-syntax-lists-04 Input'>@prefix : &lt;http://example/&gt; .<br/>(()) :p (()) .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-lists-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05'>
             Test
@@ -8314,7 +8314,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05'>
             <p lang='en' property='dc:description'>mixed lists with embedded lists</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-05.ttl' title='turtle-syntax-lists-05 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;(1 2 (1 2)) :p (( &amp;quot;a&amp;quot;) &amp;quot;b&amp;quot; :o) .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-05.ttl' title='turtle-syntax-lists-05 Input'>@prefix : &lt;http://example/&gt; .<br/>(1 2 (1 2)) :p (( &quot;a&quot;) &quot;b&quot; :o) .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-uri-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01'>
             Test
@@ -8322,7 +8322,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01'>
             <p lang='en' property='dc:description'>Bad IRI : space (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-01.ttl' title='turtle-syntax-bad-uri-01 Input'># Bad IRI : space.&lt;br/&gt;&amp;lt;http://example/ space&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-01.ttl' title='turtle-syntax-bad-uri-01 Input'># Bad IRI : space.<br/>&lt;http://example/ space&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-uri-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02'>
             Test
@@ -8330,7 +8330,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02'>
             <p lang='en' property='dc:description'>Bad IRI : bad escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-02.ttl' title='turtle-syntax-bad-uri-02 Input'># Bad IRI : bad escape&lt;br/&gt;&amp;lt;http://example/\u00ZZ11&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-02.ttl' title='turtle-syntax-bad-uri-02 Input'># Bad IRI : bad escape<br/>&lt;http://example/\u00ZZ11&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-uri-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03'>
             Test
@@ -8338,7 +8338,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03'>
             <p lang='en' property='dc:description'>Bad IRI : bad long escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-03.ttl' title='turtle-syntax-bad-uri-03 Input'># Bad IRI : bad escape&lt;br/&gt;&amp;lt;http://example/\U00ZZ1111&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-03.ttl' title='turtle-syntax-bad-uri-03 Input'># Bad IRI : bad escape<br/>&lt;http://example/\U00ZZ1111&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-uri-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04'>
             Test
@@ -8346,7 +8346,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04'>
             <p lang='en' property='dc:description'>Bad IRI : character escapes not allowed (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-04.ttl' title='turtle-syntax-bad-uri-04 Input'># Bad IRI : character escapes not allowed.&lt;br/&gt;&amp;lt;http://example/\n&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-04.ttl' title='turtle-syntax-bad-uri-04 Input'># Bad IRI : character escapes not allowed.<br/>&lt;http://example/\n&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-uri-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05'>
             Test
@@ -8354,7 +8354,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05'>
             <p lang='en' property='dc:description'>Bad IRI : character escapes not allowed (2) (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-05.ttl' title='turtle-syntax-bad-uri-05 Input'># Bad IRI : character escapes not allowed.&lt;br/&gt;&amp;lt;http://example/\/&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-05.ttl' title='turtle-syntax-bad-uri-05 Input'># Bad IRI : character escapes not allowed.<br/>&lt;http://example/\/&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-prefix-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01'>
             Test
@@ -8362,7 +8362,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01'>
             <p lang='en' property='dc:description'>No prefix (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-01.ttl' title='turtle-syntax-bad-prefix-01 Input'># No prefix&lt;br/&gt;:s &amp;lt;http://example/p&amp;gt; &amp;quot;x&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-01.ttl' title='turtle-syntax-bad-prefix-01 Input'># No prefix<br/>:s &lt;http://example/p&gt; &quot;x&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-prefix-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02'>
             Test
@@ -8370,7 +8370,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02'>
             <p lang='en' property='dc:description'>No prefix (2) (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-02.ttl' title='turtle-syntax-bad-prefix-02 Input'># No prefix&lt;br/&gt;@prefix rdf:     &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&amp;gt; .&lt;br/&gt;&amp;lt;http://example/s&amp;gt; rdf:type :C .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-02.ttl' title='turtle-syntax-bad-prefix-02 Input'># No prefix<br/>@prefix rdf:     &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .<br/>&lt;http://example/s&gt; rdf:type :C .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-prefix-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03'>
             Test
@@ -8378,7 +8378,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03'>
             <p lang='en' property='dc:description'>@prefix without URI (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-03.ttl' title='turtle-syntax-bad-prefix-03 Input'># @prefix without URI.&lt;br/&gt;@prefix ex: .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-03.ttl' title='turtle-syntax-bad-prefix-03 Input'># @prefix without URI.<br/>@prefix ex: .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-prefix-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04'>
             Test
@@ -8386,7 +8386,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04'>
             <p lang='en' property='dc:description'>@prefix without prefix name (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-04.ttl' title='turtle-syntax-bad-prefix-04 Input'># @prefix without prefix name .&lt;br/&gt;@prefix &amp;lt;http://example/&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-04.ttl' title='turtle-syntax-bad-prefix-04 Input'># @prefix without prefix name .<br/>@prefix &lt;http://example/&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-prefix-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05'>
             Test
@@ -8394,7 +8394,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05'>
             <p lang='en' property='dc:description'>@prefix without ':' (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-05.ttl' title='turtle-syntax-bad-prefix-05 Input'># @prefix without :&lt;br/&gt;@prefix x &amp;lt;http://example/&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-05.ttl' title='turtle-syntax-bad-prefix-05 Input'># @prefix without :<br/>@prefix x &lt;http://example/&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-base-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01'>
             Test
@@ -8402,7 +8402,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01'>
             <p lang='en' property='dc:description'>@base without URI (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-01.ttl' title='turtle-syntax-bad-base-01 Input'># @base without URI.&lt;br/&gt;@base .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-01.ttl' title='turtle-syntax-bad-base-01 Input'># @base without URI.<br/>@base .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-base-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02'>
             Test
@@ -8410,7 +8410,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02'>
             <p lang='en' property='dc:description'>@base in wrong case (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-02.ttl' title='turtle-syntax-bad-base-02 Input'># @base in wrong case.&lt;br/&gt;@BASE &amp;lt;http://example/&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-02.ttl' title='turtle-syntax-bad-base-02 Input'># @base in wrong case.<br/>@BASE &lt;http://example/&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-base-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03'>
             Test
@@ -8418,7 +8418,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03'>
             <p lang='en' property='dc:description'>BASE without URI (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-03.ttl' title='turtle-syntax-bad-base-03 Input'># @base without URI.&lt;br/&gt;BASE &amp;lt;http://example/&amp;gt; .&lt;br/&gt;&amp;lt;s&amp;gt; &amp;lt;p&amp;gt; &amp;lt;o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-03.ttl' title='turtle-syntax-bad-base-03 Input'># @base without URI.<br/>BASE &lt;http://example/&gt; .<br/>&lt;s&gt; &lt;p&gt; &lt;o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01'>
             Test
@@ -8426,7 +8426,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01'>
             <p lang='en' property='dc:description'>Turtle is not TriG (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-01.ttl' title='turtle-syntax-bad-struct-01 Input'># Turtle is not TriG&lt;br/&gt;{ &amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; }&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-01.ttl' title='turtle-syntax-bad-struct-01 Input'># Turtle is not TriG<br/>{ &lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; }<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02'>
             Test
@@ -8434,7 +8434,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02'>
             <p lang='en' property='dc:description'>Turtle is not N3 (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-02.ttl' title='turtle-syntax-bad-struct-02 Input'># Turtle is not N3&lt;br/&gt;&amp;lt;http://example/s&amp;gt; = &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-02.ttl' title='turtle-syntax-bad-struct-02 Input'># Turtle is not N3<br/>&lt;http://example/s&gt; = &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03'>
             Test
@@ -8442,7 +8442,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03'>
             <p lang='en' property='dc:description'>Turtle is not NQuads (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-03.ttl' title='turtle-syntax-bad-struct-03 Input'># Turtle is not NQuads&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; &amp;lt;http://example/g&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-03.ttl' title='turtle-syntax-bad-struct-03 Input'># Turtle is not NQuads<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; &lt;http://example/g&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04'>
             Test
@@ -8450,7 +8450,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04'>
             <p lang='en' property='dc:description'>Turtle does not allow literals-as-subjects (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-04.ttl' title='turtle-syntax-bad-struct-04 Input'># Turtle does not allow literals-as-subjects&lt;br/&gt;&amp;quot;hello&amp;quot; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-04.ttl' title='turtle-syntax-bad-struct-04 Input'># Turtle does not allow literals-as-subjects<br/>&quot;hello&quot; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05'>
             Test
@@ -8458,7 +8458,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05'>
             <p lang='en' property='dc:description'>Turtle does not allow literals-as-predicates (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-05.ttl' title='turtle-syntax-bad-struct-05 Input'># Turtle does not allow literals-as-predicates&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;quot;hello&amp;quot; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-05.ttl' title='turtle-syntax-bad-struct-05 Input'># Turtle does not allow literals-as-predicates<br/>&lt;http://example/s&gt; &quot;hello&quot; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06'>
             Test
@@ -8466,7 +8466,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06'>
             <p lang='en' property='dc:description'>Turtle does not allow bnodes-as-predicates (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-06.ttl' title='turtle-syntax-bad-struct-06 Input'># Turtle does not allow bnodes-as-predicates&lt;br/&gt;&amp;lt;http://example/s&amp;gt; [] &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-06.ttl' title='turtle-syntax-bad-struct-06 Input'># Turtle does not allow bnodes-as-predicates<br/>&lt;http://example/s&gt; [] &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07'>
             Test
@@ -8474,7 +8474,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07'>
             <p lang='en' property='dc:description'>Turtle does not allow labeled bnodes-as-predicates (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-07.ttl' title='turtle-syntax-bad-struct-07 Input'># Turtle does not allow bnodes-as-predicates&lt;br/&gt;&amp;lt;http://example/s&amp;gt; _:p &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-07.ttl' title='turtle-syntax-bad-struct-07 Input'># Turtle does not allow bnodes-as-predicates<br/>&lt;http://example/s&gt; _:p &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-kw-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01'>
             Test
@@ -8482,7 +8482,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01'>
             <p lang='en' property='dc:description'>'A' is not a keyword (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-01.ttl' title='turtle-syntax-bad-kw-01 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s A :C .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-01.ttl' title='turtle-syntax-bad-kw-01 Input'>@prefix : &lt;http://example/&gt; .<br/>:s A :C .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-kw-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02'>
             Test
@@ -8490,7 +8490,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02'>
             <p lang='en' property='dc:description'>'a' cannot be used as subject (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-02.ttl' title='turtle-syntax-bad-kw-02 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;a :p :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-02.ttl' title='turtle-syntax-bad-kw-02 Input'>@prefix : &lt;http://example/&gt; .<br/>a :p :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-kw-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03'>
             Test
@@ -8498,7 +8498,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03'>
             <p lang='en' property='dc:description'>'a' cannot be used as object (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-03.ttl' title='turtle-syntax-bad-kw-03 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p a .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-03.ttl' title='turtle-syntax-bad-kw-03 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p a .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-kw-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04'>
             Test
@@ -8506,7 +8506,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04'>
             <p lang='en' property='dc:description'>'true' cannot be used as subject (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-04.ttl' title='turtle-syntax-bad-kw-04 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;true :p :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-04.ttl' title='turtle-syntax-bad-kw-04 Input'>@prefix : &lt;http://example/&gt; .<br/>true :p :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-kw-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05'>
             Test
@@ -8514,7 +8514,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05'>
             <p lang='en' property='dc:description'>'true' cannot be used as object (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-05.ttl' title='turtle-syntax-bad-kw-05 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s true :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-05.ttl' title='turtle-syntax-bad-kw-05 Input'>@prefix : &lt;http://example/&gt; .<br/>:s true :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01'>
             Test
@@ -8522,7 +8522,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01'>
             <p lang='en' property='dc:description'>{} fomulae not in Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-01.ttl' title='turtle-syntax-bad-n3-extras-01 Input'># {} fomulae not in Turtle&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;&lt;br/&gt;{ :a :q :c . } :p :z .&lt;br/&gt;&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-01.ttl' title='turtle-syntax-bad-n3-extras-01 Input'># {} fomulae not in Turtle<br/>@prefix : &lt;http://example/&gt; .<br/><br/>{ :a :q :c . } :p :z .<br/><br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02'>
             Test
@@ -8530,7 +8530,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02'>
             <p lang='en' property='dc:description'>= is not Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-02.ttl' title='turtle-syntax-bad-n3-extras-02 Input'># = is not Turtle&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;&lt;br/&gt;:a = :b .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-02.ttl' title='turtle-syntax-bad-n3-extras-02 Input'># = is not Turtle<br/>@prefix : &lt;http://example/&gt; .<br/><br/>:a = :b .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03'>
             Test
@@ -8538,7 +8538,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03'>
             <p lang='en' property='dc:description'>N3 paths not in Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-03.ttl' title='turtle-syntax-bad-n3-extras-03 Input'># N3 paths&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;@prefix ns: &amp;lt;http://example/p#&amp;gt; .&lt;br/&gt;&lt;br/&gt;:x.&lt;br/&gt;  ns:p.&lt;br/&gt;    ns:q :p :z .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-03.ttl' title='turtle-syntax-bad-n3-extras-03 Input'># N3 paths<br/>@prefix : &lt;http://example/&gt; .<br/>@prefix ns: &lt;http://example/p#&gt; .<br/><br/>:x.<br/>  ns:p.<br/>    ns:q :p :z .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04'>
             Test
@@ -8546,7 +8546,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04'>
             <p lang='en' property='dc:description'>N3 paths not in Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-04.ttl' title='turtle-syntax-bad-n3-extras-04 Input'># N3 paths&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;@prefix ns: &amp;lt;http://example/p#&amp;gt; .&lt;br/&gt;&lt;br/&gt;:x^ns:p :p :z .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-04.ttl' title='turtle-syntax-bad-n3-extras-04 Input'># N3 paths<br/>@prefix : &lt;http://example/&gt; .<br/>@prefix ns: &lt;http://example/p#&gt; .<br/><br/>:x^ns:p :p :z .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05'>
             Test
@@ -8554,7 +8554,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05'>
             <p lang='en' property='dc:description'>N3 is...of not in Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-05.ttl' title='turtle-syntax-bad-n3-extras-05 Input'># N3 is...of&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;&lt;br/&gt;:z is :p of :x .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-05.ttl' title='turtle-syntax-bad-n3-extras-05 Input'># N3 is...of<br/>@prefix : &lt;http://example/&gt; .<br/><br/>:z is :p of :x .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06'>
             Test
@@ -8562,7 +8562,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06'>
             <p lang='en' property='dc:description'>N3 paths not in Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-06.ttl' title='turtle-syntax-bad-n3-extras-06 Input'># = is not Turtle&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;&lt;br/&gt;:a.:b.:c .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-06.ttl' title='turtle-syntax-bad-n3-extras-06 Input'># = is not Turtle<br/>@prefix : &lt;http://example/&gt; .<br/><br/>:a.:b.:c .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07'>
             Test
@@ -8570,7 +8570,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07'>
             <p lang='en' property='dc:description'>@keywords is not Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-07.ttl' title='turtle-syntax-bad-n3-extras-07 Input'># @keywords is not Turtle&lt;br/&gt;@keywords a .&lt;br/&gt;x a Item .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-07.ttl' title='turtle-syntax-bad-n3-extras-07 Input'># @keywords is not Turtle<br/>@keywords a .<br/>x a Item .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-08' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08'>
             Test
@@ -8578,7 +8578,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08'>
             <p lang='en' property='dc:description'>@keywords is not Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-08.ttl' title='turtle-syntax-bad-n3-extras-08 Input'># @keywords is not Turtle&lt;br/&gt;@keywords a .&lt;br/&gt;x a Item .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-08.ttl' title='turtle-syntax-bad-n3-extras-08 Input'># @keywords is not Turtle<br/>@keywords a .<br/>x a Item .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-09' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09'>
             Test
@@ -8586,7 +8586,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09'>
             <p lang='en' property='dc:description'>=&gt; is not Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-09.ttl' title='turtle-syntax-bad-n3-extras-09 Input'># =&amp;gt; is not Turtle&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s =&amp;gt; :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-09.ttl' title='turtle-syntax-bad-n3-extras-09 Input'># =&gt; is not Turtle<br/>@prefix : &lt;http://example/&gt; .<br/>:s =&gt; :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-10' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10'>
             Test
@@ -8594,7 +8594,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10'>
             <p lang='en' property='dc:description'>&lt;= is not Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-10.ttl' title='turtle-syntax-bad-n3-extras-10 Input'># &amp;lt;= is not Turtle&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s &amp;lt;= :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-10.ttl' title='turtle-syntax-bad-n3-extras-10 Input'># &lt;= is not Turtle<br/>@prefix : &lt;http://example/&gt; .<br/>:s &lt;= :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-11' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11'>
             Test
@@ -8602,7 +8602,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11'>
             <p lang='en' property='dc:description'>@forSome is not Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-11.ttl' title='turtle-syntax-bad-n3-extras-11 Input'># @forSome is not Turtle&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;@forSome :x .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-11.ttl' title='turtle-syntax-bad-n3-extras-11 Input'># @forSome is not Turtle<br/>@prefix : &lt;http://example/&gt; .<br/>@forSome :x .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-12' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12'>
             Test
@@ -8610,7 +8610,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12'>
             <p lang='en' property='dc:description'>@forAll is not Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-12.ttl' title='turtle-syntax-bad-n3-extras-12 Input'># @forAll is not Turtle&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;@forAll :x .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-12.ttl' title='turtle-syntax-bad-n3-extras-12 Input'># @forAll is not Turtle<br/>@prefix : &lt;http://example/&gt; .<br/>@forAll :x .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-n3-extras-13' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13'>
             Test
@@ -8618,7 +8618,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13'>
             <p lang='en' property='dc:description'>@keywords is not Turtle (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-13.ttl' title='turtle-syntax-bad-n3-extras-13 Input'># @keywords is not Turtle&lt;br/&gt;@keywords .&lt;br/&gt;x @a Item .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-13.ttl' title='turtle-syntax-bad-n3-extras-13 Input'># @keywords is not Turtle<br/>@keywords .<br/>x @a Item .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-08' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08'>
             Test
@@ -8626,7 +8626,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08'>
             <p lang='en' property='dc:description'>missing '.' (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-08.ttl' title='turtle-syntax-bad-struct-08 Input'># No DOT&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt;&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-08.ttl' title='turtle-syntax-bad-struct-08 Input'># No DOT<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt;<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-09' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09'>
             Test
@@ -8634,7 +8634,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09'>
             <p lang='en' property='dc:description'>extra '.' (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-09.ttl' title='turtle-syntax-bad-struct-09 Input'># Too many DOT&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; . .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-09.ttl' title='turtle-syntax-bad-struct-09 Input'># Too many DOT<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; . .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-10' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10'>
             Test
@@ -8642,7 +8642,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10'>
             <p lang='en' property='dc:description'>extra '.' (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-10.ttl' title='turtle-syntax-bad-struct-10 Input'># Too many DOT&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; . .&lt;br/&gt;&amp;lt;http://example/s1&amp;gt; &amp;lt;http://example/p1&amp;gt; &amp;lt;http://example/o1&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-10.ttl' title='turtle-syntax-bad-struct-10 Input'># Too many DOT<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; . .<br/>&lt;http://example/s1&gt; &lt;http://example/p1&gt; &lt;http://example/o1&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-11' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11'>
             Test
@@ -8650,7 +8650,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11'>
             <p lang='en' property='dc:description'>trailing ';' no '.' (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-11.ttl' title='turtle-syntax-bad-struct-11 Input'># Trailing ;&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; ;&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-11.ttl' title='turtle-syntax-bad-struct-11 Input'># Trailing ;<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; ;<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-12' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12'>
             Test
@@ -8658,7 +8658,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12'>
             <p lang='en' property='dc:description'>subject, predicate, no object (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-12.ttl' title='turtle-syntax-bad-struct-12 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-12.ttl' title='turtle-syntax-bad-struct-12 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; <br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-13' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13'>
             Test
@@ -8666,7 +8666,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13'>
             <p lang='en' property='dc:description'>subject, predicate, no object (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-13.ttl' title='turtle-syntax-bad-struct-13 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-13.ttl' title='turtle-syntax-bad-struct-13 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; <br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-14' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14'>
             Test
@@ -8674,7 +8674,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14'>
             <p lang='en' property='dc:description'>literal as subject (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-14.ttl' title='turtle-syntax-bad-struct-14 Input'># Literal as subject&lt;br/&gt;&amp;quot;abc&amp;quot; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/p&amp;gt;  .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-14.ttl' title='turtle-syntax-bad-struct-14 Input'># Literal as subject<br/>&quot;abc&quot; &lt;http://example/p&gt; &lt;http://example/p&gt;  .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-15' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15'>
             Test
@@ -8682,7 +8682,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15'>
             <p lang='en' property='dc:description'>literal as predicate (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-15.ttl' title='turtle-syntax-bad-struct-15 Input'># Literal as predicate&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;quot;abc&amp;quot; &amp;lt;http://example/p&amp;gt;  .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-15.ttl' title='turtle-syntax-bad-struct-15 Input'># Literal as predicate<br/>&lt;http://example/s&gt; &quot;abc&quot; &lt;http://example/p&gt;  .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-16' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16'>
             Test
@@ -8690,7 +8690,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16'>
             <p lang='en' property='dc:description'>bnode as predicate (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-16.ttl' title='turtle-syntax-bad-struct-16 Input'># BNode as predicate&lt;br/&gt;&amp;lt;http://example/s&amp;gt; [] &amp;lt;http://example/p&amp;gt;  .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-16.ttl' title='turtle-syntax-bad-struct-16 Input'># BNode as predicate<br/>&lt;http://example/s&gt; [] &lt;http://example/p&gt;  .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-struct-17' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17'>
             Test
@@ -8698,7 +8698,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17'>
             <p lang='en' property='dc:description'>labeled bnode as predicate (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-17.ttl' title='turtle-syntax-bad-struct-17 Input'># BNode as predicate&lt;br/&gt;&amp;lt;http://example/s&amp;gt; _:a &amp;lt;http://example/p&amp;gt;  .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-17.ttl' title='turtle-syntax-bad-struct-17 Input'># BNode as predicate<br/>&lt;http://example/s&gt; _:a &lt;http://example/p&gt;  .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-lang-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01'>
             Test
@@ -8706,7 +8706,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01'>
             <p lang='en' property='dc:description'>langString with bad lang (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-lang-01.ttl' title='turtle-syntax-bad-lang-01 Input'># Bad lang tag&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;string&amp;quot;@1 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-lang-01.ttl' title='turtle-syntax-bad-lang-01 Input'># Bad lang tag<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;string&quot;@1 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-esc-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01'>
             Test
@@ -8714,7 +8714,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01'>
             <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-01.ttl' title='turtle-syntax-bad-esc-01 Input'># Bad string escape&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;a\zb&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-01.ttl' title='turtle-syntax-bad-esc-01 Input'># Bad string escape<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;a\zb&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-esc-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02'>
             Test
@@ -8722,7 +8722,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02'>
             <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-02.ttl' title='turtle-syntax-bad-esc-02 Input'># Bad string escape&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;\uWXYZ&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-02.ttl' title='turtle-syntax-bad-esc-02 Input'># Bad string escape<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;\uWXYZ&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-esc-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03'>
             Test
@@ -8730,7 +8730,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03'>
             <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-03.ttl' title='turtle-syntax-bad-esc-03 Input'># Bad string escape&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;\U0000WXYZ&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-03.ttl' title='turtle-syntax-bad-esc-03 Input'># Bad string escape<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;\U0000WXYZ&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-esc-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04'>
             Test
@@ -8738,7 +8738,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04'>
             <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-04.ttl' title='turtle-syntax-bad-esc-04 Input'># Bad string escape&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;quot;\U0000WXYZ&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-04.ttl' title='turtle-syntax-bad-esc-04 Input'># Bad string escape<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;\U0000WXYZ&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-pname-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01'>
             Test
@@ -8746,7 +8746,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01'>
             <p lang='en' property='dc:description'>'~' must be escaped in pname (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-01.ttl' title='turtle-syntax-bad-pname-01 Input'># ~ must be escaped.&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:a~b :p :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-01.ttl' title='turtle-syntax-bad-pname-01 Input'># ~ must be escaped.<br/>@prefix : &lt;http://example/&gt; .<br/>:a~b :p :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-pname-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02'>
             Test
@@ -8754,7 +8754,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02'>
             <p lang='en' property='dc:description'>Bad %-sequence in pname (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-02.ttl' title='turtle-syntax-bad-pname-02 Input'># Bad %-sequence&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:a%2 :p :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-02.ttl' title='turtle-syntax-bad-pname-02 Input'># Bad %-sequence<br/>@prefix : &lt;http://example/&gt; .<br/>:a%2 :p :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-pname-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03'>
             Test
@@ -8762,7 +8762,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03'>
             <p lang='en' property='dc:description'>Bad unicode escape in pname (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-03.ttl' title='turtle-syntax-bad-pname-03 Input'># No \u (x39 is &amp;quot;9&amp;quot;)&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:a\u0039 :p :o .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-03.ttl' title='turtle-syntax-bad-pname-03 Input'># No \u (x39 is &quot;9&quot;)<br/>@prefix : &lt;http://example/&gt; .<br/>:a\u0039 :p :o .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-string-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01'>
             Test
@@ -8770,7 +8770,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01'>
             <p lang='en' property='dc:description'>mismatching string literal open/close (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-01.ttl' title='turtle-syntax-bad-string-01 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p &amp;quot;abc' .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-01.ttl' title='turtle-syntax-bad-string-01 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p &quot;abc' .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-string-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02'>
             Test
@@ -8778,7 +8778,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02'>
             <p lang='en' property='dc:description'>mismatching string literal open/close (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-02.ttl' title='turtle-syntax-bad-string-02 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p 'abc&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-02.ttl' title='turtle-syntax-bad-string-02 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p 'abc&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-string-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03'>
             Test
@@ -8786,7 +8786,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03'>
             <p lang='en' property='dc:description'>mismatching string literal long/short (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-03.ttl' title='turtle-syntax-bad-string-03 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p '''abc' .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-03.ttl' title='turtle-syntax-bad-string-03 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p '''abc' .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-string-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04'>
             Test
@@ -8794,7 +8794,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04'>
             <p lang='en' property='dc:description'>mismatching long string literal open/close (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-04.ttl' title='turtle-syntax-bad-string-04 Input'>@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p &amp;quot;&amp;quot;&amp;quot;abc''' .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-04.ttl' title='turtle-syntax-bad-string-04 Input'>@prefix : &lt;http://example/&gt; .<br/>:s :p &quot;&quot;&quot;abc''' .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-string-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05'>
             Test
@@ -8802,7 +8802,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05'>
             <p lang='en' property='dc:description'>Long literal with missing end (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-05.ttl' title='turtle-syntax-bad-string-05 Input'># Long literal with missing end&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p &amp;quot;&amp;quot;&amp;quot;abc&lt;br/&gt;def&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-05.ttl' title='turtle-syntax-bad-string-05 Input'># Long literal with missing end<br/>@prefix : &lt;http://example/&gt; .<br/>:s :p &quot;&quot;&quot;abc<br/>def<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-string-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06'>
             Test
@@ -8810,7 +8810,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-06'>
             <p lang='en' property='dc:description'>Long literal with extra quote (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-06.ttl' title='turtle-syntax-bad-string-06 Input'># Long literal with 4&amp;quot;&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p &amp;quot;&amp;quot;&amp;quot;abc&amp;quot;&amp;quot;&amp;quot;&amp;quot;@en .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-06.ttl' title='turtle-syntax-bad-string-06 Input'># Long literal with 4&quot;<br/>@prefix : &lt;http://example/&gt; .<br/>:s :p &quot;&quot;&quot;abc&quot;&quot;&quot;&quot;@en .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-string-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07'>
             Test
@@ -8818,7 +8818,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-07'>
             <p lang='en' property='dc:description'>Long literal with extra squote (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-07.ttl' title='turtle-syntax-bad-string-07 Input'># Long literal with 4'&lt;br/&gt;@prefix : &amp;lt;http://example/&amp;gt; .&lt;br/&gt;:s :p '''abc''''@en .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-07.ttl' title='turtle-syntax-bad-string-07 Input'># Long literal with 4'<br/>@prefix : &lt;http://example/&gt; .<br/>:s :p '''abc''''@en .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-num-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01'>
             Test
@@ -8826,7 +8826,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01'>
             <p lang='en' property='dc:description'>Bad number format (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-01.ttl' title='turtle-syntax-bad-num-01 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; 123.abc .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-01.ttl' title='turtle-syntax-bad-num-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 123.abc .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-num-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02'>
             Test
@@ -8834,7 +8834,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02'>
             <p lang='en' property='dc:description'>Bad number format (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-02.ttl' title='turtle-syntax-bad-num-02 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; 123e .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-02.ttl' title='turtle-syntax-bad-num-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 123e .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-num-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03'>
             Test
@@ -8842,7 +8842,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03'>
             <p lang='en' property='dc:description'>Bad number format (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-03.ttl' title='turtle-syntax-bad-num-03 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; 123abc .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-03.ttl' title='turtle-syntax-bad-num-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 123abc .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-num-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04'>
             Test
@@ -8850,7 +8850,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04'>
             <p lang='en' property='dc:description'>Bad number format (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-04.ttl' title='turtle-syntax-bad-num-04 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; 0x123 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-04.ttl' title='turtle-syntax-bad-num-04 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 0x123 .<br/></pre>
           </dd>
           <dt id='test_turtle-syntax-bad-num-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05'>
             Test
@@ -8858,7 +8858,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05'>
             <p lang='en' property='dc:description'>Bad number format (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-05.ttl' title='turtle-syntax-bad-num-05 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; +-1 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-05.ttl' title='turtle-syntax-bad-num-05 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; +-1 .<br/></pre>
           </dd>
           <dt id='test_turtle-eval-struct-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01'>
             Test
@@ -8866,8 +8866,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01'>
             <p lang='en' property='dc:description'>triple with IRIs</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.ttl' title='turtle-eval-struct-01 Input'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.nt' title='turtle-eval-struct-01 Result'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.ttl' title='turtle-eval-struct-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.nt' title='turtle-eval-struct-01 Result'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-eval-struct-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02'>
             Test
@@ -8875,8 +8875,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02'>
             <p lang='en' property='dc:description'>triple with IRIs and embedded whitespace</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.ttl' title='turtle-eval-struct-02 Input'>&amp;lt;http://example/s&amp;gt; &lt;br/&gt;      &amp;lt;http://example/p1&amp;gt; &amp;lt;http://example/o1&amp;gt; ;&lt;br/&gt;      &amp;lt;http://example/p2&amp;gt; &amp;lt;http://example/o2&amp;gt; ; &lt;br/&gt;      .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.nt' title='turtle-eval-struct-02 Result'>&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p1&amp;gt; &amp;lt;http://example/o1&amp;gt; .&lt;br/&gt;&amp;lt;http://example/s&amp;gt; &amp;lt;http://example/p2&amp;gt; &amp;lt;http://example/o2&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.ttl' title='turtle-eval-struct-02 Input'>&lt;http://example/s&gt; <br/>      &lt;http://example/p1&gt; &lt;http://example/o1&gt; ;<br/>      &lt;http://example/p2&gt; &lt;http://example/o2&gt; ; <br/>      .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.nt' title='turtle-eval-struct-02 Result'>&lt;http://example/s&gt; &lt;http://example/p1&gt; &lt;http://example/o1&gt; .<br/>&lt;http://example/s&gt; &lt;http://example/p2&gt; &lt;http://example/o2&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01'>
             Test
@@ -8884,8 +8884,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01'>
             <p lang='en' property='dc:description'>Blank subject</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.ttl' title='turtle-subm-01 Input'>@prefix : &amp;lt;#&amp;gt; .&lt;br/&gt;[] :x :y .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.nt' title='turtle-subm-01 Result'>_:genid1 &amp;lt;http://example/base/turtle-subm-01.ttl#x&amp;gt; &amp;lt;http://example/base/turtle-subm-01.ttl#y&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.ttl' title='turtle-subm-01 Input'>@prefix : &lt;#&gt; .<br/>[] :x :y .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.nt' title='turtle-subm-01 Result'>_:genid1 &lt;http://example/base/turtle-subm-01.ttl#x&gt; &lt;http://example/base/turtle-subm-01.ttl#y&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02'>
             Test
@@ -8893,8 +8893,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02'>
             <p lang='en' property='dc:description'>@prefix and qnames</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.ttl' title='turtle-subm-02 Input'># Test @prefix and qnames&lt;br/&gt;@prefix :  &amp;lt;http://example.org/base1#&amp;gt; .&lt;br/&gt;@prefix a: &amp;lt;http://example.org/base2#&amp;gt; .&lt;br/&gt;@prefix b: &amp;lt;http://example.org/base3#&amp;gt; .&lt;br/&gt;:a :b :c .&lt;br/&gt;a:a a:b a:c .&lt;br/&gt;:a a:a b:a .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.nt' title='turtle-subm-02 Result'>&amp;lt;http://example.org/base1#a&amp;gt; &amp;lt;http://example.org/base1#b&amp;gt; &amp;lt;http://example.org/base1#c&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/base2#a&amp;gt; &amp;lt;http://example.org/base2#b&amp;gt; &amp;lt;http://example.org/base2#c&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/base1#a&amp;gt; &amp;lt;http://example.org/base2#a&amp;gt; &amp;lt;http://example.org/base3#a&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.ttl' title='turtle-subm-02 Input'># Test @prefix and qnames<br/>@prefix :  &lt;http://example.org/base1#&gt; .<br/>@prefix a: &lt;http://example.org/base2#&gt; .<br/>@prefix b: &lt;http://example.org/base3#&gt; .<br/>:a :b :c .<br/>a:a a:b a:c .<br/>:a a:a b:a .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.nt' title='turtle-subm-02 Result'>&lt;http://example.org/base1#a&gt; &lt;http://example.org/base1#b&gt; &lt;http://example.org/base1#c&gt; .<br/>&lt;http://example.org/base2#a&gt; &lt;http://example.org/base2#b&gt; &lt;http://example.org/base2#c&gt; .<br/>&lt;http://example.org/base1#a&gt; &lt;http://example.org/base2#a&gt; &lt;http://example.org/base3#a&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03'>
             Test
@@ -8902,8 +8902,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03'>
             <p lang='en' property='dc:description'>, operator</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.ttl' title='turtle-subm-03 Input'># Test , operator&lt;br/&gt;@prefix : &amp;lt;http://example.org/base#&amp;gt; .&lt;br/&gt;:a :b :c,&lt;br/&gt;      :d,&lt;br/&gt;      :e .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.nt' title='turtle-subm-03 Result'>&amp;lt;http://example.org/base#a&amp;gt; &amp;lt;http://example.org/base#b&amp;gt; &amp;lt;http://example.org/base#c&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/base#a&amp;gt; &amp;lt;http://example.org/base#b&amp;gt; &amp;lt;http://example.org/base#d&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/base#a&amp;gt; &amp;lt;http://example.org/base#b&amp;gt; &amp;lt;http://example.org/base#e&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.ttl' title='turtle-subm-03 Input'># Test , operator<br/>@prefix : &lt;http://example.org/base#&gt; .<br/>:a :b :c,<br/>      :d,<br/>      :e .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.nt' title='turtle-subm-03 Result'>&lt;http://example.org/base#a&gt; &lt;http://example.org/base#b&gt; &lt;http://example.org/base#c&gt; .<br/>&lt;http://example.org/base#a&gt; &lt;http://example.org/base#b&gt; &lt;http://example.org/base#d&gt; .<br/>&lt;http://example.org/base#a&gt; &lt;http://example.org/base#b&gt; &lt;http://example.org/base#e&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04'>
             Test
@@ -8911,8 +8911,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04'>
             <p lang='en' property='dc:description'>; operator</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.ttl' title='turtle-subm-04 Input'># Test ; operator&lt;br/&gt;@prefix : &amp;lt;http://example.org/base#&amp;gt; .&lt;br/&gt;:a :b :c ;&lt;br/&gt;   :d :e ;&lt;br/&gt;   :f :g .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.nt' title='turtle-subm-04 Result'>&amp;lt;http://example.org/base#a&amp;gt; &amp;lt;http://example.org/base#b&amp;gt; &amp;lt;http://example.org/base#c&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/base#a&amp;gt; &amp;lt;http://example.org/base#d&amp;gt; &amp;lt;http://example.org/base#e&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/base#a&amp;gt; &amp;lt;http://example.org/base#f&amp;gt; &amp;lt;http://example.org/base#g&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.ttl' title='turtle-subm-04 Input'># Test ; operator<br/>@prefix : &lt;http://example.org/base#&gt; .<br/>:a :b :c ;<br/>   :d :e ;<br/>   :f :g .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.nt' title='turtle-subm-04 Result'>&lt;http://example.org/base#a&gt; &lt;http://example.org/base#b&gt; &lt;http://example.org/base#c&gt; .<br/>&lt;http://example.org/base#a&gt; &lt;http://example.org/base#d&gt; &lt;http://example.org/base#e&gt; .<br/>&lt;http://example.org/base#a&gt; &lt;http://example.org/base#f&gt; &lt;http://example.org/base#g&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05'>
             Test
@@ -8920,8 +8920,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05'>
             <p lang='en' property='dc:description'>empty [] as subject and object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.ttl' title='turtle-subm-05 Input'># Test empty [] operator; not allowed as predicate&lt;br/&gt;@prefix : &amp;lt;http://example.org/base#&amp;gt; .&lt;br/&gt;[] :a :b .&lt;br/&gt;:c :d [] .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.nt' title='turtle-subm-05 Result'>_:genid1 &amp;lt;http://example.org/base#a&amp;gt; &amp;lt;http://example.org/base#b&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/base#c&amp;gt; &amp;lt;http://example.org/base#d&amp;gt; _:genid2 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.ttl' title='turtle-subm-05 Input'># Test empty [] operator; not allowed as predicate<br/>@prefix : &lt;http://example.org/base#&gt; .<br/>[] :a :b .<br/>:c :d [] .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.nt' title='turtle-subm-05 Result'>_:genid1 &lt;http://example.org/base#a&gt; &lt;http://example.org/base#b&gt; .<br/>&lt;http://example.org/base#c&gt; &lt;http://example.org/base#d&gt; _:genid2 .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06'>
             Test
@@ -8929,8 +8929,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06'>
             <p lang='en' property='dc:description'>non-empty [] as subject and object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.ttl' title='turtle-subm-06 Input'># Test non empty [] operator; not allowed as predicate&lt;br/&gt;@prefix : &amp;lt;http://example.org/base#&amp;gt; .&lt;br/&gt;[ :a :b ] :c :d .&lt;br/&gt;:e :f [ :g :h ] .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.nt' title='turtle-subm-06 Result'>_:genid1 &amp;lt;http://example.org/base#a&amp;gt; &amp;lt;http://example.org/base#b&amp;gt; .&lt;br/&gt;_:genid1 &amp;lt;http://example.org/base#c&amp;gt; &amp;lt;http://example.org/base#d&amp;gt; .&lt;br/&gt;_:genid2 &amp;lt;http://example.org/base#g&amp;gt; &amp;lt;http://example.org/base#h&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/base#e&amp;gt; &amp;lt;http://example.org/base#f&amp;gt; _:genid2 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.ttl' title='turtle-subm-06 Input'># Test non empty [] operator; not allowed as predicate<br/>@prefix : &lt;http://example.org/base#&gt; .<br/>[ :a :b ] :c :d .<br/>:e :f [ :g :h ] .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.nt' title='turtle-subm-06 Result'>_:genid1 &lt;http://example.org/base#a&gt; &lt;http://example.org/base#b&gt; .<br/>_:genid1 &lt;http://example.org/base#c&gt; &lt;http://example.org/base#d&gt; .<br/>_:genid2 &lt;http://example.org/base#g&gt; &lt;http://example.org/base#h&gt; .<br/>&lt;http://example.org/base#e&gt; &lt;http://example.org/base#f&gt; _:genid2 .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07'>
             Test
@@ -8938,8 +8938,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07'>
             <p lang='en' property='dc:description'>'a' as predicate</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.ttl' title='turtle-subm-07 Input'># 'a' only allowed as a predicate&lt;br/&gt;@prefix : &amp;lt;http://example.org/base#&amp;gt; .&lt;br/&gt;:a a :b .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.nt' title='turtle-subm-07 Result'>&amp;lt;http://example.org/base#a&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&amp;gt; &amp;lt;http://example.org/base#b&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.ttl' title='turtle-subm-07 Input'># 'a' only allowed as a predicate<br/>@prefix : &lt;http://example.org/base#&gt; .<br/>:a a :b .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.nt' title='turtle-subm-07 Result'>&lt;http://example.org/base#a&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://example.org/base#b&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-08' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08'>
             Test
@@ -8947,8 +8947,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08'>
             <p lang='en' property='dc:description'>simple collection</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.ttl' title='turtle-subm-08 Input'>@prefix : &amp;lt;http://example.org/stuff/1.0/&amp;gt; .&lt;br/&gt;:a :b ( &amp;quot;apple&amp;quot; &amp;quot;banana&amp;quot; ) .&lt;br/&gt;&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.nt' title='turtle-subm-08 Result'>_:genid1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; &amp;quot;banana&amp;quot; .&lt;br/&gt;_:genid1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&amp;gt; .&lt;br/&gt;_:genid2 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&amp;gt; &amp;quot;apple&amp;quot; .&lt;br/&gt;_:genid2 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&amp;gt; _:genid1 .&lt;br/&gt;&amp;lt;http://example.org/stuff/1.0/a&amp;gt; &amp;lt;http://example.org/stuff/1.0/b&amp;gt; _:genid2 .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.ttl' title='turtle-subm-08 Input'>@prefix : &lt;http://example.org/stuff/1.0/&gt; .<br/>:a :b ( &quot;apple&quot; &quot;banana&quot; ) .<br/><br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.nt' title='turtle-subm-08 Result'>_:genid1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; &quot;banana&quot; .<br/>_:genid1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<br/>_:genid2 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt; &quot;apple&quot; .<br/>_:genid2 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt; _:genid1 .<br/>&lt;http://example.org/stuff/1.0/a&gt; &lt;http://example.org/stuff/1.0/b&gt; _:genid2 .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-09' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09'>
             Test
@@ -8956,8 +8956,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09'>
             <p lang='en' property='dc:description'>empty collection</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.ttl' title='turtle-subm-09 Input'>@prefix : &amp;lt;http://example.org/stuff/1.0/&amp;gt; .&lt;br/&gt;:a :b ( ) .&lt;br/&gt;&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.nt' title='turtle-subm-09 Result'>&amp;lt;http://example.org/stuff/1.0/a&amp;gt; &amp;lt;http://example.org/stuff/1.0/b&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.ttl' title='turtle-subm-09 Input'>@prefix : &lt;http://example.org/stuff/1.0/&gt; .<br/>:a :b ( ) .<br/><br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.nt' title='turtle-subm-09 Result'>&lt;http://example.org/stuff/1.0/a&gt; &lt;http://example.org/stuff/1.0/b&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-10' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10'>
             Test
@@ -8965,8 +8965,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10'>
             <p lang='en' property='dc:description'>integer datatyped literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.ttl' title='turtle-subm-10 Input'># Test integer datatyped literals using an OWL cardinality constraint&lt;br/&gt;@prefix owl: &amp;lt;http://www.w3.org/2002/07/owl#&amp;gt; .&lt;br/&gt;&lt;br/&gt;# based on examples in the OWL Reference&lt;br/&gt;&lt;br/&gt;_:hasParent a owl:ObjectProperty .&lt;br/&gt;&lt;br/&gt;[] a owl:Restriction ;&lt;br/&gt;  owl:onProperty _:hasParent ;&lt;br/&gt;  owl:maxCardinality 2 .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.nt' title='turtle-subm-10 Result'>_:hasParent &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&amp;gt; &amp;lt;http://www.w3.org/2002/07/owl#ObjectProperty&amp;gt; .&lt;br/&gt;_:genid1 &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&amp;gt; &amp;lt;http://www.w3.org/2002/07/owl#Restriction&amp;gt; .&lt;br/&gt;_:genid1 &amp;lt;http://www.w3.org/2002/07/owl#onProperty&amp;gt; _:hasParent .&lt;br/&gt;_:genid1 &amp;lt;http://www.w3.org/2002/07/owl#maxCardinality&amp;gt; &amp;quot;2&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.ttl' title='turtle-subm-10 Input'># Test integer datatyped literals using an OWL cardinality constraint<br/>@prefix owl: &lt;http://www.w3.org/2002/07/owl#&gt; .<br/><br/># based on examples in the OWL Reference<br/><br/>_:hasParent a owl:ObjectProperty .<br/><br/>[] a owl:Restriction ;<br/>  owl:onProperty _:hasParent ;<br/>  owl:maxCardinality 2 .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.nt' title='turtle-subm-10 Result'>_:hasParent &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://www.w3.org/2002/07/owl#ObjectProperty&gt; .<br/>_:genid1 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://www.w3.org/2002/07/owl#Restriction&gt; .<br/>_:genid1 &lt;http://www.w3.org/2002/07/owl#onProperty&gt; _:hasParent .<br/>_:genid1 &lt;http://www.w3.org/2002/07/owl#maxCardinality&gt; &quot;2&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-11' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11'>
             Test
@@ -8974,8 +8974,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11'>
             <p lang='en' property='dc:description'>decimal integer canonicalization</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.ttl' title='turtle-subm-11 Input'>&amp;lt;http://example.org/res1&amp;gt; &amp;lt;http://example.org/prop1&amp;gt; 000000 .&lt;br/&gt;&amp;lt;http://example.org/res2&amp;gt; &amp;lt;http://example.org/prop2&amp;gt; 0 .&lt;br/&gt;&amp;lt;http://example.org/res3&amp;gt; &amp;lt;http://example.org/prop3&amp;gt; 000001 .&lt;br/&gt;&amp;lt;http://example.org/res4&amp;gt; &amp;lt;http://example.org/prop4&amp;gt; 2 .&lt;br/&gt;&amp;lt;http://example.org/res5&amp;gt; &amp;lt;http://example.org/prop5&amp;gt; 4 .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.nt' title='turtle-subm-11 Result'>&amp;lt;http://example.org/res1&amp;gt; &amp;lt;http://example.org/prop1&amp;gt; &amp;quot;000000&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/res2&amp;gt; &amp;lt;http://example.org/prop2&amp;gt; &amp;quot;0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/res3&amp;gt; &amp;lt;http://example.org/prop3&amp;gt; &amp;quot;000001&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/res4&amp;gt; &amp;lt;http://example.org/prop4&amp;gt; &amp;quot;2&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/res5&amp;gt; &amp;lt;http://example.org/prop5&amp;gt; &amp;quot;4&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.ttl' title='turtle-subm-11 Input'>&lt;http://example.org/res1&gt; &lt;http://example.org/prop1&gt; 000000 .<br/>&lt;http://example.org/res2&gt; &lt;http://example.org/prop2&gt; 0 .<br/>&lt;http://example.org/res3&gt; &lt;http://example.org/prop3&gt; 000001 .<br/>&lt;http://example.org/res4&gt; &lt;http://example.org/prop4&gt; 2 .<br/>&lt;http://example.org/res5&gt; &lt;http://example.org/prop5&gt; 4 .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.nt' title='turtle-subm-11 Result'>&lt;http://example.org/res1&gt; &lt;http://example.org/prop1&gt; &quot;000000&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>&lt;http://example.org/res2&gt; &lt;http://example.org/prop2&gt; &quot;0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>&lt;http://example.org/res3&gt; &lt;http://example.org/prop3&gt; &quot;000001&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>&lt;http://example.org/res4&gt; &lt;http://example.org/prop4&gt; &quot;2&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>&lt;http://example.org/res5&gt; &lt;http://example.org/prop5&gt; &quot;4&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-12' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12'>
             Test
@@ -8983,8 +8983,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12'>
             <p lang='en' property='dc:description'>- and _ in names and qnames</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.ttl' title='turtle-subm-12 Input'># Tests for - and _ in names, qnames&lt;br/&gt;@prefix ex1: &amp;lt;http://example.org/ex1#&amp;gt; .&lt;br/&gt;@prefix ex-2: &amp;lt;http://example.org/ex2#&amp;gt; .&lt;br/&gt;@prefix ex3_: &amp;lt;http://example.org/ex3#&amp;gt; .&lt;br/&gt;@prefix ex4-: &amp;lt;http://example.org/ex4#&amp;gt; .&lt;br/&gt;&lt;br/&gt;ex1:foo-bar ex1:foo_bar &amp;quot;a&amp;quot; .&lt;br/&gt;ex-2:foo-bar ex-2:foo_bar &amp;quot;b&amp;quot; .&lt;br/&gt;ex3_:foo-bar ex3_:foo_bar &amp;quot;c&amp;quot; .&lt;br/&gt;ex4-:foo-bar ex4-:foo_bar &amp;quot;d&amp;quot; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.nt' title='turtle-subm-12 Result'>&amp;lt;http://example.org/ex1#foo-bar&amp;gt; &amp;lt;http://example.org/ex1#foo_bar&amp;gt; &amp;quot;a&amp;quot; .&lt;br/&gt;&amp;lt;http://example.org/ex2#foo-bar&amp;gt; &amp;lt;http://example.org/ex2#foo_bar&amp;gt; &amp;quot;b&amp;quot; .&lt;br/&gt;&amp;lt;http://example.org/ex3#foo-bar&amp;gt; &amp;lt;http://example.org/ex3#foo_bar&amp;gt; &amp;quot;c&amp;quot; .&lt;br/&gt;&amp;lt;http://example.org/ex4#foo-bar&amp;gt; &amp;lt;http://example.org/ex4#foo_bar&amp;gt; &amp;quot;d&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.ttl' title='turtle-subm-12 Input'># Tests for - and _ in names, qnames<br/>@prefix ex1: &lt;http://example.org/ex1#&gt; .<br/>@prefix ex-2: &lt;http://example.org/ex2#&gt; .<br/>@prefix ex3_: &lt;http://example.org/ex3#&gt; .<br/>@prefix ex4-: &lt;http://example.org/ex4#&gt; .<br/><br/>ex1:foo-bar ex1:foo_bar &quot;a&quot; .<br/>ex-2:foo-bar ex-2:foo_bar &quot;b&quot; .<br/>ex3_:foo-bar ex3_:foo_bar &quot;c&quot; .<br/>ex4-:foo-bar ex4-:foo_bar &quot;d&quot; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.nt' title='turtle-subm-12 Result'>&lt;http://example.org/ex1#foo-bar&gt; &lt;http://example.org/ex1#foo_bar&gt; &quot;a&quot; .<br/>&lt;http://example.org/ex2#foo-bar&gt; &lt;http://example.org/ex2#foo_bar&gt; &quot;b&quot; .<br/>&lt;http://example.org/ex3#foo-bar&gt; &lt;http://example.org/ex3#foo_bar&gt; &quot;c&quot; .<br/>&lt;http://example.org/ex4#foo-bar&gt; &lt;http://example.org/ex4#foo_bar&gt; &quot;d&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-13' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13'>
             Test
@@ -8992,8 +8992,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13'>
             <p lang='en' property='dc:description'>tests for rdf:_&lt;numbers&gt; and other qnames starting with _</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.ttl' title='turtle-subm-13 Input'># Tests for rdf:_&amp;lt;numbers&amp;gt; and other qnames starting with _&lt;br/&gt;@prefix rdf: &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&amp;gt; .&lt;br/&gt;@prefix ex:  &amp;lt;http://example.org/ex#&amp;gt; .&lt;br/&gt;@prefix :    &amp;lt;http://example.org/myprop#&amp;gt; .&lt;br/&gt;&lt;br/&gt;ex:foo rdf:_1 &amp;quot;1&amp;quot; .&lt;br/&gt;ex:foo rdf:_2 &amp;quot;2&amp;quot; .&lt;br/&gt;ex:foo :_abc &amp;quot;def&amp;quot; .&lt;br/&gt;ex:foo :_345 &amp;quot;678&amp;quot; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.nt' title='turtle-subm-13 Result'>&amp;lt;http://example.org/ex#foo&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#_1&amp;gt; &amp;quot;1&amp;quot; .&lt;br/&gt;&amp;lt;http://example.org/ex#foo&amp;gt; &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#_2&amp;gt; &amp;quot;2&amp;quot; .&lt;br/&gt;&amp;lt;http://example.org/ex#foo&amp;gt; &amp;lt;http://example.org/myprop#_abc&amp;gt; &amp;quot;def&amp;quot; .&lt;br/&gt;&amp;lt;http://example.org/ex#foo&amp;gt; &amp;lt;http://example.org/myprop#_345&amp;gt; &amp;quot;678&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.ttl' title='turtle-subm-13 Input'># Tests for rdf:_&lt;numbers&gt; and other qnames starting with _<br/>@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .<br/>@prefix ex:  &lt;http://example.org/ex#&gt; .<br/>@prefix :    &lt;http://example.org/myprop#&gt; .<br/><br/>ex:foo rdf:_1 &quot;1&quot; .<br/>ex:foo rdf:_2 &quot;2&quot; .<br/>ex:foo :_abc &quot;def&quot; .<br/>ex:foo :_345 &quot;678&quot; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.nt' title='turtle-subm-13 Result'>&lt;http://example.org/ex#foo&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#_1&gt; &quot;1&quot; .<br/>&lt;http://example.org/ex#foo&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#_2&gt; &quot;2&quot; .<br/>&lt;http://example.org/ex#foo&gt; &lt;http://example.org/myprop#_abc&gt; &quot;def&quot; .<br/>&lt;http://example.org/ex#foo&gt; &lt;http://example.org/myprop#_345&gt; &quot;678&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-14' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14'>
             Test
@@ -9001,8 +9001,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14'>
             <p lang='en' property='dc:description'>bare : allowed</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.ttl' title='turtle-subm-14 Input'># Test for : allowed&lt;br/&gt;@prefix :    &amp;lt;http://example.org/ron&amp;gt; .&lt;br/&gt;&lt;br/&gt;[] : [] .&lt;br/&gt;&lt;br/&gt;: : : .&lt;br/&gt;&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.nt' title='turtle-subm-14 Result'>_:genid1 &amp;lt;http://example.org/ron&amp;gt; _:genid2 .&lt;br/&gt;&amp;lt;http://example.org/ron&amp;gt; &amp;lt;http://example.org/ron&amp;gt; &amp;lt;http://example.org/ron&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.ttl' title='turtle-subm-14 Input'># Test for : allowed<br/>@prefix :    &lt;http://example.org/ron&gt; .<br/><br/>[] : [] .<br/><br/>: : : .<br/><br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.nt' title='turtle-subm-14 Result'>_:genid1 &lt;http://example.org/ron&gt; _:genid2 .<br/>&lt;http://example.org/ron&gt; &lt;http://example.org/ron&gt; &lt;http://example.org/ron&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-15' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15'>
             Test
@@ -9010,8 +9010,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15'>
             <p lang='en' property='dc:description'>simple long literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.ttl' title='turtle-subm-15 Input'># Test long literal&lt;br/&gt;@prefix :  &amp;lt;http://example.org/ex#&amp;gt; .&lt;br/&gt;:a :b &amp;quot;&amp;quot;&amp;quot;a long&lt;br/&gt;	literal&lt;br/&gt;with&lt;br/&gt;newlines&amp;quot;&amp;quot;&amp;quot; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.nt' title='turtle-subm-15 Result'>&amp;lt;http://example.org/ex#a&amp;gt; &amp;lt;http://example.org/ex#b&amp;gt; &amp;quot;a long\n\tliteral\nwith\nnewlines&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.ttl' title='turtle-subm-15 Input'># Test long literal<br/>@prefix :  &lt;http://example.org/ex#&gt; .<br/>:a :b &quot;&quot;&quot;a long<br/>	literal<br/>with<br/>newlines&quot;&quot;&quot; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.nt' title='turtle-subm-15 Result'>&lt;http://example.org/ex#a&gt; &lt;http://example.org/ex#b&gt; &quot;a long\n\tliteral\nwith\nnewlines&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-16' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16'>
             Test
@@ -9019,8 +9019,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16'>
             <p lang='en' property='dc:description'>long literals with escapes</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.ttl' title='turtle-subm-16 Input'>@prefix : &amp;lt;http://example.org/foo#&amp;gt; .&lt;br/&gt;&lt;br/&gt;## \U00015678 is a not a legal codepoint&lt;br/&gt;## :a :b &amp;quot;&amp;quot;&amp;quot;\nthis \ris a \U00015678long\t&lt;br/&gt;## literal\uABCD&lt;br/&gt;## &amp;quot;&amp;quot;&amp;quot; .&lt;br/&gt;## &lt;br/&gt;## :d :e &amp;quot;&amp;quot;&amp;quot;\tThis \uABCDis\r \U00015678another\n&lt;br/&gt;## one&lt;br/&gt;## &amp;quot;&amp;quot;&amp;quot; .&lt;br/&gt;&lt;br/&gt;# \U00015678 is a not a legal codepoint&lt;br/&gt;# \U00012451 in Cuneiform numeric ban 3&lt;br/&gt;:a :b &amp;quot;&amp;quot;&amp;quot;\nthis \ris a \U00012451long\t&lt;br/&gt;literal\uABCD&lt;br/&gt;&amp;quot;&amp;quot;&amp;quot; .&lt;br/&gt;&lt;br/&gt;:d :e &amp;quot;&amp;quot;&amp;quot;\tThis \uABCDis\r \U00012451another\n&lt;br/&gt;one&lt;br/&gt;&amp;quot;&amp;quot;&amp;quot; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.nt' title='turtle-subm-16 Result'>## &amp;lt;http://example.org/foo#a&amp;gt; &amp;lt;http://example.org/foo#b&amp;gt; &amp;quot;\nthis \ris a \U00015678long\t\nliteral\uABCD\n&amp;quot; .&lt;br/&gt;## &amp;lt;http://example.org/foo#d&amp;gt; &amp;lt;http://example.org/foo#e&amp;gt; &amp;quot;\tThis \uABCDis\r \U00015678another\n\none\n&amp;quot; .&lt;br/&gt;&lt;br/&gt;&amp;lt;http://example.org/foo#a&amp;gt; &amp;lt;http://example.org/foo#b&amp;gt; &amp;quot;\nthis \ris a \U00012451long\t\nliteral\uABCD\n&amp;quot; .&lt;br/&gt;&amp;lt;http://example.org/foo#d&amp;gt; &amp;lt;http://example.org/foo#e&amp;gt; &amp;quot;\tThis \uABCDis\r \U00012451another\n\none\n&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.ttl' title='turtle-subm-16 Input'>@prefix : &lt;http://example.org/foo#&gt; .<br/><br/>## \U00015678 is a not a legal codepoint<br/>## :a :b &quot;&quot;&quot;\nthis \ris a \U00015678long\t<br/>## literal\uABCD<br/>## &quot;&quot;&quot; .<br/>## <br/>## :d :e &quot;&quot;&quot;\tThis \uABCDis\r \U00015678another\n<br/>## one<br/>## &quot;&quot;&quot; .<br/><br/># \U00015678 is a not a legal codepoint<br/># \U00012451 in Cuneiform numeric ban 3<br/>:a :b &quot;&quot;&quot;\nthis \ris a \U00012451long\t<br/>literal\uABCD<br/>&quot;&quot;&quot; .<br/><br/>:d :e &quot;&quot;&quot;\tThis \uABCDis\r \U00012451another\n<br/>one<br/>&quot;&quot;&quot; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.nt' title='turtle-subm-16 Result'>## &lt;http://example.org/foo#a&gt; &lt;http://example.org/foo#b&gt; &quot;\nthis \ris a \U00015678long\t\nliteral\uABCD\n&quot; .<br/>## &lt;http://example.org/foo#d&gt; &lt;http://example.org/foo#e&gt; &quot;\tThis \uABCDis\r \U00015678another\n\none\n&quot; .<br/><br/>&lt;http://example.org/foo#a&gt; &lt;http://example.org/foo#b&gt; &quot;\nthis \ris a \U00012451long\t\nliteral\uABCD\n&quot; .<br/>&lt;http://example.org/foo#d&gt; &lt;http://example.org/foo#e&gt; &quot;\tThis \uABCDis\r \U00012451another\n\none\n&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-17' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17'>
             Test
@@ -9028,8 +9028,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17'>
             <p lang='en' property='dc:description'>floating point number</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.ttl' title='turtle-subm-17 Input'>@prefix : &amp;lt;http://example.org/#&amp;gt; .&lt;br/&gt;&lt;br/&gt;:a :b  1.0 .&lt;br/&gt;&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.nt' title='turtle-subm-17 Result'>&amp;lt;http://example.org/#a&amp;gt; &amp;lt;http://example.org/#b&amp;gt; &amp;quot;1.0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.ttl' title='turtle-subm-17 Input'>@prefix : &lt;http://example.org/#&gt; .<br/><br/>:a :b  1.0 .<br/><br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.nt' title='turtle-subm-17 Result'>&lt;http://example.org/#a&gt; &lt;http://example.org/#b&gt; &quot;1.0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-18' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18'>
             Test
@@ -9037,8 +9037,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18'>
             <p lang='en' property='dc:description'>empty literals, normal and long variant</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.ttl' title='turtle-subm-18 Input'>@prefix : &amp;lt;http://example.org/#&amp;gt; .&lt;br/&gt;&lt;br/&gt;:a :b &amp;quot;&amp;quot; .&lt;br/&gt;&lt;br/&gt;:c :d &amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;quot;&amp;quot; .&lt;br/&gt;&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.nt' title='turtle-subm-18 Result'>&amp;lt;http://example.org/#a&amp;gt; &amp;lt;http://example.org/#b&amp;gt; &amp;quot;&amp;quot; .&lt;br/&gt;&amp;lt;http://example.org/#c&amp;gt; &amp;lt;http://example.org/#d&amp;gt; &amp;quot;&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.ttl' title='turtle-subm-18 Input'>@prefix : &lt;http://example.org/#&gt; .<br/><br/>:a :b &quot;&quot; .<br/><br/>:c :d &quot;&quot;&quot;&quot;&quot;&quot; .<br/><br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.nt' title='turtle-subm-18 Result'>&lt;http://example.org/#a&gt; &lt;http://example.org/#b&gt; &quot;&quot; .<br/>&lt;http://example.org/#c&gt; &lt;http://example.org/#d&gt; &quot;&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-19' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19'>
             Test
@@ -9046,8 +9046,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19'>
             <p lang='en' property='dc:description'>positive integer, decimal and doubles</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.ttl' title='turtle-subm-19 Input'>@prefix : &amp;lt;http://example.org#&amp;gt; .&lt;br/&gt;:a :b 1.0 .&lt;br/&gt;:c :d 1 .&lt;br/&gt;:e :f 1.0e0 .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.nt' title='turtle-subm-19 Result'>&amp;lt;http://example.org#a&amp;gt; &amp;lt;http://example.org#b&amp;gt; &amp;quot;1.0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org#c&amp;gt; &amp;lt;http://example.org#d&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org#e&amp;gt; &amp;lt;http://example.org#f&amp;gt; &amp;quot;1.0e0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#double&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.ttl' title='turtle-subm-19 Input'>@prefix : &lt;http://example.org#&gt; .<br/>:a :b 1.0 .<br/>:c :d 1 .<br/>:e :f 1.0e0 .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.nt' title='turtle-subm-19 Result'>&lt;http://example.org#a&gt; &lt;http://example.org#b&gt; &quot;1.0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org#c&gt; &lt;http://example.org#d&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>&lt;http://example.org#e&gt; &lt;http://example.org#f&gt; &quot;1.0e0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#double&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-20' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20'>
             Test
@@ -9055,8 +9055,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20'>
             <p lang='en' property='dc:description'>negative integer, decimal and doubles</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.ttl' title='turtle-subm-20 Input'>@prefix : &amp;lt;http://example.org#&amp;gt; .&lt;br/&gt;:a :b -1.0 .&lt;br/&gt;:c :d -1 .&lt;br/&gt;:e :f -1.0e0 .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.nt' title='turtle-subm-20 Result'>&amp;lt;http://example.org#a&amp;gt; &amp;lt;http://example.org#b&amp;gt; &amp;quot;-1.0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org#c&amp;gt; &amp;lt;http://example.org#d&amp;gt; &amp;quot;-1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#integer&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org#e&amp;gt; &amp;lt;http://example.org#f&amp;gt; &amp;quot;-1.0e0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#double&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.ttl' title='turtle-subm-20 Input'>@prefix : &lt;http://example.org#&gt; .<br/>:a :b -1.0 .<br/>:c :d -1 .<br/>:e :f -1.0e0 .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.nt' title='turtle-subm-20 Result'>&lt;http://example.org#a&gt; &lt;http://example.org#b&gt; &quot;-1.0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org#c&gt; &lt;http://example.org#d&gt; &quot;-1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<br/>&lt;http://example.org#e&gt; &lt;http://example.org#f&gt; &quot;-1.0e0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#double&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-21' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21'>
             Test
@@ -9064,8 +9064,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21'>
             <p lang='en' property='dc:description'>long literal ending in double quote</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.ttl' title='turtle-subm-21 Input'># Test long literal&lt;br/&gt;@prefix :  &amp;lt;http://example.org/ex#&amp;gt; .&lt;br/&gt;:a :b &amp;quot;&amp;quot;&amp;quot;John said: &amp;quot;Hello World!\&amp;quot;&amp;quot;&amp;quot;&amp;quot; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.nt' title='turtle-subm-21 Result'>&amp;lt;http://example.org/ex#a&amp;gt; &amp;lt;http://example.org/ex#b&amp;gt; &amp;quot;John said: \&amp;quot;Hello World!\&amp;quot;&amp;quot; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.ttl' title='turtle-subm-21 Input'># Test long literal<br/>@prefix :  &lt;http://example.org/ex#&gt; .<br/>:a :b &quot;&quot;&quot;John said: &quot;Hello World!\&quot;&quot;&quot;&quot; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.nt' title='turtle-subm-21 Result'>&lt;http://example.org/ex#a&gt; &lt;http://example.org/ex#b&gt; &quot;John said: \&quot;Hello World!\&quot;&quot; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-22' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22'>
             Test
@@ -9073,8 +9073,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22'>
             <p lang='en' property='dc:description'>boolean literals</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.ttl' title='turtle-subm-22 Input'>@prefix : &amp;lt;http://example.org#&amp;gt; .&lt;br/&gt;:a :b true .&lt;br/&gt;:c :d false .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.nt' title='turtle-subm-22 Result'>&amp;lt;http://example.org#a&amp;gt; &amp;lt;http://example.org#b&amp;gt; &amp;quot;true&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#boolean&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org#c&amp;gt; &amp;lt;http://example.org#d&amp;gt; &amp;quot;false&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#boolean&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.ttl' title='turtle-subm-22 Input'>@prefix : &lt;http://example.org#&gt; .<br/>:a :b true .<br/>:c :d false .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.nt' title='turtle-subm-22 Result'>&lt;http://example.org#a&gt; &lt;http://example.org#b&gt; &quot;true&quot;^^&lt;http://www.w3.org/2001/XMLSchema#boolean&gt; .<br/>&lt;http://example.org#c&gt; &lt;http://example.org#d&gt; &quot;false&quot;^^&lt;http://www.w3.org/2001/XMLSchema#boolean&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-23' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23'>
             Test
@@ -9082,8 +9082,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23'>
             <p lang='en' property='dc:description'>comments</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.ttl' title='turtle-subm-23 Input'># comment test&lt;br/&gt;@prefix : &amp;lt;http://example.org/#&amp;gt; .&lt;br/&gt;:a :b :c . # end of line comment&lt;br/&gt;:d # ignore me&lt;br/&gt;  :e # and me&lt;br/&gt;      :f # and me&lt;br/&gt;        .&lt;br/&gt;:g :h #ignore me&lt;br/&gt;     :i,  # and me&lt;br/&gt;     :j . # and me&lt;br/&gt;&lt;br/&gt;:k :l :m ; #ignore me&lt;br/&gt;   :n :o ; # and me&lt;br/&gt;   :p :q . # and me&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.nt' title='turtle-subm-23 Result'>&amp;lt;http://example.org/#a&amp;gt; &amp;lt;http://example.org/#b&amp;gt; &amp;lt;http://example.org/#c&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/#d&amp;gt; &amp;lt;http://example.org/#e&amp;gt; &amp;lt;http://example.org/#f&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/#g&amp;gt; &amp;lt;http://example.org/#h&amp;gt; &amp;lt;http://example.org/#i&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/#g&amp;gt; &amp;lt;http://example.org/#h&amp;gt; &amp;lt;http://example.org/#j&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/#k&amp;gt; &amp;lt;http://example.org/#l&amp;gt; &amp;lt;http://example.org/#m&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/#k&amp;gt; &amp;lt;http://example.org/#n&amp;gt; &amp;lt;http://example.org/#o&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/#k&amp;gt; &amp;lt;http://example.org/#p&amp;gt; &amp;lt;http://example.org/#q&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.ttl' title='turtle-subm-23 Input'># comment test<br/>@prefix : &lt;http://example.org/#&gt; .<br/>:a :b :c . # end of line comment<br/>:d # ignore me<br/>  :e # and me<br/>      :f # and me<br/>        .<br/>:g :h #ignore me<br/>     :i,  # and me<br/>     :j . # and me<br/><br/>:k :l :m ; #ignore me<br/>   :n :o ; # and me<br/>   :p :q . # and me<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.nt' title='turtle-subm-23 Result'>&lt;http://example.org/#a&gt; &lt;http://example.org/#b&gt; &lt;http://example.org/#c&gt; .<br/>&lt;http://example.org/#d&gt; &lt;http://example.org/#e&gt; &lt;http://example.org/#f&gt; .<br/>&lt;http://example.org/#g&gt; &lt;http://example.org/#h&gt; &lt;http://example.org/#i&gt; .<br/>&lt;http://example.org/#g&gt; &lt;http://example.org/#h&gt; &lt;http://example.org/#j&gt; .<br/>&lt;http://example.org/#k&gt; &lt;http://example.org/#l&gt; &lt;http://example.org/#m&gt; .<br/>&lt;http://example.org/#k&gt; &lt;http://example.org/#n&gt; &lt;http://example.org/#o&gt; .<br/>&lt;http://example.org/#k&gt; &lt;http://example.org/#p&gt; &lt;http://example.org/#q&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-24' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24'>
             Test
@@ -9091,8 +9091,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24'>
             <p lang='en' property='dc:description'>no final mewline</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.ttl' title='turtle-subm-24 Input'># comment line with no final newline test&lt;br/&gt;@prefix : &amp;lt;http://example.org/#&amp;gt; .&lt;br/&gt;:a :b :c .&lt;br/&gt;#foo&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.nt' title='turtle-subm-24 Result'>&amp;lt;http://example.org/#a&amp;gt; &amp;lt;http://example.org/#b&amp;gt; &amp;lt;http://example.org/#c&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.ttl' title='turtle-subm-24 Input'># comment line with no final newline test<br/>@prefix : &lt;http://example.org/#&gt; .<br/>:a :b :c .<br/>#foo<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.nt' title='turtle-subm-24 Result'>&lt;http://example.org/#a&gt; &lt;http://example.org/#b&gt; &lt;http://example.org/#c&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-25' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25'>
             Test
@@ -9100,8 +9100,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25'>
             <p lang='en' property='dc:description'>repeating a @prefix changes pname definition</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.ttl' title='turtle-subm-25 Input'>@prefix foo: &amp;lt;http://example.org/foo#&amp;gt;  .&lt;br/&gt;@prefix foo: &amp;lt;http://example.org/bar#&amp;gt;  .&lt;br/&gt;&lt;br/&gt;foo:blah foo:blah foo:blah .&lt;br/&gt;&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.nt' title='turtle-subm-25 Result'>&amp;lt;http://example.org/bar#blah&amp;gt; &amp;lt;http://example.org/bar#blah&amp;gt; &amp;lt;http://example.org/bar#blah&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.ttl' title='turtle-subm-25 Input'>@prefix foo: &lt;http://example.org/foo#&gt;  .<br/>@prefix foo: &lt;http://example.org/bar#&gt;  .<br/><br/>foo:blah foo:blah foo:blah .<br/><br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.nt' title='turtle-subm-25 Result'>&lt;http://example.org/bar#blah&gt; &lt;http://example.org/bar#blah&gt; &lt;http://example.org/bar#blah&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-26' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26'>
             Test
@@ -9109,8 +9109,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26'>
             <p lang='en' property='dc:description'>Variations on decimal canonicalization</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.ttl' title='turtle-subm-26 Input'>&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.345&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.000000000&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.3&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.23400000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.23400000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.23400000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.23400000000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000000000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000000000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.23400000000000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.2345678901234567890123457890&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.nt' title='turtle-subm-26 Result'># Incomplete.&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.345&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.30&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.23400000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.23400000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;## &amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.2345678901234567&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&lt;br/&gt;#Corrected.&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.3&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000000000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.23400000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.345&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.23400000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000000000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.23400000000000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.234000000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.0&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.000000000&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.23400000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.23400000000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;1.2345678901234567890123457890&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/foo&amp;gt; &amp;lt;http://example.org/bar&amp;gt; &amp;quot;2.2340000000000000005&amp;quot;^^&amp;lt;http://www.w3.org/2001/XMLSchema#decimal&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.ttl' title='turtle-subm-26 Input'>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.345&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.000000000&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.3&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.23400000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.23400000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.23400000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.23400000000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000000000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000000000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.23400000000000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.2345678901234567890123457890&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.nt' title='turtle-subm-26 Result'># Incomplete.<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.345&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.30&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.23400000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.23400000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>## &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.2345678901234567&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/><br/>#Corrected.<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.3&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000000000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.23400000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.345&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.23400000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000000000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.23400000000000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.234000000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.0&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.000000000&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.23400000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.23400000000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;1.2345678901234567890123457890&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/>&lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;2.2340000000000000005&quot;^^&lt;http://www.w3.org/2001/XMLSchema#decimal&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-subm-27' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27'>
             Test
@@ -9118,8 +9118,8 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27'>
             <p lang='en' property='dc:description'>Repeating @base changes base for relative IRI lookup</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.ttl' title='turtle-subm-27 Input'># In-scope base URI is http://www.w3.org/2001/sw/DataAccess/df1/tests/ at this point&lt;br/&gt;&amp;lt;a1&amp;gt; &amp;lt;b1&amp;gt; &amp;lt;c1&amp;gt; .&lt;br/&gt;@base &amp;lt;http://example.org/ns/&amp;gt; .&lt;br/&gt;# In-scope base URI is http://example.org/ns/ at this point&lt;br/&gt;&amp;lt;a2&amp;gt; &amp;lt;http://example.org/ns/b2&amp;gt; &amp;lt;c2&amp;gt; .&lt;br/&gt;@base &amp;lt;foo/&amp;gt; .&lt;br/&gt;# In-scope base URI is http://example.org/ns/foo/ at this point&lt;br/&gt;&amp;lt;a3&amp;gt; &amp;lt;b3&amp;gt; &amp;lt;c3&amp;gt; .&lt;br/&gt;@prefix : &amp;lt;bar#&amp;gt; .&lt;br/&gt;:a4 :b4 :c4 .&lt;br/&gt;@prefix : &amp;lt;http://example.org/ns2#&amp;gt; .&lt;br/&gt;:a5 :b5 :c5 .&lt;br/&gt;</pre>
-            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.nt' title='turtle-subm-27 Result'>&amp;lt;http://example/base/a1&amp;gt; &amp;lt;http://example/base/b1&amp;gt; &amp;lt;http://example/base/c1&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/ns/a2&amp;gt; &amp;lt;http://example.org/ns/b2&amp;gt; &amp;lt;http://example.org/ns/c2&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/ns/foo/a3&amp;gt; &amp;lt;http://example.org/ns/foo/b3&amp;gt; &amp;lt;http://example.org/ns/foo/c3&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/ns/foo/bar#a4&amp;gt; &amp;lt;http://example.org/ns/foo/bar#b4&amp;gt; &amp;lt;http://example.org/ns/foo/bar#c4&amp;gt; .&lt;br/&gt;&amp;lt;http://example.org/ns2#a5&amp;gt; &amp;lt;http://example.org/ns2#b5&amp;gt; &amp;lt;http://example.org/ns2#c5&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.ttl' title='turtle-subm-27 Input'># In-scope base URI is http://www.w3.org/2001/sw/DataAccess/df1/tests/ at this point<br/>&lt;a1&gt; &lt;b1&gt; &lt;c1&gt; .<br/>@base &lt;http://example.org/ns/&gt; .<br/># In-scope base URI is http://example.org/ns/ at this point<br/>&lt;a2&gt; &lt;http://example.org/ns/b2&gt; &lt;c2&gt; .<br/>@base &lt;foo/&gt; .<br/># In-scope base URI is http://example.org/ns/foo/ at this point<br/>&lt;a3&gt; &lt;b3&gt; &lt;c3&gt; .<br/>@prefix : &lt;bar#&gt; .<br/>:a4 :b4 :c4 .<br/>@prefix : &lt;http://example.org/ns2#&gt; .<br/>:a5 :b5 :c5 .<br/></pre>
+            <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.nt' title='turtle-subm-27 Result'>&lt;http://example/base/a1&gt; &lt;http://example/base/b1&gt; &lt;http://example/base/c1&gt; .<br/>&lt;http://example.org/ns/a2&gt; &lt;http://example.org/ns/b2&gt; &lt;http://example.org/ns/c2&gt; .<br/>&lt;http://example.org/ns/foo/a3&gt; &lt;http://example.org/ns/foo/b3&gt; &lt;http://example.org/ns/foo/c3&gt; .<br/>&lt;http://example.org/ns/foo/bar#a4&gt; &lt;http://example.org/ns/foo/bar#b4&gt; &lt;http://example.org/ns/foo/bar#c4&gt; .<br/>&lt;http://example.org/ns2#a5&gt; &lt;http://example.org/ns2#b5&gt; &lt;http://example.org/ns2#c5&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-eval-bad-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01'>
             Test
@@ -9127,7 +9127,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01'>
             <p lang='en' property='dc:description'>Bad IRI : good escape, bad charcater (negative evaluation test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-01.ttl' title='turtle-eval-bad-01 Input'># Bad IRI : good escape, bad charcater&lt;br/&gt;&amp;lt;http://example/\u0020&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-01.ttl' title='turtle-eval-bad-01 Input'># Bad IRI : good escape, bad charcater<br/>&lt;http://example/\u0020&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-eval-bad-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02'>
             Test
@@ -9135,7 +9135,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02'>
             <p lang='en' property='dc:description'>Bad IRI : hex 3C is &lt; (negative evaluation test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-02.ttl' title='turtle-eval-bad-02 Input'># Bad IRI : hex 3C is &amp;lt;&lt;br/&gt;&amp;lt;http://example/\u003C&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-02.ttl' title='turtle-eval-bad-02 Input'># Bad IRI : hex 3C is &lt;<br/>&lt;http://example/\u003C&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-eval-bad-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03'>
             Test
@@ -9143,7 +9143,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03'>
             <p lang='en' property='dc:description'>Bad IRI : hex 3E is  (negative evaluation test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-03.ttl' title='turtle-eval-bad-03 Input'># Bad IRI : hex 3E is &amp;gt;&lt;br/&gt;&amp;lt;http://example/\u003E&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-03.ttl' title='turtle-eval-bad-03 Input'># Bad IRI : hex 3E is &gt;<br/>&lt;http://example/\u003E&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
           <dt id='test_turtle-eval-bad-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04'>
             Test
@@ -9151,7 +9151,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04'>
             <p lang='en' property='dc:description'>Bad IRI : {abc} (negative evaluation test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-04.ttl' title='turtle-eval-bad-04 Input'># Bad IRI&lt;br/&gt;&amp;lt;http://example/{abc}&amp;gt; &amp;lt;http://example/p&amp;gt; &amp;lt;http://example/o&amp;gt; .&lt;br/&gt;</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-04.ttl' title='turtle-eval-bad-04 Input'># Bad IRI<br/>&lt;http://example/{abc}&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
           </dd>
         </div>
       </dl>
@@ -9166,10 +9166,10 @@
         <meta content='Earl Report summary generator' lang='en' property='doap:shortdesc' />
         <meta content='EarlReport generates HTML+RDFa rollups of multiple EARL reports' lang='en' property='doap:description' />
         version
-        <span property='doap:release' resource='https://github.com/gkellogg/earl-report/tree/0.2.0' typeof='doap:Version'>
-          <span property='doap:revision'>0.2.0</span>
-          <meta content='earl-report-0.2.0' property='doap:name' />
-          <meta content='2013-02-21' datatype='xsd:date' property='doap:created' />
+        <span property='doap:release' resource='https://github.com/gkellogg/earl-report/tree/0.2.1' typeof='doap:Version'>
+          <span property='doap:revision'>0.2.1</span>
+          <meta content='earl-report-0.2.1' property='doap:name' />
+          <meta content='2013-02-22' datatype='xsd:date' property='doap:created' />
         </span>
         an
         <a href='http://unlicense.org' property='doap:license'>Unlicensed</a>
--- a/rdf-turtle/reports/rdf.rb-earl.ttl	Fri Feb 22 15:18:30 2013 -0800
+++ b/rdf-turtle/reports/rdf.rb-earl.ttl	Fri Feb 22 15:18:55 2013 -0800
@@ -44,7 +44,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -54,7 +54,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -64,7 +64,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -74,7 +74,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -84,7 +84,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -94,7 +94,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -104,7 +104,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -114,7 +114,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -124,7 +124,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -134,7 +134,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -144,7 +144,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -154,7 +154,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -164,7 +164,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -174,7 +174,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -184,7 +184,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -194,7 +194,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -204,7 +204,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -214,7 +214,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -224,7 +224,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -234,7 +234,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -244,7 +244,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -254,7 +254,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -264,7 +264,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -274,7 +274,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -284,7 +284,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -294,7 +294,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -304,7 +304,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -314,7 +314,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -324,7 +324,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -334,7 +334,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -344,7 +344,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -354,7 +354,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -364,7 +364,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -374,7 +374,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -384,7 +384,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -394,7 +394,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -404,7 +404,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -414,7 +414,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -424,7 +424,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -434,7 +434,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -444,7 +444,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -454,7 +454,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -464,7 +464,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -474,7 +474,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -484,7 +484,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -494,7 +494,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -504,7 +504,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -514,7 +514,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -524,7 +524,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -534,7 +534,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -544,7 +544,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -554,7 +554,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -564,7 +564,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -574,7 +574,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -584,7 +584,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -594,7 +594,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -604,7 +604,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -614,7 +614,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -624,7 +624,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -634,7 +634,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -644,7 +644,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -654,7 +654,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -664,7 +664,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -674,7 +674,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -684,7 +684,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -694,7 +694,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -704,7 +704,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -714,7 +714,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -724,7 +724,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -734,7 +734,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -744,7 +744,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -754,7 +754,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -764,7 +764,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -774,7 +774,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -784,7 +784,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -794,7 +794,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -804,7 +804,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -814,7 +814,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -824,7 +824,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -834,7 +834,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -844,7 +844,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -854,7 +854,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -864,7 +864,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -874,7 +874,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -884,7 +884,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -894,7 +894,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -904,7 +904,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -914,7 +914,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -924,7 +924,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -934,7 +934,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -944,7 +944,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -954,7 +954,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -964,7 +964,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -974,7 +974,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -984,7 +984,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -994,7 +994,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1004,7 +1004,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1014,7 +1014,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1024,7 +1024,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1034,7 +1034,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1044,7 +1044,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1054,7 +1054,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1064,7 +1064,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1074,7 +1074,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1084,7 +1084,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1094,7 +1094,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1104,7 +1104,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1114,7 +1114,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1124,7 +1124,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1134,7 +1134,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1144,7 +1144,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1154,7 +1154,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1164,7 +1164,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1174,7 +1174,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1184,7 +1184,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1194,7 +1194,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1204,7 +1204,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1214,7 +1214,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1224,7 +1224,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1234,7 +1234,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1244,7 +1244,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1254,7 +1254,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1264,7 +1264,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1274,7 +1274,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1284,7 +1284,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1294,7 +1294,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1304,7 +1304,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1314,7 +1314,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1324,7 +1324,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1334,7 +1334,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1344,7 +1344,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1354,7 +1354,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1364,7 +1364,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1374,7 +1374,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1384,7 +1384,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1394,7 +1394,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1404,7 +1404,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1414,7 +1414,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1424,7 +1424,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1434,7 +1434,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1444,7 +1444,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1454,7 +1454,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1464,7 +1464,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1474,7 +1474,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1484,7 +1484,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1494,7 +1494,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1504,7 +1504,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1514,7 +1514,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1524,7 +1524,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1534,7 +1534,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1544,7 +1544,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1554,7 +1554,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1564,7 +1564,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1574,7 +1574,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1584,7 +1584,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1594,7 +1594,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1604,7 +1604,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1614,7 +1614,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1624,7 +1624,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1634,7 +1634,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1644,7 +1644,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1654,7 +1654,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1664,7 +1664,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1674,7 +1674,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1684,7 +1684,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1694,7 +1694,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1704,7 +1704,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1714,7 +1714,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1724,7 +1724,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1734,7 +1734,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1744,7 +1744,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1754,7 +1754,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1764,7 +1764,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1774,7 +1774,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1784,7 +1784,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1794,7 +1794,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1804,7 +1804,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1814,7 +1814,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1824,7 +1824,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1834,7 +1834,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1844,7 +1844,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1854,7 +1854,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1864,7 +1864,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1874,7 +1874,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1884,7 +1884,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1894,7 +1894,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1904,7 +1904,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1914,7 +1914,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1924,7 +1924,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1934,7 +1934,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1944,7 +1944,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1954,7 +1954,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1964,7 +1964,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1974,7 +1974,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1984,7 +1984,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -1994,7 +1994,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2004,7 +2004,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2014,7 +2014,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2024,7 +2024,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2034,7 +2034,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2044,7 +2044,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2054,7 +2054,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2064,7 +2064,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2074,7 +2074,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2084,7 +2084,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2094,7 +2094,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2104,7 +2104,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2114,7 +2114,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2124,7 +2124,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2134,7 +2134,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2144,7 +2144,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2154,7 +2154,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2164,7 +2164,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2174,7 +2174,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2184,7 +2184,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2194,7 +2194,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2204,7 +2204,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2214,7 +2214,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2223,8 +2223,8 @@
   earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_BACKSPACE>;
   earl:result [
     a earl:TestResult;
-    earl:outcome earl:failed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    earl:outcome earl:passed;
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2234,7 +2234,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2244,7 +2244,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2253,8 +2253,8 @@
   earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_FORM_FEED>;
   earl:result [
     a earl:TestResult;
-    earl:outcome earl:failed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    earl:outcome earl:passed;
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2264,7 +2264,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2274,7 +2274,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2283,8 +2283,8 @@
   earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_BACKSPACE>;
   earl:result [
     a earl:TestResult;
-    earl:outcome earl:failed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    earl:outcome earl:passed;
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2294,7 +2294,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2304,7 +2304,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2313,8 +2313,8 @@
   earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#literal_with_escaped_FORM_FEED>;
   earl:result [
     a earl:TestResult;
-    earl:outcome earl:failed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    earl:outcome earl:passed;
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2324,7 +2324,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2334,7 +2334,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2344,7 +2344,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2354,7 +2354,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2364,7 +2364,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2374,7 +2374,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2384,7 +2384,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2394,7 +2394,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2404,7 +2404,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2414,7 +2414,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2424,7 +2424,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2434,7 +2434,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2444,7 +2444,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2454,7 +2454,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2464,7 +2464,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2474,7 +2474,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2484,7 +2484,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2494,7 +2494,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2504,7 +2504,7 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .
 
 [ a earl:Assertion;
@@ -2514,5 +2514,5 @@
   earl:result [
     a earl:TestResult;
     earl:outcome earl:passed;
-    dc:date "2013-02-21T09:50:30-08:00"^^xsd:dateTime];
+    dc:date "2013-02-22T15:12:30-08:00"^^xsd:dateTime];
   earl:mode earl:automatic ] .