Fix typo
authorMarkus Lanthaler <mail@markus-lanthaler.com>
Sun, 05 Jan 2014 16:56:10 +0100
changeset 1758 5d2b9e387b0f
parent 1757 bc53164722de
child 1759 66368a6de041
Fix typo
PR-drafts/PR-rdf11-concepts-20140109/Overview.html
PR-drafts/PR-rdf11-concepts-20140109/diff-20131105.html
local-biblio.js
--- a/PR-drafts/PR-rdf11-concepts-20140109/Overview.html	Sat Jan 04 16:31:26 2014 -0800
+++ b/PR-drafts/PR-rdf11-concepts-20140109/Overview.html	Sun Jan 05 16:56:10 2014 +0100
@@ -1,204 +1,196 @@
 <!DOCTYPE html>
 <html lang="en" typeof="bibo:Document w3p:PR" 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 Concepts and Abstract Syntax</title>
-    
-    
-    
-    <style type="text/css">
-      figure { text-align: center; }
-      table td, table th { border: 1px solid #ddd; padding: 0.2em 0.5em; }
-      ol ol { list-style-type: lower-latin; }
-    </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;
-}
+  <meta charset="utf-8" />
+  <title>RDF 1.1 Concepts and Abstract Syntax</title>
+  <style type="text/css">
+    figure { text-align: center; }
+    table td, table th { border: 1px solid #ddd; padding: 0.2em 0.5em; }
+    ol ol { list-style-type: lower-latin; }
+  </style>
+  <style>
+    /* --- INLINES --- */
+    em.rfc2119 {
+        text-transform:     lowercase;
+        font-variant:       small-caps;
+        font-style:         normal;
+        color:              #900;
+    }
 
-/* --- 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;
-}
+    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;
+    }
 
-.section dl.attrs dd, .section dl.eldef dd {
-    margin-bottom:  0;
-}
-</style><style>/* --- ISSUES/NOTES --- */
-div.issue-title, div.note-title {
-    padding-right:  1em;
-    min-width: 7.5em;
-    color: #b9ab2d;
-}
-div.issue-title { color: #e05252; }
-div.note-title { color: #2b2; }
-div.issue-title span, div.note-title span {
-    text-transform: uppercase;
-}
-div.note, div.issue {
-    margin-top: 1em;
-    margin-bottom: 1em;
-}
-.note > p:first-child, .issue > p:first-child { margin-top: 0 }
-.issue, .note {
-    padding: .5em;
-    border-left-width: .5em;
-    border-left-style: solid;
-}
-div.issue, div.note {
-    padding: 1em 1.2em 0.5em;
-    margin: 1em 0;
-    position: relative;
-    clear: both;
-}
-span.note, span.issue { padding: .1em .5em .15em; }
+    dfn {
+        font-weight:    bold;
+    }
 
-.issue {
-    border-color: #e05252;
-    background: #fbe9e9;
-}
-.note {
-    border-color: #52e052;
-    background: #e9fbe9;
-}
+    a.internalDFN {
+        color:  inherit;
+        border-bottom:  1px solid #99c;
+        text-decoration:    none;
+    }
 
+    a.externalDFN {
+        color:  inherit;
+        border-bottom:  1px dotted #ccc;
+        text-decoration:    none;
+    }
 
-</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-PR" />
-<!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]-->
+    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;
+    }
+    </style><style>/* --- ISSUES/NOTES --- */
+    div.issue-title, div.note-title {
+        padding-right:  1em;
+        min-width: 7.5em;
+        color: #b9ab2d;
+    }
+    div.issue-title { color: #e05252; }
+    div.note-title { color: #2b2; }
+    div.issue-title span, div.note-title span {
+        text-transform: uppercase;
+    }
+    div.note, div.issue {
+        margin-top: 1em;
+        margin-bottom: 1em;
+    }
+    .note > p:first-child, .issue > p:first-child { margin-top: 0 }
+    .issue, .note {
+        padding: .5em;
+        border-left-width: .5em;
+        border-left-style: solid;
+    }
+    div.issue, div.note {
+        padding: 1em 1.2em 0.5em;
+        margin: 1em 0;
+        position: relative;
+        clear: both;
+    }
+    span.note, span.issue { padding: .1em .5em .15em; }
+
+    .issue {
+        border-color: #e05252;
+        background: #fbe9e9;
+    }
+    .note {
+        border-color: #52e052;
+        background: #e9fbe9;
+    }
+  </style>
+  <link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-PR" />
+  <!--[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 Concepts and Abstract Syntax</h1>
-  
+
   <h2 content="2014-01-08T23:00:00.000Z" datatype="xsd:dateTime" property="dcterms:issued" id="w3c-proposed-recommendation-09-january-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Proposed Recommendation <time datetime="2014-01-09" class="dt-published">09 January 2014</time></h2>
   <dl>
-    
+
       <dt>This version:</dt>
       <dd><a href="http://www.w3.org/TR/2014/PR-rdf11-concepts-20140109/" class="u-url">http://www.w3.org/TR/2014/PR-rdf11-concepts-20140109/</a></dd>
       <dt>Latest published version:</dt>
       <dd><a href="http://www.w3.org/TR/rdf11-concepts/">http://www.w3.org/TR/rdf11-concepts/</a></dd>
-    
-    
+
+
       <dt>Latest editor's draft:</dt>
       <dd><a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-concepts/index.html">https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-concepts/index.html</a></dd>
-    
-    
-    
+
+
+
       <dt>Implementation report:</dt>
       <dd><a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-concepts/reports/index.html">https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-concepts/reports/index.html</a></dd>
-    
-    
-    
+
+
+
       <dt>Previous version:</dt>
       <dd><a href="http://www.w3.org/TR/2013/CR-rdf11-concepts-20131105/" rel="dcterms:replaces">http://www.w3.org/TR/2013/CR-rdf11-concepts-20131105/</a></dd>
-    
-    
-      
+
+
+
           <dt>Latest Recommendation:</dt>
           <dd><a href="http://www.w3.org/TR/rdf-concepts">http://www.w3.org/TR/rdf-concepts</a></dd>
-      
-    
+
+
     <dt>Editors:</dt>
     <dd inlist="" rel="bibo:editor" class="p-author h-card vcard"><span typeof="foaf:Person"><a href="http://richard.cyganiak.de/" content="Richard Cyganiak" property="foaf:name" rel="foaf:homepage" class="u-url url p-name fn">Richard Cyganiak</a>, <a href="http://www.deri.ie/" class="p-org org h-org h-card" rel="foaf:workplaceHomepage">DERI, NUI Galway</a></span>
 </dd>
@@ -207,74 +199,74 @@
 <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>
 
-    
-    
-      
-        
+
+
+
+
           <dt>Previous Editors:</dt>
-          
-             
-                
+
+
+
                   <dd>
-                    
+
                       Graham Klyne
-                    
-                  </dd>
-                
-             
-                
-                  <dd>
-                    
-                      Jeremy J. Carroll
-                    
+
                   </dd>
-                
-             
-                
+
+
+
                   <dd>
-                    
-                      Brian McBride
-                    
+
+                      Jeremy J. Carroll
+
                   </dd>
-                
-             
-          
-        
-      
-    
+
+
+
+                  <dd>
+
+                      Brian McBride
+
+                  </dd>
+
+
+
+
+
+
   </dl>
-  
-  
+
+
     <p>
-      
+
         This document is also available in this non-normative format:
-      
+
       <a href="diff-20131105.html" rel="alternate">diff to previous version</a>
     </p>
-  
-  
-  
-    
+
+
+
+
       <p class="copyright">
         <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©
         2004-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>
 
@@ -294,68 +286,68 @@
       datatyping and the handling of fragment identifiers in IRIs within
       RDF graphs.</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 is a part of the RDF 1.1 document suite. The RDF Working Group
       welcomes comments and reports of implementations in general, but given the
       nature of this document (as a conceptual overview), the group is not
       expecting to track implementations of this document on its own.</p>
-  
+
         <p>
           This document was published by the <a href="http://www.w3.org/2011/rdf-wg/">RDF Working Group</a> as a Proposed Recommendation.
-          
+
             This document is intended to become a <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation.
-          
-          
-          
-          
-          
+
+
+
+
+
               The <abbr title="World Wide Web Consortium">W3C</abbr> Membership and other interested parties are invited to review the document and
               send comments to
-              <a href="mailto:public-rdf-comments@w3.org" rel="discussion">public-rdf-comments@w3.org</a> 
+              <a href="mailto:public-rdf-comments@w3.org" rel="discussion">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>)
               through 09 February 2014. Advisory Committee Representatives should consult their
-              <a href="https://www.w3.org/2002/09/wbs/myQuestionnaires">WBS questionnaires</a>. 
+              <a href="https://www.w3.org/2002/09/wbs/myQuestionnaires">WBS questionnaires</a>.
               Note that substantive technical comments were expected during the Last Call review
               period that ended 06 September 2013.
-          
+
         </p>
-        
+
           <p>
             Please see the Working Group's  <a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-concepts/reports/index.html">implementation
             report</a>.
           </p>
-        
-        
+
+
           <p>
             Publication as a Proposed Recommendation 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
@@ -363,19 +355,19 @@
             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="#section-Introduction" class="tocxref"><span class="secno">1. </span>Introduction</a><ul class="toc"><li class="tocline"><a href="#data-model" class="tocxref"><span class="secno">1.1 </span>Graph-based Data Model</a></li><li class="tocline"><a href="#resources-and-statements" class="tocxref"><span class="secno">1.2 </span>Resources and Statements</a></li><li class="tocline"><a href="#referents" class="tocxref"><span class="secno">1.3 </span>The Referent of an <abbr title="Internationalized Resource Identifier">IRI</abbr></a></li><li class="tocline"><a href="#vocabularies" class="tocxref"><span class="secno">1.4 </span>RDF Vocabularies and Namespace IRIs</a></li><li class="tocline"><a href="#change-over-time" class="tocxref"><span class="secno">1.5 </span>RDF and Change over Time</a></li><li class="tocline"><a href="#managing-graphs" class="tocxref"><span class="secno">1.6 </span>Working with Multiple RDF Graphs</a></li><li class="tocline"><a href="#entailment" class="tocxref"><span class="secno">1.7 </span>Equivalence, Entailment and Inconsistency</a></li><li class="tocline"><a href="#rdf-documents" class="tocxref"><span class="secno">1.8 </span>RDF Documents and Syntaxes</a></li></ul></li><li class="tocline"><a href="#conformance" class="tocxref"><span class="secno">2. </span>Conformance</a></li><li class="tocline"><a href="#section-rdf-graph" class="tocxref"><span class="secno">3. </span>RDF Graphs</a><ul class="toc"><li class="tocline"><a href="#section-triples" class="tocxref"><span class="secno">3.1 </span>Triples</a></li><li class="tocline"><a href="#section-IRIs" class="tocxref"><span class="secno">3.2 </span>IRIs</a></li><li class="tocline"><a href="#section-Graph-Literal" class="tocxref"><span class="secno">3.3 </span>Literals</a></li><li class="tocline"><a href="#section-blank-nodes" class="tocxref"><span class="secno">3.4 </span>Blank Nodes</a></li><li class="tocline"><a href="#section-skolemization" class="tocxref"><span class="secno">3.5 </span>Replacing Blank Nodes with IRIs</a></li><li class="tocline"><a href="#graph-isomorphism" class="tocxref"><span class="secno">3.6 </span>Graph Comparison</a></li></ul></li><li class="tocline"><a href="#section-dataset" class="tocxref"><span class="secno">4. </span>RDF Datasets</a><ul class="toc"><li class="tocline"><a href="#section-dataset-isomorphism" class="tocxref"><span class="secno">4.1 </span>RDF Dataset Comparison</a></li><li class="tocline"><a href="#section-dataset-conneg" class="tocxref"><span class="secno">4.2 </span>Content Negotiation of RDF Datasets</a></li></ul></li><li class="tocline"><a href="#section-Datatypes" class="tocxref"><span class="secno">5. </span>Datatypes</a><ul class="toc"><li class="tocline"><a href="#xsd-datatypes" class="tocxref"><span class="secno">5.1 </span>The XML Schema Built-in Datatypes</a></li><li class="tocline"><a href="#section-html" class="tocxref"><span class="secno">5.2 </span>The <code>rdf:HTML</code> Datatype</a></li><li class="tocline"><a href="#section-XMLLiteral" class="tocxref"><span class="secno">5.3 </span>The <code>rdf:XMLLiteral</code> Datatype</a></li><li class="tocline"><a href="#datatype-iris" class="tocxref"><span class="secno">5.4 </span>Datatype IRIs</a></li></ul></li><li class="tocline"><a href="#section-fragID" class="tocxref"><span class="secno">6. </span>Fragment Identifiers</a></li><li class="tocline"><a href="#section-generalized-rdf" class="tocxref"><span class="secno">7. </span>Generalized RDF Triples, Graphs, and Datasets</a></li><li class="tocline"><a href="#section-Acknowledgments" class="tocxref"><span class="secno">8. </span>Acknowledgments</a></li><li class="tocline"><a href="#changes" class="tocxref"><span class="secno">A. </span>Changes between RDF 1.0 and RDF 1.1</a></li><li class="tocline"><a href="#change-log" class="tocxref"><span class="secno">B. </span>Changes since the 5 November 2013 Candidate Recommendation</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">C. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">C.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">C.2 </span>Informative references</a></li></ul></li></ul></section>
 
-  
+
 
 <section class="informative" id="section-Introduction" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
-    
+
 <!--OddPage-->
 <h2 aria-level="1" role="heading" id="h2_section-Introduction"><span class="secno">1. </span>Introduction</h2><p><em>This section is non-normative.</em></p>
 
@@ -742,7 +734,7 @@
 
 
 <section id="section-rdf-graph" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
-    
+
 <!--OddPage-->
 <h2 aria-level="1" role="heading" id="h2_section-rdf-graph"><span class="secno">3. </span>RDF Graphs</h2>
 
@@ -1048,7 +1040,7 @@
 
 
 <section id="section-dataset" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
-    
+
 <!--OddPage-->
 <h2 aria-level="1" role="heading" id="h2_section-dataset"><span class="secno">4. </span>RDF Datasets</h2>
 
@@ -1135,7 +1127,7 @@
 
 
 <section id="section-Datatypes" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
-    
+
 <!--OddPage-->
 <h2 aria-level="1" role="heading" id="h2_section-Datatypes"><span class="secno">5. </span>Datatypes</h2>
 
@@ -1489,7 +1481,7 @@
 
 
 <section class="informative" id="section-fragID" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
-  
+
 <!--OddPage-->
 <h2 aria-level="1" role="heading" id="h2_section-fragID"><span class="secno">6. </span>Fragment Identifiers</h2><p><em>This section is non-normative.</em></p>
 
@@ -1539,7 +1531,7 @@
 </section>
 
 <section class="informative" id="section-generalized-rdf" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
-    
+
 <!--OddPage-->
 <h2 aria-level="1" role="heading" id="h2_section-generalized-rdf"><span class="secno">7. </span>Generalized RDF Triples, Graphs, and Datasets</h2><p><em>This section is non-normative.</em></p>
 
@@ -1581,7 +1573,7 @@
 </section>
 
 <section class="informative" id="section-Acknowledgments" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
-  
+
 <!--OddPage-->
 <h2 aria-level="1" role="heading" id="h2_section-Acknowledgments"><span class="secno">8. </span>Acknowledgments</h2><p><em>This section is non-normative.</em></p>
 
@@ -1605,7 +1597,7 @@
 
 
 <section id="changes" class="appendix informative" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
-    
+
 <!--OddPage-->
 <h2 aria-level="1" role="heading" id="h2_changes"><span class="secno">A. </span>Changes between RDF 1.0 and RDF 1.1</h2><p><em>This section is non-normative.</em></p>
 
@@ -1616,7 +1608,7 @@
 
 
 <section id="change-log" class="appendix informative" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
-  
+
 <!--OddPage-->
 <h2 aria-level="1" role="heading" id="h2_change-log"><span class="secno">B. </span>Changes since the 5 November 2013 Candidate Recommendation</h2><p><em>This section is non-normative.</em></p>
 
@@ -1641,14 +1633,14 @@
   </ul>
 </section>
 
-  
+
 
 
 <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">C. </span>References</h2><section id="normative-references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h3 aria-level="2" role="heading" id="h3_normative-references"><span class="secno">C.1 </span>Normative references</h3><dl class="bibliography" about=""><dt id="bib-BCP47">[BCP47]</dt><dd rel="dcterms:requires">A. Phillips; M. Davis. <a href="http://tools.ietf.org/html/bcp47"><cite>Tags for Identifying Languages</cite></a>. September 2009. IETF Best Current Practice. URL: <a href="http://tools.ietf.org/html/bcp47">http://tools.ietf.org/html/bcp47</a>
 </dd><dt id="bib-NFC">[NFC]</dt><dd rel="dcterms:requires">M. Davis, Ken Whistler. <a href="http://www.unicode.org/reports/tr15/"><cite>TR15, Unicode Normalization Forms.</cite></a>. 17 September 2010, URL: <a href="http://www.unicode.org/reports/tr15/">http://www.unicode.org/reports/tr15/</a>
-</dd><dt id="bib-RFC2119">[RFC2119]</dt><dd rel="dcterms:requires">S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> 
+</dd><dt id="bib-RFC2119">[RFC2119]</dt><dd rel="dcterms:requires">S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a>
 </dd><dt id="bib-RFC3987">[RFC3987]</dt><dd rel="dcterms:requires">M. Dürst; M. Suignard. <a href="http://www.ietf.org/rfc/rfc3987.txt"><cite>Internationalized Resource Identifiers (IRIs)</cite></a>. January 2005. RFC. URL: <a href="http://www.ietf.org/rfc/rfc3987.txt">http://www.ietf.org/rfc/rfc3987.txt</a>
 </dd><dt id="bib-UNICODE">[UNICODE]</dt><dd rel="dcterms:requires"><a href="http://www.unicode.org/versions/latest/"><cite>The Unicode Standard</cite></a>. URL: <a href="http://www.unicode.org/versions/latest/">http://www.unicode.org/versions/latest/</a>
 </dd><dt id="bib-XMLSCHEMA11-2">[XMLSCHEMA11-2]</dt><dd rel="dcterms:requires">David Peterson; Sandy Gao; Ashok Malhotra; Michael Sperberg-McQueen; Henry Thompson; Paul V. Biron et al. <a href="http://www.w3.org/TR/xmlschema11-2/"><cite>W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes</cite></a>. 5 April 2012. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xmlschema11-2/">http://www.w3.org/TR/xmlschema11-2/</a>
@@ -1663,9 +1655,9 @@
 </dd><dt id="bib-RDF11-MT">[RDF11-MT]</dt><dd rel="dcterms:references">Patrick J. Hayes, Peter F. Patel-Schneider. <cite><a href="http://www.w3.org/TR/2014/PR-rdf11-mt-20140109/">RDF 1.1 Semantics.</a></cite> 9 January 2014. W3C Proposed Recommendation (work in progress). URL: <a href="http://www.w3.org/TR/2014/PR-rdf11-mt-20140109/">http://www.w3.org/TR/2014/PR-rdf11-mt-20140109/</a>. The latest edition is available at <a href="http://www.w3.org/TR/rdf11-mt/">http://www.w3.org/TR/rdf11-mt/</a>
 </dd><dt id="bib-RDF11-NEW">[RDF11-NEW]</dt><dd rel="dcterms:references">David Wood. <cite><a href="http://www.w3.org/TR/2013/WD-rdf11-new-20131217/">What’s New in RDF 1.1</a></cite>. W3C Working Draft (work in progress), 17 December 2013. The latest version is available at <a href="http://www.w3.org/TR/rdf11-new/">http://www.w3.org/TR/rdf11-new/</a>.
 </dd><dt id="bib-RDF11-PRIMER">[RDF11-PRIMER]</dt><dd rel="dcterms:references">Guus Schreiber, Yves Raimond. <cite><a href="http://www.w3.org/TR/2013/WD-rdf11-primer-20131217/">RDF 1.1 Primer</a></cite>. W3C Working Draft  (work in progress), 17 December 2013. The latest version is available at <a href="http://www.w3.org/TR/rdf11-primer/">http://www.w3.org/TR/rdf11-primer/</a>.
-</dd><dt id="bib-RDF11-SCHEMA">[RDF11-SCHEMA]</dt><dd rel="dcterms:references">Dan Brickley, Ramanathan Guha. <cite><a href="http://www.w3.org/TR/2014/PER-rdf-schema-20140109/">RDF Schema 1.1</a></cite>. 9 January 2014. W3C Proposed Edited Recimmendation (work in progress). URL: <a href="http://www.w3.org/TR/2014/PER-rdf-schema-20140109/">http://www.w3.org/TR/2014/PER-rdf-schema-20140109/</a>. The latest published version is available at <a href="http://www.w3.org/TR/rdf-schema/">http://www.w3.org/TR/rdf-schema/</a>.
+</dd><dt id="bib-RDF11-SCHEMA">[RDF11-SCHEMA]</dt><dd rel="dcterms:references">Dan Brickley, Ramanathan Guha. <cite><a href="http://www.w3.org/TR/2014/PER-rdf-schema-20140109/">RDF Schema 1.1</a></cite>. 9 January 2014. W3C Proposed Edited Recommendation (work in progress). URL: <a href="http://www.w3.org/TR/2014/PER-rdf-schema-20140109/">http://www.w3.org/TR/2014/PER-rdf-schema-20140109/</a>. The latest published version is available at <a href="http://www.w3.org/TR/rdf-schema/">http://www.w3.org/TR/rdf-schema/</a>.
 </dd><dt id="bib-RDF11-TESTCASES">[RDF11-TESTCASES]</dt><dd rel="dcterms:references">Gregg Kellogg, Markus Lanthaler. <cite><a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf11-testcases/index.html">RDF 1.1 Test Cases</a></cite>. W3C Editor's Draft (work in progress). URL: <a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf11-testcases/index.html">https://dvcs.w3.org/hg/rdf/raw-file/default/rdf11-testcases/index.html</a>
-</dd><dt id="bib-RDF11-XML">[RDF11-XML]</dt><dd rel="dcterms:references">Fabien Gandon, Guus Schreiber. <cite><a href="http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/">RDF 1.1 XML Syntax</a></cite>. W3C Proposed Edited Recimmendation (work in progress). URL: <a href="http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/">http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/</a>. The latest published version is available at <a href="http://www.w3.org/TR/rdf-syntax-grammar/">http://www.w3.org/TR/rdf-syntax-grammar/</a>.
+</dd><dt id="bib-RDF11-XML">[RDF11-XML]</dt><dd rel="dcterms:references">Fabien Gandon, Guus Schreiber. <cite><a href="http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/">RDF 1.1 XML Syntax</a></cite>. W3C Proposed Edited Recommendation (work in progress). URL: <a href="http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/">http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/</a>. The latest published version is available at <a href="http://www.w3.org/TR/rdf-syntax-grammar/">http://www.w3.org/TR/rdf-syntax-grammar/</a>.
 </dd><dt id="bib-RDFA-PRIMER">[RDFA-PRIMER]</dt><dd rel="dcterms:references">Ivan Herman; Ben Adida; Manu Sporny; Mark Birbeck. <a href="http://www.w3.org/TR/rdfa-primer/"><cite>RDFa 1.1 Primer - Second Edition</cite></a>. 22 August 2013. W3C Note. URL: <a href="http://www.w3.org/TR/rdfa-primer/">http://www.w3.org/TR/rdfa-primer/</a>
 </dd><dt id="bib-RFC3986">[RFC3986]</dt><dd rel="dcterms:references">T. Berners-Lee; R. Fielding; L. Masinter. <a href="http://www.ietf.org/rfc/rfc3986.txt"><cite>Uniform Resource Identifier (URI): Generic Syntax (RFC 3986)</cite></a>. January 2005. RFC. URL: <a href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3986.txt</a>
 </dd><dt id="bib-RFC5785">[RFC5785]</dt><dd rel="dcterms:references">Mark Nottingham; Eran Hammer-Lahav. <a href="http://www.rfc-editor.org/rfc/rfc5785.txt"><cite>Defining Well-Known Uniform Resource Identifiers (URIs) (RFC 5785)</cite></a>. April 2010. RFC. URL: <a href="http://www.rfc-editor.org/rfc/rfc5785.txt">http://www.rfc-editor.org/rfc/rfc5785.txt</a>
@@ -1679,4 +1671,4 @@
 </dd><dt id="bib-XML-EXC-C14N">[XML-EXC-C14N]</dt><dd rel="dcterms:references">John Boyer; Donald Eastlake; Joseph Reagle. <a href="http://www.w3.org/TR/xml-exc-c14n"><cite>Exclusive XML Canonicalization Version 1.0</cite></a>. 18 July 2002. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xml-exc-c14n">http://www.w3.org/TR/xml-exc-c14n</a>
 </dd><dt id="bib-XML-NAMES">[XML-NAMES]</dt><dd rel="dcterms:references">Tim Bray; Dave Hollander; Andrew Layman; Richard Tobin; Henry Thompson et al. <a href="http://www.w3.org/TR/xml-names"><cite>Namespaces in XML 1.0 (Third Edition)</cite></a>. 8 December 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xml-names">http://www.w3.org/TR/xml-names</a>
 </dd><dt id="bib-XML10">[XML10]</dt><dd rel="dcterms:references">Tim Bray; Jean Paoli; Michael Sperberg-McQueen; Eve Maler; François Yergeau et al. <a href="http://www.w3.org/TR/xml"><cite>Extensible Markup Language (XML) 1.0 (Fifth Edition)</cite></a>. 26 November 2008. W3C Recommendation. URL: <a href="http://www.w3.org/TR/xml">http://www.w3.org/TR/xml</a>
-</dd></dl></section></section></body></html>
\ No newline at end of file
+</dd></dl></section></section></body></html>
--- a/PR-drafts/PR-rdf11-concepts-20140109/diff-20131105.html	Sat Jan 04 16:31:26 2014 -0800
+++ b/PR-drafts/PR-rdf11-concepts-20140109/diff-20131105.html	Sun Jan 05 16:56:10 2014 +0100
@@ -19,7 +19,7 @@
  *****************************************************************/
 
 /* --- INLINES --- */
-em.rfc2119 { 
+em.rfc2119 {
     text-transform:     lowercase;
     font-variant:       small-caps;
     font-style:         normal;
@@ -5578,7 +5578,7 @@
 </ins></p><pre><ins class="diff-new">
       "1"^^xs:integer
       "01"^^xs:integer
-    
+
 </ins></pre><p><ins class="diff-new">
 denote
 the
@@ -13772,7 +13772,7 @@
 </del>
 <ins class="diff-chg">Proposed
 Edited
-Recimmendation
+Recommendation
 (work
 in
 progress).
@@ -13859,7 +13859,7 @@
 <ins class="diff-new">W3C
 Proposed
 Edited
-Recimmendation
+Recommendation
 (work
 in
 progress).
--- a/local-biblio.js	Sat Jan 04 16:31:26 2014 -0800
+++ b/local-biblio.js	Sun Jan 05 16:56:10 2014 +0100
@@ -8,8 +8,8 @@
     "TRIG": "Gavin Carothers, Andy Seaborne. <cite><a href=\"http://www.w3.org/TR/2014/PR-trig-20140109/\">TriG: RDF Dataset Language</a></cite>. 9 January 2014. W3C Proposed Recommendation (work in progress). URL: <a href=\"http://www.w3.org/TR/2014/PR-trig-20140109/\">http://www.w3.org/TR/2014/PR-trig-20140109/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/trig/\">http://www.w3.org/TR/trig/</a>",
     "N-TRIPLES": "Gavin Carothers, Andy Seabourne. <cite><a href=\"http://www.w3.org/TR/2014/PR-n-triples-20140109/\">RDF 1.1 N-Triples</cite></a></cite>. 9 January 2014. W3C Proposed Recommendation (work in progress). URL: <a href=\"http://www.w3.org/TR/2014/PR-n-triples-20140109/\">http://www.w3.org/TR/2014/PR-n-triples-20140109/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/n-triples/\">http://www.w3.org/TR/n-triples/</a>",
     "N-QUADS": "Gavin Carothers. <cite><a href=\"http://www.w3.org/TR/2014/PR-n-quads-20140109/\">RDF 1.1 N-Quads</cite></a></cite>. 9 January 2014. W3C Proposed Recommendation (work in progress). URL: <a href=\"http://www.w3.org/TR/2014/PR-n-quads-20140109/\">http://www.w3.org/TR/2014/PR-n-quads-20140109/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/n-quads/\">http://www.w3.org/TR/n-quads/</a>",
-    "RDF11-XML": "Fabien Gandon, Guus Schreiber. <cite><a href=\"http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/\">RDF 1.1 XML Syntax</a></cite>. W3C Proposed Edited Recimmendation (work in progress). URL: <a href=\"http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/\">http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/</a>. The latest published version is available at <a href=\"http://www.w3.org/TR/rdf-syntax-grammar/\">http://www.w3.org/TR/rdf-syntax-grammar/</a>.",
-    "RDF11-SCHEMA": "Dan Brickley, Ramanathan Guha. <cite><a href=\"http://www.w3.org/TR/2014/PER-rdf-schema-20140109/\">RDF Schema 1.1</a></cite>. 9 January 2014. W3C Proposed Edited Recimmendation (work in progress). URL: <a href=\"http://www.w3.org/TR/2014/PER-rdf-schema-20140109/\">http://www.w3.org/TR/2014/PER-rdf-schema-20140109/</a>. The latest published version is available at <a href=\"http://www.w3.org/TR/rdf-schema/\">http://www.w3.org/TR/rdf-schema/</a>.",
+    "RDF11-XML": "Fabien Gandon, Guus Schreiber. <cite><a href=\"http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/\">RDF 1.1 XML Syntax</a></cite>. W3C Proposed Edited Recommendation (work in progress). URL: <a href=\"http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/\">http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/</a>. The latest published version is available at <a href=\"http://www.w3.org/TR/rdf-syntax-grammar/\">http://www.w3.org/TR/rdf-syntax-grammar/</a>.",
+    "RDF11-SCHEMA": "Dan Brickley, Ramanathan Guha. <cite><a href=\"http://www.w3.org/TR/2014/PER-rdf-schema-20140109/\">RDF Schema 1.1</a></cite>. 9 January 2014. W3C Proposed Edited Recommendation (work in progress). URL: <a href=\"http://www.w3.org/TR/2014/PER-rdf-schema-20140109/\">http://www.w3.org/TR/2014/PER-rdf-schema-20140109/</a>. The latest published version is available at <a href=\"http://www.w3.org/TR/rdf-schema/\">http://www.w3.org/TR/rdf-schema/</a>.",
     "RDF11-TESTCASES": "Gregg Kellogg, Markus Lanthaler. <cite><a href=\"https://dvcs.w3.org/hg/rdf/raw-file/default/rdf11-testcases/index.html\">RDF 1.1 Test Cases</a></cite>. W3C Editor's Draft (work in progress). URL: <a href=\"https://dvcs.w3.org/hg/rdf/raw-file/default/rdf11-testcases/index.html\">https://dvcs.w3.org/hg/rdf/raw-file/default/rdf11-testcases/index.html</a>",
     "RDF11-PRIMER": "Guus Schreiber, Yves Raimond. <cite><a href=\"http://www.w3.org/TR/2013/WD-rdf11-primer-20131217/\">RDF 1.1 Primer</a></cite>. W3C Working Draft  (work in progress), 17 December 2013. The latest version is available at <a href=\"http://www.w3.org/TR/rdf11-primer/\">http://www.w3.org/TR/rdf11-primer/</a>.",
     "RDF11-NEW": "David Wood. <cite><a href=\"http://www.w3.org/TR/2013/WD-rdf11-new-20131217/\">What’s New in RDF 1.1</a></cite>. W3C Working Draft (work in progress), 17 December 2013. The latest version is available at <a href=\"http://www.w3.org/TR/rdf11-new/\">http://www.w3.org/TR/rdf11-new/</a>.",