--- a/rdf-concepts/index.html Tue May 29 21:49:44 2012 +0100
+++ b/rdf-concepts/index.html Tue May 29 22:09:19 2012 +0100
@@ -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: "2009-08-06",
+ publishDate: "2012-06-05",
// 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: "2004-02-10",
-// previousMaturity: "REC",
+ previousPublishDate: "2011-08-30",
+ 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",
@@ -1203,6 +1203,15 @@
<section class="appendix informative" id="changes">
<h2>Changes from RDF 2004</h2>
+
+<section class="appendix" id="changes-wd2">
+ <h3>Changes from FPWD to this version</h3>
+
+ <p>This section lists changes from the
+ <a href="http://www.w3.org/TR/2011/WD-rdf11-concepts-20110830/">First Public Working Draft (FPWD)</a>
+ to this Working Draft of
+ <em>RDF 1.1 Concepts and Abstract Syntax</em>.</p>
+
<ul>
<li>2012-05-24: Moved the multigraph section to an earlier position and renamed it to “<a href="#section-dataset">RDF Datasets</a>”</li>
<li>2012-05-17: Changed normative reference for DOM in <code><a>rdf:XMLLiteral</a></code> from [DOM3CORE] to [DOM4] as we need DOM4 anyways for <code><a>rdf:HTML</a></code></li>
@@ -1226,6 +1235,19 @@
<li>2011-11-10: Replaced the <a href="#section-fragID">section on fragment identifiers</a> with an updated account that follows RFC 3986</li>
<li>2011-11-09: Updated the two sections on literals to reflect the <a href="http://www.w3.org/2011/rdf-wg/track/issues/71">ISSUE-71</a> resolution that literals with language tag now have the datatype IRI <code>rdf:langString</code>. Formally introduced the term “language-tagged string”.</li>
<li>2011-11-09: Add a note that explains that #x0-#x1F are no longer allowed in simple literals
+ </ul>
+</section>
+
+<section class="appendix" id="changes-fpwd">
+ <h3>Changes from RDF 2004 to FPWD</h3>
+
+ <p>This section lists changes from the
+ <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/">2004 Recommendation of
+ <em>RDF Concepts and Abstract Syntax</em></a> to the
+ <a href="http://www.w3.org/TR/2011/WD-rdf11-concepts-20110830/">First Public Working Draft (FPWD) of
+ <em>RDF 1.1 Concepts and Abstract Syntax</em></a>.</p>
+
+ <ul>
<li>2011-08-13: Updated Turtle reference to Turtle FPWD</li>
<li>2011-07-21: Condensed the 2004 acknowledgements</li>
<li>2011-07-21: Updated the two sections on literals to reflect the <a href="http://www.w3.org/2011/rdf-wg/track/issues/12">ISSUE-12</a> resolution that simple literals are no longer part of the abstract syntax. Formally introduced the terms “language-tagged literal”, “simple literal”.</li>
@@ -1244,6 +1266,8 @@
</ul>
</section>
+</section>
+
<section id="references">
</section>