remove Section 3 (RDF vocabulary IRI and Namespace) as its contents will move to RDF Schema
--- a/rdf-concepts/index.html Wed May 09 17:37:05 2012 +0100
+++ b/rdf-concepts/index.html Wed May 09 17:52:43 2012 +0100
@@ -316,38 +316,6 @@
</section>
-<section id="section-URIspaces">
- <h2>RDF Vocabulary IRI and Namespace</h2>
-
- <p class="issue">This section should be removed from
- <em>RDF Concepts</em> and folded into [[RDF-SCHEMA]] which
- actually defines the terms in question. This is
- <a href="http://www.w3.org/2011/rdf-wg/track/actions/121">ACTION-121</a>.</p>
-
- <p>RDF uses <a title="IRI">IRIs</a> to identify resources
- and properties. Certain
- IRIs with the following leading substring are defined by the
- RDF specifications to denote specific concepts:</p>
-
- <ul>
- <li><code>http://www.w3.org/1999/02/22-rdf-syntax-ns#</code>
- (conventionally associated with namespace prefix <code>rdf:</code>)</li>
- </ul>
-
- <p>Vocabulary terms in the <code>rdf:</code>
- namespace are listed and described in detail in the
- RDF Schema specification [[!RDF-SCHEMA]].</p>
-
- <p class="note">The <code>rdf:</code> namespace IRI also
- identifies an XML namespace [[XML-NAMES]] containing a number of additional
- element and attribute names for purely syntactic purposes within
- the RDF/XML syntax ([[RDF-SYNTAX-GRAMMAR]],
- <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/#section-Namespace">section 5.1</a>).
- These terms (e.g., <code>rdf:about</code> and <code>rdf:ID</code>)
- do not <a>denote</a> anything in particular.</p>
-</section>
-
-
<section id="section-rdf-graph">
<h2>RDF Graphs</h2>
@@ -1155,6 +1123,7 @@
<h2>Changes from RDF 2004</h2>
<ul>
+ <li>2012-05-09: Removed Section 3 <em>RDF Vocabulary IRI and Namespace</em>; its contents will be folded into the RDF Schema document</li>
<li>2012-05-02: Renamed “graph equivalence” to “<a>graph isomorphism</a>” (<a href="https://www.w3.org/2011/rdf-wg/track/issues/86">ISSUE-86</a>)</li>
<li>2012-05-02: Updated [[XMLSCHEMA11-1]] and [[XMLSCHEMA11-2]] references to the new REC versions</li>
<li>2012-05-02: Added the new XSD 1.1 datatypes <a href="http://www.w3.org/TR/xmlschema11-2/#dayTimeDuration">xsd:dayTimeDuration</a>, <a href="http://www.w3.org/TR/xmlschema11-2/#yearMonthDuration">xsd:yearMonthDuration</a> and <a href="http://www.w3.org/TR/xmlschema11-2/#dateTimeStamp">xsd:dateTimeStamp</a> to the list of <a>RDF-compatible XSD types</a> (<a href="https://www.w3.org/2011/rdf-wg/track/issues/66">ISSUE-66</a>)</li>