Minor tweak
authorMarkus Lanthaler <mail@markus-lanthaler.com>
Wed, 19 Feb 2014 10:30:53 +0100
changeset 1962 7ca5de051d1a
parent 1961 2f169d06c7e9
child 1963 8440862bdc37
Minor tweak
REC-drafts/NOTE-rdf11-testcases-20140225/Overview.html
rdf11-testcases/index.html
--- a/REC-drafts/NOTE-rdf11-testcases-20140225/Overview.html	Tue Feb 18 16:31:25 2014 -0800
+++ b/REC-drafts/NOTE-rdf11-testcases-20140225/Overview.html	Wed Feb 19 10:30:53 2014 +0100
@@ -1,13 +1,10 @@
 <!DOCTYPE html>
 <html lang="en" typeof="bibo:Document " about="" property="dcterms:language" content="en" prefix="bibo: http://purl.org/ontology/bibo/ w3p: http://www.w3.org/2001/02pd/rec54#" xmlns="http://www.w3.org/1999/xhtml">
 <head>
-    <meta charset="utf-8" />
-    <title>RDF 1.1 Test Cases</title>
-    
-    
-    
-    <style type="text/css">
-    /* Style Turtle script blocks to be visable */
+  <meta charset="utf-8" />
+  <title>RDF 1.1 Test Cases</title>
+  <style type="text/css">
+    /* Style Turtle script blocks to be visible */
     pre.example script {
         display:block;
     }
@@ -17,218 +14,211 @@
     .separated tbody tr td.r { text-align: right; padding: .5em; }
     .grammar td { font-family: monospace; vertical-align: top; }
     .grammar-literal { color: gray;}
