--- a/rdf-concepts/index.html Tue May 29 22:09:19 2012 +0100
+++ b/rdf-concepts/index.html Tue May 29 22:44:41 2012 +0100
@@ -131,6 +131,31 @@
</section>
+<section id='sotd'>
+ <p>This document is a snapshot of the
+ <a href="http://www.w3.org/2011/rdf-wg/">RDF Working Group</a>'s
+ progress towards updating the RDF data model for RDF 1.1.
+ A <a href="#changes-wd2">list of changes</a> since the
+ <a href="http://www.w3.org/TR/2011/WD-rdf11-concepts-20110830/">previous working draft</a>
+ is provided as an appendix. Notable highlights include:</p>
+
+ <ul>
+ <li>Introduced a datatype for <a title="language-tagged string">language-tagged strings</a>, and <a href="#section-html">one for HTML fragments</a></li>
+ <li>Modified the lexical space and value space of the <code><a>rdf:XMLLiteral</a></code> datatype</li>
+ <li>Updated the list of <a href="#xsd-datatypes">RDF-compatible XSD types</a> to reflect XML Schema 1.1</li>
+ <li>Added a <a href="#conformance">Conformance section</a></li>
+ <li>Replaced the informative early sections with a <a href="#section-Introduction">new Introduction</a></li>
+ </ul>
+
+ <p>Going forward, the Group expects to extend the data model to
+ <a href="#section-dataset">support multiple graphs</a>.
+ This is the only expected remaining normative change.
+ Besides that, some content may still be moved between
+ this and other RDF documents, and various editorial changes
+ under consideration are highlighted throughout the document.</p>
+</section>
+
+
<section id="section-Introduction" class="informative">
<h2>Introduction</h2>