preparation for next WD of RDF Concepts rdf-concepts-WD3
authorRichard Cyganiak <richard@cyganiak.de>
Mon, 14 Jan 2013 10:43:27 +0000
branchrdf-concepts-WD3
changeset 573 8113d722a3de
parent 572 894c2176f4ae
child 574 3f32665d746a
preparation for next WD of RDF Concepts
rdf-concepts/index.html
--- a/rdf-concepts/index.html	Sun Jan 13 20:39:46 2013 +0000
+++ b/rdf-concepts/index.html	Mon Jan 14 10:43:27 2013 +0000
@@ -12,7 +12,7 @@
     <script class='remove'>
       var respecConfig = {
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "ED",
+          specStatus:           "WD",
           
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "rdf11-concepts",
@@ -22,7 +22,7 @@
           // subtitle   :  "an excellent document",
 
           // if you wish the publication date to be other than today, set this
-          publishDate:  "2012-06-05",
+          publishDate:  "2013-01-15",
 
           // if the specification's copyright date is a range of years, specify
           // the start date here:
@@ -30,8 +30,8 @@
 
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
-//          previousPublishDate:  "2011-08-30",
-//          previousMaturity:  "WD",
+          previousPublishDate:  "2012-06-05",
+          previousMaturity:  "WD",
 
           // if there a publicly available Editor's Draft, this is the link
           edDraftURI:           "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-concepts/index.html",
@@ -46,7 +46,7 @@
 
           // if you want to have extra CSS, append them to this list
           // it is recommended that the respec.css stylesheet be kept
-          extraCSS:             ["http://dvcs.w3.org/hg/rdf/raw-file/default/ReSpec.js/css/respec.css"],
+          extraCSS:             ["https://dvcs.w3.org/hg/rdf/raw-file/default/ReSpec.js/css/respec.css"],
 
           // editors, add as many as you like
           // only "name" is required
@@ -137,6 +137,26 @@
 </section>
 
 
+<section id="sotd">
+    <p>The most significant normative change in this Working Draft
+    is the adoption of the concepts of
+    <a href="#section-dataset">RDF Dataset</a> and
+    <a href="#dfn-named-graph">named graph</a> from
+    <a href="http://www.w3.org/TR/sparql11-query/">SPARQL</a>.
+    The <a href="#section-Introduction">introduction</a> has seen
+    major changes, as have various informative notes
+    throughout the document. <a href="#changes-wd3">Appendix B</a>
+    contains a change log.
+    Various areas of ongoing work are marked throughout the text,
+    in particular the definitions of
+    <a href="#section-blank-nodes">blank nodes</a>,
+    <a href="#dfn-ill-typed">ill-typed literals</a>,
+    <a href="#section-dataset">operations on RDF datasets</a>,
+    and the <a href="#section-fragID">relation of RDF datasets to
+    aspects of web architecture</a>.</p>
+</section>
+
+
 <section id="section-Introduction" class="informative">
     <h2>Introduction</h2>
 
@@ -1344,10 +1364,11 @@
   <h3>Changes from 05 June 2012 WD to this version</h3>
 
   <p>This section lists changes from the
-  <a href="http://www.w3.org/TR/2012/WD-rdf11-concepts-20120605/">05 June 2012 Working Draft (WD)</a> to this Editor's Draft of 
+  <a href="http://www.w3.org/TR/2012/WD-rdf11-concepts-20120605/">05 June 2012 Working Draft (WD)</a> to this Working Draft of 
   <em>RDF 1.1 Concepts and Abstract Syntax</em>.</p>
 
   <ul>
+    <li>2013-01-14: Editorial changes in response to <a href="http://lists.w3.org/Archives/Public/public-rdf-wg/2012Nov/0354.html">reviews from Antoine Zimmermann</a> <a href="http://lists.w3.org/Archives/Public/public-rdf-wg/2012Nov/0360.html">and Peter Patel-Schneider</a></li>
     <li>2012-11-21: Replaced the placeholder term “g-box” with “<a>RDF source</a>” (<a href="https://www.w3.org/2011/rdf-wg/track/issues/110">ISSUE-110</a>)</li>
     <li>2012-11-21: Removed various Notes (as <a href="http://lists.w3.org/Archives/Public/public-rdf-wg/2012Nov/0131.html">listed here</a>), and refactored others (<a href="https://www.w3.org/2011/rdf-wg/track/issues/104">ISSUE-104</a>)</li>
     <li>2012-11-17: Many changes to Introduction, including mostly new subsections on <a href="#managing-graphs">Working with Multiple RDF Graphs and G-Boxes</a>, <a href="#entailment">Equivalence, Entailment and Inconsistencies</a>, and <a href="#rdf-documents">RDF Documents and Syntaxes</a></li>