-	.grammar_comment { color: #A52A2A; font-style: italic; }
-    </style>
-  <style>/*****************************************************************
- * ReSpec 3 CSS
- * Robin Berjon - http://berjon.com/
- *****************************************************************/
-
-/* --- INLINES --- */
-em.rfc2119 { 
-    text-transform:     lowercase;
-    font-variant:       small-caps;
-    font-style:         normal;
-    color:              #900;
-}
-
-h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
-h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
-    border: none;
-}
-
-dfn {
-    font-weight:    bold;
-}
-
-a.internalDFN {
-    color:  inherit;
-    border-bottom:  1px solid #99c;
-    text-decoration:    none;
-}
-
-a.externalDFN {
-    color:  inherit;
-    border-bottom:  1px dotted #ccc;
-    text-decoration:    none;
-}
-
-a.bibref {
-    text-decoration:    none;
-}
-
-cite .bibref {
-    font-style: normal;
-}
-
-code {
-    color:  #ff4500;
-}
-
-/* --- TOC --- */
-.toc a, .tof a {
-    text-decoration:    none;
-}
-
-a .secno, a .figno {
-    color:  #000;
-}
-
-ul.tof, ol.tof {
-    list-style: none outside none;
-}
-
-.caption {
-    margin-top: 0.5em;
-    font-style:   italic;
-}
-
-/* --- TABLE --- */
-table.simple {
-    border-spacing: 0;
-    border-collapse:    collapse;
-    border-bottom:  3px solid #005a9c;
-}
+     .grammar_comment { color: #A52A2A; font-style: italic; }
 
-.simple th {
-    background: #005a9c;
-    color:  #fff;
-    padding:    3px 5px;
-    text-align: left;
-}
-
-.simple th[scope="row"] {
-    background: inherit;
-    color:  inherit;
-    border-top: 1px solid #ddd;
-}
-
-.simple td {
-    padding:    3px 10px;
-    border-top: 1px solid #ddd;
-}
-
-.simple tr:nth-child(even) {
-    background: #f0f6ff;
-}
-
-/* --- DL --- */
-.section dd > p:first-child {
-    margin-top: 0;
-}
-
-.section dd > p:last-child {
-    margin-bottom: 0;
-}
-
-.section dd {
-    margin-bottom:  1em;
-}
-
-.section dl.attrs dd, .section dl.eldef dd {
-    margin-bottom:  0;
-}
+    /* --- INLINES --- */
+    em.rfc2119 {
+        text-transform:     lowercase;
+        font-variant:       small-caps;
+        font-style:         normal;
+        color:              #900;
+    }
 
-@media print {
-    .removeOnSave {
-        display: none;
+    h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
+    h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
+        border: none;
     }
-}
-</style><style>/* --- EXAMPLES --- */
-div.example-title {
-    min-width: 7.5em;
-    color: #b9ab2d;
-}
-div.example-title span {
-    text-transform: uppercase;   
-}
-aside.example, div.example, div.illegal-example {
-    padding: 0.5em;
-    margin: 1em 0;
-    position: relative;
-    clear: both;
-}
-div.illegal-example { color: red }
-div.illegal-example p { color: black }
-aside.example, div.example {
-    padding: .5em;
-    border-left-width: .5em;
-    border-left-style: solid;
-    border-color: #e0cb52;
-    background: #fcfaee;    
-}
 
-aside.example div.example {
-    border-left-width: .1em;
-    border-color: #999;
-    background: #fff;
-}
-aside.example div.example div.example-title {
-    color: #999;
-}
-</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-WG-NOTE" />
-<!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]-->
+    dfn {
+        font-weight:    bold;
+    }
+
+    a.internalDFN {
+        color:  inherit;
+        border-bottom:  1px solid #99c;
+        text-decoration:    none;
+    }
+
+    a.externalDFN {
+        color:  inherit;
+        border-bottom:  1px dotted #ccc;
+        text-decoration:    none;
+    }
+
+    a.bibref {
+        text-decoration:    none;
+    }
+
+    cite .bibref {
+        font-style: normal;
+    }
+
+    code {
+        color:  #ff4500;
+    }
+
+    /* --- TOC --- */
+    .toc a, .tof a {
+        text-decoration:    none;
+    }
+
+    a .secno, a .figno {
+        color:  #000;
+    }
+
+    ul.tof, ol.tof {
+        list-style: none outside none;
+    }
+
+    .caption {
+        margin-top: 0.5em;
+        font-style:   italic;
+    }
+
+    /* --- TABLE --- */
+    table.simple {
+        border-spacing: 0;
+        border-collapse:    collapse;
+        border-bottom:  3px solid #005a9c;
+    }
+
+    .simple th {
+        background: #005a9c;
+        color:  #fff;
+        padding:    3px 5px;
+        text-align: left;
+    }
+
+    .simple th[scope="row"] {
+        background: inherit;
+        color:  inherit;
+        border-top: 1px solid #ddd;
+    }
+
+    .simple td {
+        padding:    3px 10px;
+        border-top: 1px solid #ddd;
+    }
+
+    .simple tr:nth-child(even) {
+        background: #f0f6ff;
+    }
+
+    /* --- DL --- */
+    .section dd > p:first-child {
+        margin-top: 0;
+    }
+
+    .section dd > p:last-child {
+        margin-bottom: 0;
+    }
+
+    .section dd {
+        margin-bottom:  1em;
+    }
+
+    .section dl.attrs dd, .section dl.eldef dd {
+        margin-bottom:  0;
+    }
+
+    @media print {
+        .removeOnSave {
+            display: none;
+        }
+    }
+    </style><style>/* --- EXAMPLES --- */
+    div.example-title {
+        min-width: 7.5em;
+        color: #b9ab2d;
+    }
+    div.example-title span {
+        text-transform: uppercase;
+    }
+    aside.example, div.example, div.illegal-example {
+        padding: 0.5em;
+        margin: 1em 0;
+        position: relative;
+        clear: both;
+    }
+    div.illegal-example { color: red }
+    div.illegal-example p { color: black }
+    aside.example, div.example {
+        padding: .5em;
+        border-left-width: .5em;
+        border-left-style: solid;
+        border-color: #e0cb52;
+        background: #fcfaee;
+    }
+
+    aside.example div.example {
+        border-left-width: .1em;
+        border-color: #999;
+        background: #fff;
+    }
+    aside.example div.example div.example-title {
+        color: #999;
+    }
+  </style>
+  <link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-WG-NOTE" />
+  <!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]-->
 </head>
 <body class="h-entry" role="document" id="respecDocument"><div class="head" role="contentinfo" id="respecHeader">
   <p>
-    
+
       <a href="http://www.w3.org/"><img width="72" height="48" alt="W3C" src="https://www.w3.org/Icons/w3c_home" /></a>
-    
+
   </p>
   <h1 property="dcterms:title" id="title" class="title p-name">RDF 1.1 Test Cases</h1>
-  
+
   <h2 content="2014-02-24T23:00:00.000Z" datatype="xsd:dateTime" property="dcterms:issued" id="w3c-working-group-note-25-february-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Working Group Note <time datetime="2014-02-25" class="dt-published">25 February 2014</time></h2>
   <dl>
-    
+
       <dt>This version:</dt>
       <dd><a href="http://www.w3.org/TR/2014/NOTE-rdf11-testcases-20140225/" class="u-url">http://www.w3.org/TR/2014/NOTE-rdf11-testcases-20140225/</a></dd>
       <dt>Latest published version:</dt>
       <dd><a href="http://www.w3.org/TR/rdf11-testcases/">http://www.w3.org/TR/rdf11-testcases/</a></dd>
-    
-       
-    
     <dt>Editors:</dt>
     <dd inlist="" rel="bibo:editor" class="p-author h-card vcard"><span typeof="foaf:Person"><a href="http://greggkellogg.net/" content="Gregg Kellogg" property="foaf:name" rel="foaf:homepage" class="u-url url p-name fn">Gregg Kellogg</a>, Kellogg Associates</span>
 </dd>
 <dd inlist="" rel="bibo:editor" class="p-author h-card vcard"><span typeof="foaf:Person"><a href="http://www.markus-lanthaler.com/" content="Markus Lanthaler" property="foaf:name" rel="foaf:homepage" class="u-url url p-name fn">Markus Lanthaler</a>, <a href="http://www.tugraz.at/" class="p-org org h-org h-card" rel="foaf:workplaceHomepage">Graz University of Technology</a></span>
 </dd>
 
-    
-    
+
+
   </dl>
-  
+
     <p>
       Please check the <a href="http://www.w3.org/2014/rdf1.1-errata"><strong>errata</strong></a> for any errors or issues
       reported since publication.
     </p>
-  
-  
-  
-  
-    
+
+
+
+
+
       <p class="copyright">
         <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©
         2013-2014
-        
+
         <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup>
         (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>,
         <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
-        <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), 
-        
+        <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>),
+
         All Rights Reserved.
-        
+
         <abbr title="World Wide Web Consortium">W3C</abbr> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
         <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and
-        
+
           <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
-        
+
         rules apply.
       </p>
-    
-  
+
+
   <hr />
 </div>
-  
+
   <section id="abstract" class="introductory" property="dcterms:abstract" datatype="" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h2 aria-level="1" role="heading" id="h2_abstract">Abstract</h2>
     <p>The Resource Description Framework (RDF) is a framework for
       representing information in the Web. This document lists
@@ -236,54 +226,54 @@
       for RDF 1.1 Semantics as well as the various
       serialization formats.</p>
   </section><section class="introductory" id="sotd" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h2 aria-level="1" role="heading" id="h2_sotd">Status of This Document</h2>
-  
-    
-      
+
+
+
         <p>
           <em>This section describes the status of this document at the time of its publication.
           Other documents may supersede this document. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the
           latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports index</a> at
           http://www.w3.org/TR/.</em>
         </p>
-        
+
         <p>
           This document was published by the <a href="http://www.w3.org/2011/rdf-wg/">RDF Working Group</a> as a Working Group Note.
-          
-          
-            If you wish to make comments regarding this document, please send them to 
-            <a href="mailto:public-rdf-comments@w3.org">public-rdf-comments@w3.org</a> 
+
+
+            If you wish to make comments regarding this document, please send them to
+            <a href="mailto:public-rdf-comments@w3.org">public-rdf-comments@w3.org</a>
             (<a href="mailto:public-rdf-comments-request@w3.org?subject=subscribe">subscribe</a>,
             <a href="http://lists.w3.org/Archives/Public/public-rdf-comments/">archives</a>).
-          
-          
-          
-          
+
+
+
+
             All comments are welcome.
-          
+
         </p>
-        
-        
+
+
           <p>
             Publication as a Working Group Note does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr>
             Membership. This is a draft document and may be updated, replaced or obsoleted by other
             documents at any time. It is inappropriate to cite this document as other than work in
             progress.
           </p>
-        
-        
-        
+
+
+
         <p>
-          
-            This document was produced by a group operating under the 
+
+            This document was produced by a group operating under the
             <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/" rel="w3p:patentRules" about="" id="sotd_patent">5 February 2004 <abbr title="World Wide Web Consortium">W3C</abbr> Patent
             Policy</a>.
-          
-          
-          
-            
+
+
+
+
               <abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a rel="disclosure" href="http://www.w3.org/2004/01/pp-impl/46168/status">public list of any patent
-              disclosures</a> 
-            
+              disclosures</a>
+
             made in connection with the deliverables of the group; that page also includes
             instructions for disclosing a patent. An individual who has actual knowledge of a patent
             which the individual believes contains
@@ -291,17 +281,17 @@
             Claim(s)</a> must disclose the information in accordance with
             <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
             6 of the <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
-          
-          
+
+
         </p>
-        
-      
-    
-  
+
+
+
+
 </section><section id="toc"><h2 class="introductory" aria-level="1" role="heading" id="h2_toc">Table of Contents</h2><ul class="toc" role="directory" id="respecContents"><li class="tocline"><a href="#test-suites-and-implementation-reports" class="tocxref"><span class="secno">1. </span>Test Suites and Implementation Reports</a></li><li class="tocline"><a href="#general-instructions-for-running-rdf-test-suites" class="tocxref"><span class="secno">2. </span>General instructions for running RDF Test suites</a><ul class="toc"><li class="tocline"><a href="#syntax-tests" class="tocxref"><span class="secno">2.1 </span>Syntax Tests</a></li><li class="tocline"><a href="#evaluation-tests" class="tocxref"><span class="secno">2.2 </span>Evaluation Tests</a></li><li class="tocline"><a href="#sematics-tests" class="tocxref"><span class="secno">2.3 </span>Sematics Tests</a></li></ul></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">A. </span>References</a><ul class="toc"><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">A.1 </span>Informative references</a></li></ul></li></ul></section>
 
   <section id="test-suites-and-implementation-reports">
-    
+
 <!--OddPage-->
 <h2 aria-level="1" role="heading" id="h2_test-suites-and-implementation-reports"><span class="secno">1. </span>Test Suites and Implementation Reports</h2>
     <p>The following are links to the syntax and semantics test suites and
@@ -349,14 +339,14 @@
           <li><a href="http://json-ld.org/test-suite/reports/index.html">Implementation Report</a></li>
         </ul>
       </li>
+    </ul>
 
-      <p>RDF 1.1 Concepts [<cite><a class="bibref" href="#bib-RDF11-CONCEPTS">RDF11-CONCEPTS</a></cite>] does not have a test suite and is not directly implemented in software;
-        instead, it is implemented by the specs which build on it, including the other specs in this set.</p>
-    </ul>
+    <p>RDF 1.1 Concepts [<cite><a class="bibref" href="#bib-RDF11-CONCEPTS">RDF11-CONCEPTS</a></cite>] does not have a test suite and is not directly
+      implemented in software; instead, it is implemented by the specs which build on it, including the other specs in the set above.</p>
   </section>
 
   <section id="general-instructions-for-running-rdf-test-suites">
-    
+
 <!--OddPage-->
 <h2 aria-level="1" role="heading" id="h2_general-instructions-for-running-rdf-test-suites"><span class="secno">2. </span>General instructions for running RDF Test suites</h2>
     <p>All test suites have a common test manifest representation using test vocabularies
@@ -507,8 +497,8 @@
 
 <section class="appendix" id="references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
 <!--OddPage-->
-<h2 aria-level="1" role="heading" id="h2_references"><span class="secno">A. </span>References</h2><section id="informative-references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h3 aria-level="2" role="heading" id="h3_informative-references"><span class="secno">A.1 </span>Informative references</h3><dl class="bibliography" about=""><dt id="bib-JSON-LD">[JSON-LD]</dt><dd rel="dcterms:references">Manu Sporny, Gregg Kellogg, Markus Lanthaler, Editors. <cite><a href="http://www.w3.org/TR/json-ld/">JSON-LD 1.0</a></cite>. 16 January 2014. W3C Recommendation. URL: <a href="http://www.w3.org/TR/json-ld/">http://www.w3.org/TR/json-ld/</a>
-</dd><dt id="bib-JSON-LD-API">[JSON-LD-API]</dt><dd rel="dcterms:references">Markus Lanthaler, Gregg Kellogg, Manu Sporny, Editors. <cite><a href="http://www.w3.org/TR/json-ld-api/">JSON-LD 1.0 Processing Algorithms and API</a></cite>. 16 January 2014. W3C Recommendation. URL: <a href="http://www.w3.org/TR/json-ld-api/">http://www.w3.org/TR/json-ld-api/</a>
+<h2 aria-level="1" role="heading" id="h2_references"><span class="secno">A. </span>References</h2><section id="informative-references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h3 aria-level="2" role="heading" id="h3_informative-references"><span class="secno">A.1 </span>Informative references</h3><dl class="bibliography" about=""><dt id="bib-JSON-LD">[JSON-LD]</dt><dd rel="dcterms:references">Manu Sporny, Gregg Kellogg, Markus Lanthaler. <cite><a href="http://www.w3.org/TR/json-ld/">JSON-LD 1.0</a></cite>. 16 January 2014. W3C Recommendation. URL: <a href="http://www.w3.org/TR/json-ld/">http://www.w3.org/TR/json-ld/</a>
+</dd><dt id="bib-JSON-LD-API">[JSON-LD-API]</dt><dd rel="dcterms:references">Markus Lanthaler, Gregg Kellogg, Manu Sporny. <cite><a href="http://www.w3.org/TR/json-ld-api/">JSON-LD 1.0 Processing Algorithms and API</a></cite>. 16 January 2014. W3C Recommendation. URL: <a href="http://www.w3.org/TR/json-ld-api/">http://www.w3.org/TR/json-ld-api/</a>
 </dd><dt id="bib-JSON-LD-TESTS">[JSON-LD-TESTS]</dt><dd rel="dcterms:references"><cite><a href="http://www.w3.org/2013/json-ld-tests/">JSON-LD 1.0 Test Suite</a></cite>. W3C Test Suite. URL: <a href="http://www.w3.org/2013/json-ld-tests/">http://www.w3.org/2013/json-ld-tests/</a>
 </dd><dt id="bib-N-QUADS">[N-QUADS]</dt><dd rel="dcterms:references">Gavin Carothers. <cite><a href="http://www.w3.org/TR/2014/REC-n-quads-20140225/">RDF 1.1 N-Quads</a></cite>. W3C Recommendation, 25 February 2014. URL: <a href="http://www.w3.org/TR/2014/REC-n-quads-20140225/">http://www.w3.org/TR/2014/REC-n-quads-20140225/</a>. The latest edition is available at <a href="http://www.w3.org/TR/n-quads/">http://www.w3.org/TR/n-quads/</a>
 </dd><dt id="bib-N-TRIPLES">[N-TRIPLES]</dt><dd rel="dcterms:references">Gavin Carothers, Andy Seabourne. <cite><a href="http://www.w3.org/TR/2014/REC-n-triples-20140225/">RDF 1.1 N-Triples</a></cite>. W3C Recommendation, 25 February 2014. URL: <a href="http://www.w3.org/TR/2014/REC-n-triples-20140225/">http://www.w3.org/TR/2014/REC-n-triples-20140225/</a>. The latest edition is available at <a href="http://www.w3.org/TR/n-triples/">http://www.w3.org/TR/n-triples/</a>
@@ -518,4 +508,4 @@
 </dd><dt id="bib-SPARQL11-TEST-CASE">[SPARQL11-TEST-CASE]</dt><dd rel="dcterms:references">Axel Polleres. <cite><a href="http://www.w3.org/2009/sparql/docs/tests/README.html">SPARQL1.1: Test case structure</a></cite> Informal. URL: <a href="http://www.w3.org/2009/sparql/docs/tests/README.html">http://www.w3.org/2009/sparql/docs/tests/README.html</a>
 </dd><dt id="bib-TRIG">[TRIG]</dt><dd rel="dcterms:references">Gavin Carothers, Andy Seaborne. <cite><a href="http://www.w3.org/TR/2014/REC-trig-20140225/">TriG: RDF Dataset Language</a></cite>. W3C Recommendation, 25 February 2014. URL: <a href="http://www.w3.org/TR/2014/REC-trig-20140225/">http://www.w3.org/TR/2014/REC-trig-20140225/</a>. The latest edition is available at <a href="http://www.w3.org/TR/trig/">http://www.w3.org/TR/trig/</a>
 </dd><dt id="bib-TURTLE">[TURTLE]</dt><dd rel="dcterms:references">Eric Prud'hommeaux, Gavin Carothers. <cite><a href="http://www.w3.org/TR/2014/REC-turtle-20140225/">RDF 1.1 Turtle: Terse RDF Triple Language.</a></cite> W3C Recommendation, 25 February 2014. URL: <a href="http://www.w3.org/TR/2014/REC-turtle-20140225/">http://www.w3.org/TR/2014/REC-turtle-20140225/</a>. The latest edition is available at <a href="http://www.w3.org/TR/turtle/">http://www.w3.org/TR/turtle/</a>
-</dd></dl></section></section></body></html>
\ No newline at end of file
+</dd></dl></section></section></body></html>
--- a/rdf11-testcases/index.html	Tue Feb 18 16:31:25 2014 -0800
+++ b/rdf11-testcases/index.html	Wed Feb 19 10:30:53 2014 +0100
@@ -1,83 +1,83 @@
 <!DOCTYPE html>
 <html lang="en">
-  <head>
-    <meta charset="utf-8"/>
-    <title>RDF 1.1 Test Cases</title>
-    <script src="../local-biblio.js" class="remove"></script>
-    <script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
-    <script class='remove'>
-      var respecConfig = {
-          // extend the bibliography entries
-          localBiblio: localBibliography,
-
-          // specification status (e.g. WD, LC, WG-NOTE, etc.). If in doubt use ED.
-          specStatus:           "WG-NOTE",
-
-          // the specification's short name, as in http://www.w3.org/TR/short-name/
-          shortName:            "rdf11-testcases",
-
-          errata:               "http://www.w3.org/2014/rdf1.1-errata",
-
-          // if you wish the publication date to be other than today, set this
-          publishDate:  "2014-02-25",
-
-          // if the specification's copyright date is a range of years, specify
-          // the start date here:
-          copyrightStart: "2013",
-
-          // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
-          // and its maturity status
-          // previousPublishDate:  "2013-07-23",
-          // previousMaturity:  "LC",
-
-          // if there a publicly available Editor's Draft, this is the link
-          // edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf11-testcases/index.html",
-
-          // if there is an earler version of this specification at the Recommendation level,
-          // set this to the shortname of that version. This is optional and not usually
-          // necessary.
-          // prevRecShortname: "rdf11-testcases",
+<head>
+  <meta charset="utf-8"/>
+  <title>RDF 1.1 Test Cases</title>
+  <script src="../local-biblio.js" class="remove"></script>
+  <script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
+  <script class='remove'>
+    var respecConfig = {
+        // extend the bibliography entries
+        localBiblio: localBibliography,
 
-          // editors, add as many as you like
-          // only "name" is required
-          editors:  [
-              { name: "Gregg Kellogg",
-                url: "http://greggkellogg.net/",
-                company: "Kellogg Associates" },
-              { name: "Markus Lanthaler",
-                url: "http://www.markus-lanthaler.com/",
-                company: "Graz University of Technology",
-                companyURL: "http://www.tugraz.at/" }
-          ],
-
-          // name of the WG
-          wg:           "RDF Working Group",
-
-          // URI of the public WG page
-          wgURI:        "http://www.w3.org/2011/rdf-wg/",
+        // specification status (e.g. WD, LC, WG-NOTE, etc.). If in doubt use ED.
+        specStatus:           "WG-NOTE",
 
-          // 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",
+        // the specification's short name, as in http://www.w3.org/TR/short-name/
+        shortName:            "rdf11-testcases",
 
-          // if this parameter is set to true, ReSpec.js will embed various RDFa attributes
-          // throughout the generated specification. The triples generated use vocabulary items
-          // from the dcterms, foaf, and bibo. The parameter defaults to false.
-          doRDFa: "1.1",
+        errata:               "http://www.w3.org/2014/rdf1.1-errata",
 
-          noTOC:  false,
+        // if you wish the publication date to be other than today, set this
+        publishDate:  "2014-02-25",
 
-          // alternateFormats: [ { uri: "diff-20130723.html", label: "diff to previous version" } ]
-      };
-    </script>
-    <style type="text/css">
-    /* Style Turtle script blocks to be visable */
+        // if the specification's copyright date is a range of years, specify
+        // the start date here:
+        copyrightStart: "2013",
+
+        // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+        // and its maturity status
+        // previousPublishDate:  "2013-07-23",
+        // previousMaturity:  "LC",
+
+        // if there a publicly available Editor's Draft, this is the link
+        // edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf11-testcases/index.html",
+
+        // if there is an earler version of this specification at the Recommendation level,
+        // set this to the shortname of that version. This is optional and not usually
+        // necessary.
+        // prevRecShortname: "rdf11-testcases",
+
+        // editors, add as many as you like
+        // only "name" is required
+        editors:  [
+            { name: "Gregg Kellogg",
+              url: "http://greggkellogg.net/",
+              company: "Kellogg Associates" },
+            { name: "Markus Lanthaler",
+              url: "http://www.markus-lanthaler.com/",
+              company: "Graz University of Technology",
+              companyURL: "http://www.tugraz.at/" }
+        ],
+
+        // 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",
+
+        // if this parameter is set to true, ReSpec.js will embed various RDFa attributes
+        // throughout the generated specification. The triples generated use vocabulary items
+        // from the dcterms, foaf, and bibo. The parameter defaults to false.
+        doRDFa: "1.1",
+
+        noTOC:  false,
+
+        // alternateFormats: [ { uri: "diff-20130723.html", label: "diff to previous version" } ]
+    };
+  </script>
+  <style type="text/css">
+    /* Style Turtle script blocks to be visible */
     pre.example script {
         display:block;
     }
@@ -87,9 +87,9 @@
     .separated tbody tr td.r { text-align: right; padding: .5em; }
     .grammar td { font-family: monospace; vertical-align: top; }
     .grammar-literal { color: gray;}
-	.grammar_comment { color: #A52A2A; font-style: italic; }
-    </style>
-  </head>
+     .grammar_comment { color: #A52A2A; font-style: italic; }
+  </style>
+</head>
 <body>
   <section id='sotd'></section>
   <section id="abstract">
@@ -147,10 +147,10 @@
           <li><a href="http://json-ld.org/test-suite/reports/index.html">Implementation Report</a></li>
         </ul>
       </li>
+    </ul>
 
-      <li>RDF 1.1 Concepts [[RDF11-CONCEPTS]] does not have a test suite and is not directly implemented in software;
-        instead, it is implemented by the specs which build on it, including the other specs in this set.</li>
-    </ul>
+    <p>RDF 1.1 Concepts [[RDF11-CONCEPTS]] does not have a test suite and is not directly implemented in software;
+      instead, it is implemented by the specs which build on it, including the other specs in the set above.</p>
   </section>
 
   <section>
@@ -300,4 +300,3 @@
   </section>
 </body>
 </html>
-