Rollup EARL reports (for ruby, right now)
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sat, 17 Nov 2012 17:23:26 -0500
changeset 547 bfb15b17ef13
parent 544 e80b58a1a711
child 548 77a96ddee08a
Rollup EARL reports (for ruby, right now)
rdf-turtle/reports/README
rdf-turtle/reports/index.html
rdf-turtle/reports/rdf.rb-earl.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/README	Sat Nov 17 17:23:26 2012 -0500
@@ -0,0 +1,11 @@
+This is a collection of individual EARL reports for
+test subjects claiming Turtle processor conformance.
+
+The consolodated report is saved to index.html generated
+using the earl-report Ruby gem. Run it as follows:
+
+gem install earl-report
+
+earl-report -o index.html \
+  http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl \
+  *.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/index.html	Sat Nov 17 17:23:26 2012 -0500
@@ -0,0 +1,4990 @@
+<!DOCTYPE html>
+<html lang='en'>
+  <head>
+    <meta content='text/html;charset=utf-8' http-equiv='Content-Type' />
+    <title property='doap:name'>Turtle Test Results</title>
+    <link href='' property='doap:homepage' />
+    <script class='remove' src='http://www.w3.org/Tools/respec/respec-w3c-common' type='text/javascript'></script>
+    <script type='text/javascript'>
+  //<![CDATA[
+    var respecConfig = {
+        // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+        specStatus:           "unofficial",
+        copyrightStart:       "2010",
+        doRDFa:               "1.1",
+    
+        // the specification's short name, as in http://www.w3.org/TR/short-name/
+        shortName:            "turtle-earl",
+        subtitle:             "Turtle Implementation Conformance Report",
+        // if you wish the publication date to be other than today, set this
+        publishDate:  "2012/11/17",
+    
+        // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+        // and its maturity status
+        //previousPublishDate:  "2011-10-23",
+        //previousMaturity:     "ED",
+        //previousDiffURI:      "http://json-ld.org/spec/ED/json-ld-syntax/20111023/index.html",
+        //diffTool:             "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
+    
+        // if there a publicly available Editor's Draft, this is the link
+        //edDraftURI:           "",
+    
+        // if this is a LCWD, uncomment and set the end of its review period
+        // lcEnd: "2009-08-05",
+    
+        // if you want to have extra CSS, append them to this list
+        // it is recommended that the respec.css stylesheet be kept
+        extraCSS:             [
+            "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"
+        ],
+    
+        // editors, add as many as you like
+        // only "name" is required
+        editors:  [
+            { name: "Gregg Kellogg", url: "http://greggkellogg.net/",
+              company: "Kellogg Associates" },
+            { name: "Andy Seaborne",
+              company: "The Apache Software Foundation"}
+        ],
+    
+        // authors, add as many as you like.
+        // This is optional, uncomment if you have authors as well as editors.
+        // only "name" is required. Same format as editors.
+        //authors:  [
+        //RDF Working Group],
+    
+        // name of the WG
+        wg:           "RDF Working Group",
+    
+        // URI of the public WG page
+        wgURI:        "http://www.w3.org/2011/rdf-wg/",
+    
+        // name (with the @w3c.org) of the public mailing to which comments are due
+        wgPublicList: "public-rdf-comments",
+    
+        // URI of the patent status for this WG, for Rec-track documents
+        // !!!! IMPORTANT !!!!
+        // This is important for Rec-track documents, do not copy a patent URI from a random
+        // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+        // Team Contact.
+        wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
+        //alternateFormats: [ {uri: "diff-20120112.html", label: "diff to previous version"} ],
+    };
+  //]]>
+</script>
+    <style type='text/css'>
+      /*<![CDATA[*/
+        span[property='dc:description'] { display: none; }
+        td.PASS { color: green; }
+        td.FAIL { color: red; }
+        table.report {
+          border-width: 1px;
+          border-spacing: 2px;
+          border-style: outset;
+          border-color: gray;
+          border-collapse: separate;
+          background-color: white;
+        }
+        table.report th {
+          border-width: 1px;
+          padding: 1px;
+          border-style: inset;
+          border-color: gray;
+          background-color: white;
+          -moz-border-radius: ;
+        }
+        table.report td {
+          border-width: 1px;
+          padding: 1px;
+          border-style: inset;
+          border-color: gray;
+          background-color: white;
+          -moz-border-radius: ;
+        }
+        pre.example.actionDoc, pre.example.resultDoc { margin-left: 0;}
+        pre.example.actionDoc::before { content: "Input Document";}
+        pre.example.resultDoc::before { content: "Result Document";}
+      /*]]>*/
+    </style>
+  </head>
+  <body prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap#'>
+    <section about='' id='abstract' typeof='["earl:Software", "doap:Project"]'>
+      <p>
+        This document report processor conformance for and related specifications
+        [[TURTLE]]
+        according to the requirements of the Evaluation and Report Language (EARL) 1.0 Schema [[EARL10-SCHEMA]].
+      </p>
+      <p>
+        This document describes
+        <span property='doap:name'>Turtle Test Results</span>
+        .
+      </p>
+      <p>
+        This report is also available in alternate formats:
+        <a href='earl.ttl'>
+          Turtle
+        </a>
+        <a href='earl.jsonld'>
+          JSON-LD
+        </a>
+      </p>
+    </section>
+    <section id='sodt'></section>
+    <section>
+      <h2>
+        Results
+      </h2>
+      <table class='report'>
+        <tr>
+          <th>
+            Test
+          </th>
+          <th>
+            <a href='http://rubygems.org/gems/rdf-turtle'>RDF::Turtle</a>
+          </th>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-file-01'>turtle-syntax-file-01</a>
+            <span property='dc:title'>turtle-syntax-file-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-file-02'>turtle-syntax-file-02</a>
+            <span property='dc:title'>turtle-syntax-file-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-file-03'>turtle-syntax-file-03</a>
+            <span property='dc:title'>turtle-syntax-file-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-uri-01'>turtle-syntax-uri-01</a>
+            <span property='dc:title'>turtle-syntax-uri-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-uri-02'>turtle-syntax-uri-02</a>
+            <span property='dc:title'>turtle-syntax-uri-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-uri-03'>turtle-syntax-uri-03</a>
+            <span property='dc:title'>turtle-syntax-uri-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-uri-04'>turtle-syntax-uri-04</a>
+            <span property='dc:title'>turtle-syntax-uri-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-base-01'>turtle-syntax-base-01</a>
+            <span property='dc:title'>turtle-syntax-base-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-base-02'>turtle-syntax-base-02</a>
+            <span property='dc:title'>turtle-syntax-base-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-base-03'>turtle-syntax-base-03</a>
+            <span property='dc:title'>turtle-syntax-base-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-base-04'>turtle-syntax-base-04</a>
+            <span property='dc:title'>turtle-syntax-base-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-prefix-01'>turtle-syntax-prefix-01</a>
+            <span property='dc:title'>turtle-syntax-prefix-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-prefix-02'>turtle-syntax-prefix-02</a>
+            <span property='dc:title'>turtle-syntax-prefix-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-prefix-03'>turtle-syntax-prefix-03</a>
+            <span property='dc:title'>turtle-syntax-prefix-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-prefix-04'>turtle-syntax-prefix-04</a>
+            <span property='dc:title'>turtle-syntax-prefix-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-prefix-05'>turtle-syntax-prefix-05</a>
+            <span property='dc:title'>turtle-syntax-prefix-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-prefix-06'>turtle-syntax-prefix-06</a>
+            <span property='dc:title'>turtle-syntax-prefix-06</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-prefix-07'>turtle-syntax-prefix-07</a>
+            <span property='dc:title'>turtle-syntax-prefix-07</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-prefix-08'>turtle-syntax-prefix-08</a>
+            <span property='dc:title'>turtle-syntax-prefix-08</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-prefix-09'>turtle-syntax-prefix-09</a>
+            <span property='dc:title'>turtle-syntax-prefix-09</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-string-01'>turtle-syntax-string-01</a>
+            <span property='dc:title'>turtle-syntax-string-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-string-02'>turtle-syntax-string-02</a>
+            <span property='dc:title'>turtle-syntax-string-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-string-03'>turtle-syntax-string-03</a>
+            <span property='dc:title'>turtle-syntax-string-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-string-04'>turtle-syntax-string-04</a>
+            <span property='dc:title'>turtle-syntax-string-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-string-05'>turtle-syntax-string-05</a>
+            <span property='dc:title'>turtle-syntax-string-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-string-06'>turtle-syntax-string-06</a>
+            <span property='dc:title'>turtle-syntax-string-06</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-string-07'>turtle-syntax-string-07</a>
+            <span property='dc:title'>turtle-syntax-string-07</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-string-08'>turtle-syntax-string-08</a>
+            <span property='dc:title'>turtle-syntax-string-08</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-string-09'>turtle-syntax-string-09</a>
+            <span property='dc:title'>turtle-syntax-string-09</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-string-10'>turtle-syntax-string-10</a>
+            <span property='dc:title'>turtle-syntax-string-10</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-string-11'>turtle-syntax-string-11</a>
+            <span property='dc:title'>turtle-syntax-string-11</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-str-esc-01'>turtle-syntax-str-esc-01</a>
+            <span property='dc:title'>turtle-syntax-str-esc-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-str-esc-02'>turtle-syntax-str-esc-02</a>
+            <span property='dc:title'>turtle-syntax-str-esc-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-str-esc-03'>turtle-syntax-str-esc-03</a>
+            <span property='dc:title'>turtle-syntax-str-esc-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-pname-esc-01'>turtle-syntax-pname-esc-01</a>
+            <span property='dc:title'>turtle-syntax-pname-esc-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-pname-esc-02'>turtle-syntax-pname-esc-02</a>
+            <span property='dc:title'>turtle-syntax-pname-esc-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-pname-esc-03'>turtle-syntax-pname-esc-03</a>
+            <span property='dc:title'>turtle-syntax-pname-esc-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bnode-01'>turtle-syntax-bnode-01</a>
+            <span property='dc:title'>turtle-syntax-bnode-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bnode-02'>turtle-syntax-bnode-02</a>
+            <span property='dc:title'>turtle-syntax-bnode-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bnode-03'>turtle-syntax-bnode-03</a>
+            <span property='dc:title'>turtle-syntax-bnode-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bnode-04'>turtle-syntax-bnode-04</a>
+            <span property='dc:title'>turtle-syntax-bnode-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bnode-05'>turtle-syntax-bnode-05</a>
+            <span property='dc:title'>turtle-syntax-bnode-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bnode-06'>turtle-syntax-bnode-06</a>
+            <span property='dc:title'>turtle-syntax-bnode-06</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bnode-07'>turtle-syntax-bnode-07</a>
+            <span property='dc:title'>turtle-syntax-bnode-07</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bnode-08'>turtle-syntax-bnode-08</a>
+            <span property='dc:title'>turtle-syntax-bnode-08</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bnode-09'>turtle-syntax-bnode-09</a>
+            <span property='dc:title'>turtle-syntax-bnode-09</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bnode-10'>turtle-syntax-bnode-10</a>
+            <span property='dc:title'>turtle-syntax-bnode-10</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-number-01'>turtle-syntax-number-01</a>
+            <span property='dc:title'>turtle-syntax-number-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-number-02'>turtle-syntax-number-02</a>
+            <span property='dc:title'>turtle-syntax-number-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-number-03'>turtle-syntax-number-03</a>
+            <span property='dc:title'>turtle-syntax-number-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-number-04'>turtle-syntax-number-04</a>
+            <span property='dc:title'>turtle-syntax-number-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-number-05'>turtle-syntax-number-05</a>
+            <span property='dc:title'>turtle-syntax-number-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-number-06'>turtle-syntax-number-06</a>
+            <span property='dc:title'>turtle-syntax-number-06</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-number-07'>turtle-syntax-number-07</a>
+            <span property='dc:title'>turtle-syntax-number-07</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-number-08'>turtle-syntax-number-08</a>
+            <span property='dc:title'>turtle-syntax-number-08</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-number-09'>turtle-syntax-number-09</a>
+            <span property='dc:title'>turtle-syntax-number-09</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-number-10'>turtle-syntax-number-10</a>
+            <span property='dc:title'>turtle-syntax-number-10</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-number-11'>turtle-syntax-number-11</a>
+            <span property='dc:title'>turtle-syntax-number-11</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-datatypes-01'>turtle-syntax-datatypes-01</a>
+            <span property='dc:title'>turtle-syntax-datatypes-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-datatypes-02'>turtle-syntax-datatypes-02</a>
+            <span property='dc:title'>turtle-syntax-datatypes-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-kw-01'>turtle-syntax-kw-01</a>
+            <span property='dc:title'>turtle-syntax-kw-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-kw-02'>turtle-syntax-kw-02</a>
+            <span property='dc:title'>turtle-syntax-kw-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-kw-03'>turtle-syntax-kw-03</a>
+            <span property='dc:title'>turtle-syntax-kw-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-struct-01'>turtle-syntax-struct-01</a>
+            <span property='dc:title'>turtle-syntax-struct-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-struct-02'>turtle-syntax-struct-02</a>
+            <span property='dc:title'>turtle-syntax-struct-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-struct-03'>turtle-syntax-struct-03</a>
+            <span property='dc:title'>turtle-syntax-struct-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-lists-01'>turtle-syntax-lists-01</a>
+            <span property='dc:title'>turtle-syntax-lists-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-lists-02'>turtle-syntax-lists-02</a>
+            <span property='dc:title'>turtle-syntax-lists-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-lists-03'>turtle-syntax-lists-03</a>
+            <span property='dc:title'>turtle-syntax-lists-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-lists-04'>turtle-syntax-lists-04</a>
+            <span property='dc:title'>turtle-syntax-lists-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-lists-05'>turtle-syntax-lists-05</a>
+            <span property='dc:title'>turtle-syntax-lists-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-uri-01'>turtle-syntax-bad-uri-01</a>
+            <span property='dc:title'>turtle-syntax-bad-uri-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-uri-02'>turtle-syntax-bad-uri-02</a>
+            <span property='dc:title'>turtle-syntax-bad-uri-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-uri-03'>turtle-syntax-bad-uri-03</a>
+            <span property='dc:title'>turtle-syntax-bad-uri-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-uri-04'>turtle-syntax-bad-uri-04</a>
+            <span property='dc:title'>turtle-syntax-bad-uri-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-uri-05'>turtle-syntax-bad-uri-05</a>
+            <span property='dc:title'>turtle-syntax-bad-uri-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-prefix-01'>turtle-syntax-bad-prefix-01</a>
+            <span property='dc:title'>turtle-syntax-bad-prefix-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-prefix-02'>turtle-syntax-bad-prefix-02</a>
+            <span property='dc:title'>turtle-syntax-bad-prefix-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-prefix-03'>turtle-syntax-bad-prefix-03</a>
+            <span property='dc:title'>turtle-syntax-bad-prefix-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-prefix-04'>turtle-syntax-bad-prefix-04</a>
+            <span property='dc:title'>turtle-syntax-bad-prefix-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-prefix-05'>turtle-syntax-bad-prefix-05</a>
+            <span property='dc:title'>turtle-syntax-bad-prefix-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-base-01'>turtle-syntax-bad-base-01</a>
+            <span property='dc:title'>turtle-syntax-bad-base-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-base-02'>turtle-syntax-bad-base-02</a>
+            <span property='dc:title'>turtle-syntax-bad-base-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-base-03'>turtle-syntax-bad-base-03</a>
+            <span property='dc:title'>turtle-syntax-bad-base-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-01'>turtle-syntax-bad-struct-01</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-02'>turtle-syntax-bad-struct-02</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-03'>turtle-syntax-bad-struct-03</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-04'>turtle-syntax-bad-struct-04</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-05'>turtle-syntax-bad-struct-05</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-06'>turtle-syntax-bad-struct-06</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-06</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-07'>turtle-syntax-bad-struct-07</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-07</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-kw-01'>turtle-syntax-bad-kw-01</a>
+            <span property='dc:title'>turtle-syntax-bad-kw-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-kw-02'>turtle-syntax-bad-kw-02</a>
+            <span property='dc:title'>turtle-syntax-bad-kw-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-kw-03'>turtle-syntax-bad-kw-03</a>
+            <span property='dc:title'>turtle-syntax-bad-kw-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-kw-04'>turtle-syntax-bad-kw-04</a>
+            <span property='dc:title'>turtle-syntax-bad-kw-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-kw-05'>turtle-syntax-bad-kw-05</a>
+            <span property='dc:title'>turtle-syntax-bad-kw-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-01'>turtle-syntax-bad-n3-extras-01</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-02'>turtle-syntax-bad-n3-extras-02</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-03'>turtle-syntax-bad-n3-extras-03</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-04'>turtle-syntax-bad-n3-extras-04</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-05'>turtle-syntax-bad-n3-extras-05</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-06'>turtle-syntax-bad-n3-extras-06</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-06</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-07'>turtle-syntax-bad-n3-extras-07</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-07</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-08'>turtle-syntax-bad-n3-extras-08</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-08</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-09'>turtle-syntax-bad-n3-extras-09</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-09</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-10'>turtle-syntax-bad-n3-extras-10</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-10</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-11'>turtle-syntax-bad-n3-extras-11</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-11</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-12'>turtle-syntax-bad-n3-extras-12</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-12</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-n3-extras-13'>turtle-syntax-bad-n3-extras-13</a>
+            <span property='dc:title'>turtle-syntax-bad-n3-extras-13</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-08'>turtle-syntax-bad-struct-08</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-08</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-09'>turtle-syntax-bad-struct-09</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-09</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-10'>turtle-syntax-bad-struct-10</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-10</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-11'>turtle-syntax-bad-struct-11</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-11</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-12'>turtle-syntax-bad-struct-12</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-12</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-13'>turtle-syntax-bad-struct-13</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-13</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-14'>turtle-syntax-bad-struct-14</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-14</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-15'>turtle-syntax-bad-struct-15</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-15</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-16'>turtle-syntax-bad-struct-16</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-16</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-struct-17'>turtle-syntax-bad-struct-17</a>
+            <span property='dc:title'>turtle-syntax-bad-struct-17</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-lang-01'>turtle-syntax-bad-lang-01</a>
+            <span property='dc:title'>turtle-syntax-bad-lang-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-esc-01'>turtle-syntax-bad-esc-01</a>
+            <span property='dc:title'>turtle-syntax-bad-esc-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-esc-02'>turtle-syntax-bad-esc-02</a>
+            <span property='dc:title'>turtle-syntax-bad-esc-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-esc-03'>turtle-syntax-bad-esc-03</a>
+            <span property='dc:title'>turtle-syntax-bad-esc-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-esc-04'>turtle-syntax-bad-esc-04</a>
+            <span property='dc:title'>turtle-syntax-bad-esc-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-pname-01'>turtle-syntax-bad-pname-01</a>
+            <span property='dc:title'>turtle-syntax-bad-pname-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-pname-02'>turtle-syntax-bad-pname-02</a>
+            <span property='dc:title'>turtle-syntax-bad-pname-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-pname-03'>turtle-syntax-bad-pname-03</a>
+            <span property='dc:title'>turtle-syntax-bad-pname-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-string-01'>turtle-syntax-bad-string-01</a>
+            <span property='dc:title'>turtle-syntax-bad-string-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-string-02'>turtle-syntax-bad-string-02</a>
+            <span property='dc:title'>turtle-syntax-bad-string-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-string-03'>turtle-syntax-bad-string-03</a>
+            <span property='dc:title'>turtle-syntax-bad-string-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-string-04'>turtle-syntax-bad-string-04</a>
+            <span property='dc:title'>turtle-syntax-bad-string-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-string-05'>turtle-syntax-bad-string-05</a>
+            <span property='dc:title'>turtle-syntax-bad-string-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-num-01'>turtle-syntax-bad-num-01</a>
+            <span property='dc:title'>turtle-syntax-bad-num-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-num-02'>turtle-syntax-bad-num-02</a>
+            <span property='dc:title'>turtle-syntax-bad-num-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-num-03'>turtle-syntax-bad-num-03</a>
+            <span property='dc:title'>turtle-syntax-bad-num-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-num-04'>turtle-syntax-bad-num-04</a>
+            <span property='dc:title'>turtle-syntax-bad-num-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-syntax-bad-num-05'>turtle-syntax-bad-num-05</a>
+            <span property='dc:title'>turtle-syntax-bad-num-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-eval-struct-01'>turtle-eval-struct-01</a>
+            <span property='dc:title'>turtle-eval-struct-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-eval-struct-02'>turtle-eval-struct-02</a>
+            <span property='dc:title'>turtle-eval-struct-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-01'>turtle-subm-01</a>
+            <span property='dc:title'>turtle-subm-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-02'>turtle-subm-02</a>
+            <span property='dc:title'>turtle-subm-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-03'>turtle-subm-03</a>
+            <span property='dc:title'>turtle-subm-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-04'>turtle-subm-04</a>
+            <span property='dc:title'>turtle-subm-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-05'>turtle-subm-05</a>
+            <span property='dc:title'>turtle-subm-05</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-06'>turtle-subm-06</a>
+            <span property='dc:title'>turtle-subm-06</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-07'>turtle-subm-07</a>
+            <span property='dc:title'>turtle-subm-07</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-08'>turtle-subm-08</a>
+            <span property='dc:title'>turtle-subm-08</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-09'>turtle-subm-09</a>
+            <span property='dc:title'>turtle-subm-09</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-10'>turtle-subm-10</a>
+            <span property='dc:title'>turtle-subm-10</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-11'>turtle-subm-11</a>
+            <span property='dc:title'>turtle-subm-11</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-12'>turtle-subm-12</a>
+            <span property='dc:title'>turtle-subm-12</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-13'>turtle-subm-13</a>
+            <span property='dc:title'>turtle-subm-13</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-14'>turtle-subm-14</a>
+            <span property='dc:title'>turtle-subm-14</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-15'>turtle-subm-15</a>
+            <span property='dc:title'>turtle-subm-15</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-16'>turtle-subm-16</a>
+            <span property='dc:title'>turtle-subm-16</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-17'>turtle-subm-17</a>
+            <span property='dc:title'>turtle-subm-17</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-18'>turtle-subm-18</a>
+            <span property='dc:title'>turtle-subm-18</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-19'>turtle-subm-19</a>
+            <span property='dc:title'>turtle-subm-19</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-20'>turtle-subm-20</a>
+            <span property='dc:title'>turtle-subm-20</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-21'>turtle-subm-21</a>
+            <span property='dc:title'>turtle-subm-21</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-22'>turtle-subm-22</a>
+            <span property='dc:title'>turtle-subm-22</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-23'>turtle-subm-23</a>
+            <span property='dc:title'>turtle-subm-23</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-24'>turtle-subm-24</a>
+            <span property='dc:title'>turtle-subm-24</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-25'>turtle-subm-25</a>
+            <span property='dc:title'>turtle-subm-25</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-26'>turtle-subm-26</a>
+            <span property='dc:title'>turtle-subm-26</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-subm-27'>turtle-subm-27</a>
+            <span property='dc:title'>turtle-subm-27</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-eval-bad-01'>turtle-eval-bad-01</a>
+            <span property='dc:title'>turtle-eval-bad-01</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-eval-bad-02'>turtle-eval-bad-02</a>
+            <span property='dc:title'>turtle-eval-bad-02</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-eval-bad-03'>turtle-eval-bad-03</a>
+            <span property='dc:title'>turtle-eval-bad-03</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+        <tr resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04' typeof='earl:TestCriterion earl:TestCase'>
+          <td>
+            <a href='#test_turtle-eval-bad-04'>turtle-eval-bad-04</a>
+            <span property='dc:title'>turtle-eval-bad-04</span>
+            <span property='dc:description'></span>
+          </td>
+          <td class='PASS' typeof='earl:Assertion'>
+            <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+            <link href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04' property='earl:test' />
+            <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+            <link href='earl:automatic' property='earl:mode' />
+            <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
+              PASS
+            </span>
+          </td>
+        </tr>
+      </table>
+    </section>
+    <section class='appendix'>
+      <h2>
+        Test Subjects
+      </h2>
+      <p>
+        This report was tested using the following test subjects:
+      </p>
+      <dl>
+        <dt about='http://rubygems.org/gems/rdf-turtle' property='doap:name'>RDF::Turtle</dt>
+        <dd about='http://rubygems.org/gems/rdf-turtle' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Description</dt>
+            <dd property='doap:description'>RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.</dd>
+            <dt>Programming Language</dt>
+            <dd property='doap:programming-language'>Ruby</dd>
+            <dt>Developer</dt>
+            <dd property='doap:developer' resource='http://greggkellogg.net/foaf#me' typeof='foaf:Person'>
+              <a href='http://greggkellogg.net/foaf#me'>
+                <span property='foaf:name'>Gregg Kellogg</span>
+              </a>
+            </dd>
+            <dt>Home Page</dt>
+            <dd property='doap:homepage'>
+              <a href='http://ruby-rdf.github.com/rdf-turtle'>http://ruby-rdf.github.com/rdf-turtle</a>
+            </dd>
+          </dl>
+        </dd>
+      </dl>
+    </section>
+    <section class='appendix'>
+      <h2>
+        Individual Test Results
+      </h2>
+      <p>
+        Individual test results used to construct this report are available here:
+      </p>
+      <ul>
+        <li>
+          <a class='source' href='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl'>http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='reports/rdf.rb-earl.ttl'>reports/rdf.rb-earl.ttl</a>
+        </li>
+      </ul>
+    </section>
+    <section class='appendix'>
+      <h2>
+        Test Definitions
+      </h2>
+      <dl>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01' id='test_turtle-eval-bad-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-eval-bad-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02' id='test_turtle-eval-bad-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-eval-bad-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03' id='test_turtle-eval-bad-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-eval-bad-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04' id='test_turtle-eval-bad-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-eval-bad-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01' id='test_turtle-eval-struct-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-eval-struct-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02' id='test_turtle-eval-struct-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-eval-struct-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01' id='test_turtle-subm-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02' id='test_turtle-subm-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03' id='test_turtle-subm-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04' id='test_turtle-subm-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05' id='test_turtle-subm-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06' id='test_turtle-subm-06' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-06</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07' id='test_turtle-subm-07' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-07</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08' id='test_turtle-subm-08' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-08</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09' id='test_turtle-subm-09' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-09</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10' id='test_turtle-subm-10' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-10</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11' id='test_turtle-subm-11' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-11</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12' id='test_turtle-subm-12' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-12</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13' id='test_turtle-subm-13' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-13</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14' id='test_turtle-subm-14' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-14</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15' id='test_turtle-subm-15' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-15</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16' id='test_turtle-subm-16' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-16</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17' id='test_turtle-subm-17' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-17</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18' id='test_turtle-subm-18' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-18</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19' id='test_turtle-subm-19' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-19</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20' id='test_turtle-subm-20' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-20</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21' id='test_turtle-subm-21' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-21</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22' id='test_turtle-subm-22' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-22</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23' id='test_turtle-subm-23' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-23</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24' id='test_turtle-subm-24' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-24</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25' id='test_turtle-subm-25' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-25</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26' id='test_turtle-subm-26' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-26</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27' id='test_turtle-subm-27' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-subm-27</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01' id='test_turtle-syntax-bad-base-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-base-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02' id='test_turtle-syntax-bad-base-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-base-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03' id='test_turtle-syntax-bad-base-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-base-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01' id='test_turtle-syntax-bad-esc-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-esc-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02' id='test_turtle-syntax-bad-esc-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-esc-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03' id='test_turtle-syntax-bad-esc-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-esc-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04' id='test_turtle-syntax-bad-esc-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-esc-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01' id='test_turtle-syntax-bad-kw-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-kw-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02' id='test_turtle-syntax-bad-kw-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-kw-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03' id='test_turtle-syntax-bad-kw-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-kw-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04' id='test_turtle-syntax-bad-kw-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-kw-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05' id='test_turtle-syntax-bad-kw-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-kw-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01' id='test_turtle-syntax-bad-lang-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-lang-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01' id='test_turtle-syntax-bad-n3-extras-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02' id='test_turtle-syntax-bad-n3-extras-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03' id='test_turtle-syntax-bad-n3-extras-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04' id='test_turtle-syntax-bad-n3-extras-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05' id='test_turtle-syntax-bad-n3-extras-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06' id='test_turtle-syntax-bad-n3-extras-06' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-06</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07' id='test_turtle-syntax-bad-n3-extras-07' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-07</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08' id='test_turtle-syntax-bad-n3-extras-08' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-08</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09' id='test_turtle-syntax-bad-n3-extras-09' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-09</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10' id='test_turtle-syntax-bad-n3-extras-10' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-10</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11' id='test_turtle-syntax-bad-n3-extras-11' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-11</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12' id='test_turtle-syntax-bad-n3-extras-12' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-12</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13' id='test_turtle-syntax-bad-n3-extras-13' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-n3-extras-13</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01' id='test_turtle-syntax-bad-num-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-num-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02' id='test_turtle-syntax-bad-num-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-num-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03' id='test_turtle-syntax-bad-num-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-num-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04' id='test_turtle-syntax-bad-num-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-num-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05' id='test_turtle-syntax-bad-num-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-num-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01' id='test_turtle-syntax-bad-pname-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-pname-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02' id='test_turtle-syntax-bad-pname-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-pname-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03' id='test_turtle-syntax-bad-pname-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-pname-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01' id='test_turtle-syntax-bad-prefix-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-prefix-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02' id='test_turtle-syntax-bad-prefix-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-prefix-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03' id='test_turtle-syntax-bad-prefix-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-prefix-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04' id='test_turtle-syntax-bad-prefix-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-prefix-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05' id='test_turtle-syntax-bad-prefix-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-prefix-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01' id='test_turtle-syntax-bad-string-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-string-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02' id='test_turtle-syntax-bad-string-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-string-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03' id='test_turtle-syntax-bad-string-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-string-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04' id='test_turtle-syntax-bad-string-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-string-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05' id='test_turtle-syntax-bad-string-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-string-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01' id='test_turtle-syntax-bad-struct-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02' id='test_turtle-syntax-bad-struct-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03' id='test_turtle-syntax-bad-struct-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04' id='test_turtle-syntax-bad-struct-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05' id='test_turtle-syntax-bad-struct-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06' id='test_turtle-syntax-bad-struct-06' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-06</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07' id='test_turtle-syntax-bad-struct-07' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-07</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08' id='test_turtle-syntax-bad-struct-08' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-08</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09' id='test_turtle-syntax-bad-struct-09' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-09</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10' id='test_turtle-syntax-bad-struct-10' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-10</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11' id='test_turtle-syntax-bad-struct-11' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-11</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12' id='test_turtle-syntax-bad-struct-12' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-12</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13' id='test_turtle-syntax-bad-struct-13' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-13</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14' id='test_turtle-syntax-bad-struct-14' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-14</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15' id='test_turtle-syntax-bad-struct-15' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-15</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16' id='test_turtle-syntax-bad-struct-16' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-16</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17' id='test_turtle-syntax-bad-struct-17' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-struct-17</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01' id='test_turtle-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-uri-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02' id='test_turtle-syntax-bad-uri-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-uri-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03' id='test_turtle-syntax-bad-uri-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-uri-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04' id='test_turtle-syntax-bad-uri-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-uri-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05' id='test_turtle-syntax-bad-uri-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bad-uri-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01' id='test_turtle-syntax-base-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-base-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02' id='test_turtle-syntax-base-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-base-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03' id='test_turtle-syntax-base-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-base-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04' id='test_turtle-syntax-base-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-base-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01' id='test_turtle-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bnode-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02' id='test_turtle-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bnode-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03' id='test_turtle-syntax-bnode-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bnode-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04' id='test_turtle-syntax-bnode-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bnode-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05' id='test_turtle-syntax-bnode-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bnode-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06' id='test_turtle-syntax-bnode-06' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bnode-06</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07' id='test_turtle-syntax-bnode-07' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bnode-07</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08' id='test_turtle-syntax-bnode-08' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bnode-08</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09' id='test_turtle-syntax-bnode-09' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bnode-09</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10' id='test_turtle-syntax-bnode-10' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-bnode-10</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01' id='test_turtle-syntax-datatypes-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-datatypes-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02' id='test_turtle-syntax-datatypes-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-datatypes-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01' id='test_turtle-syntax-file-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-file-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-01.ttl' title='turtle-syntax-file-01 Input'></pre>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02' id='test_turtle-syntax-file-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-file-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03' id='test_turtle-syntax-file-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-file-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01' id='test_turtle-syntax-kw-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-kw-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02' id='test_turtle-syntax-kw-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-kw-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03' id='test_turtle-syntax-kw-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-kw-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01' id='test_turtle-syntax-lists-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-lists-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02' id='test_turtle-syntax-lists-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-lists-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03' id='test_turtle-syntax-lists-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-lists-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04' id='test_turtle-syntax-lists-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-lists-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05' id='test_turtle-syntax-lists-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-lists-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01' id='test_turtle-syntax-number-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-number-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02' id='test_turtle-syntax-number-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-number-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03' id='test_turtle-syntax-number-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-number-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04' id='test_turtle-syntax-number-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-number-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05' id='test_turtle-syntax-number-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-number-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06' id='test_turtle-syntax-number-06' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-number-06</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07' id='test_turtle-syntax-number-07' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-number-07</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08' id='test_turtle-syntax-number-08' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-number-08</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09' id='test_turtle-syntax-number-09' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-number-09</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10' id='test_turtle-syntax-number-10' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-number-10</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11' id='test_turtle-syntax-number-11' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-number-11</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01' id='test_turtle-syntax-pname-esc-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-pname-esc-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02' id='test_turtle-syntax-pname-esc-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-pname-esc-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03' id='test_turtle-syntax-pname-esc-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-pname-esc-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01' id='test_turtle-syntax-prefix-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-prefix-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02' id='test_turtle-syntax-prefix-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-prefix-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03' id='test_turtle-syntax-prefix-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-prefix-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04' id='test_turtle-syntax-prefix-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-prefix-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05' id='test_turtle-syntax-prefix-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-prefix-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06' id='test_turtle-syntax-prefix-06' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-prefix-06</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07' id='test_turtle-syntax-prefix-07' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-prefix-07</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08' id='test_turtle-syntax-prefix-08' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-prefix-08</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-08.ttl' title='turtle-syntax-prefix-08 Input'># dash is a legal pname character<br/>@prefix x: &lt;http://example/&gt; .<br/>x:_  x:p_1 x:o .<br/></pre>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09' id='test_turtle-syntax-prefix-09' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-prefix-09</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01' id='test_turtle-syntax-str-esc-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-str-esc-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02' id='test_turtle-syntax-str-esc-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-str-esc-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03' id='test_turtle-syntax-str-esc-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-str-esc-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01' id='test_turtle-syntax-string-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-string-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02' id='test_turtle-syntax-string-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-string-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03' id='test_turtle-syntax-string-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-string-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04' id='test_turtle-syntax-string-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-string-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05' id='test_turtle-syntax-string-05' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-string-05</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06' id='test_turtle-syntax-string-06' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-string-06</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07' id='test_turtle-syntax-string-07' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-string-07</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08' id='test_turtle-syntax-string-08' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-string-08</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09' id='test_turtle-syntax-string-09' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-string-09</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10' id='test_turtle-syntax-string-10' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-string-10</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11' id='test_turtle-syntax-string-11' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-string-11</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01' id='test_turtle-syntax-struct-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-struct-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02' id='test_turtle-syntax-struct-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-struct-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03' id='test_turtle-syntax-struct-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-struct-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01' id='test_turtle-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-uri-01</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02' id='test_turtle-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-uri-02</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03' id='test_turtle-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-uri-03</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+        <dt about='http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04' id='test_turtle-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase'>
+          Test
+          <span property='dc:title'>turtle-syntax-uri-04</span>
+        </dt>
+        <dd>
+          <p property='dc:description'></p>
+          <dl>
+            <dt>
+              <pre class='example actionDoc' property='mf:action' resource='http://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>
+            </dt>
+          </dl>
+        </dd>
+      </dl>
+    </section>
+  </body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/rdf.rb-earl.ttl	Sat Nov 17 17:23:26 2012 -0500
@@ -0,0 +1,1738 @@
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dc:   <http://purl.org/dc/terms/> .
+@prefix earl: <http://www.w3.org/ns/earl#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix ex:   <http://example.org/> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+
+<http://rubygems.org/gems/rdf-turtle> a doap:Project, earl:TestSubject, earl:Software ;
+  doap:name          "RDF::Turtle" ;
+  doap:homepage      <http://ruby-rdf.github.com/rdf-turtle> ;
+  doap:license       <http://creativecommons.org/licenses/publicdomain/> ;
+  doap:shortdesc     "Turtle reader/writer for Ruby."@en ;
+  doap:description   "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
+  doap:created       "2011-08-29"^^xsd:date ;
+  doap:programming-language "Ruby" ;
+  doap:implements    <http://www.w3.org/TR/turtle/> ;
+  doap:category      <http://dbpedia.org/resource/Resource_Description_Framework>,
+                     <http://dbpedia.org/resource/Ruby_(programming_language)> ;
+  doap:download-page <http://rubygems.org/gems/rdf-turtle> ;
+  doap:mailing-list  <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
+  doap:bug-database  <http://github.com/ruby-rdf/rdf-turtle/issues> ;
+  doap:blog          <http://greggkellogg.net/> ;
+  doap:developer     <http://greggkellogg.net/foaf#me> ;
+  doap:maintainer    <http://greggkellogg.net/foaf#me> ;
+  doap:documenter    <http://greggkellogg.net/foaf#me> ;
+  foaf:maker         <http://greggkellogg.net/foaf#me> ;
+  dc:title           "RDF::Turtle" ;
+  dc:description     "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
+  dc:date            "2011-08-29"^^xsd:date ;
+  dc:creator         <http://greggkellogg.net/foaf#me> ;
+  dc:isPartOf        <http://rubygems.org/gems/rdf> .
+
+<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
+  foaf:name "Gregg Kellogg";
+  foaf:title "Implementor";
+  foaf:homepage <http://greggkellogg.net/> .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .