--- a/rdf-schema/index.html Thu Dec 12 02:10:15 2013 -0800
+++ b/rdf-schema/index.html Thu Dec 12 12:21:45 2013 +0100
@@ -122,9 +122,6 @@
</div>
<section id="ch_introduction">
<h2>Introduction</h2>
-
- <p class="issue">Check status of rdf:HTML and rdf:XMLLiteral before
- publication</p>
<p>The Resource Description Framework (RDF) is a general-purpose language
for
@@ -311,7 +308,7 @@
<code>rdfs:Datatype</code> and a <a href="#def-subclass">subclass</a>
of <a href="#ch_literal"><code>rdfs:Literal</code></a>.</p>
</section>
- <section id="ch_html">
+ <section id="ch_html" class="informative">
<h3>rdf:HTML</h3>
<p>The class <code>rdf:HTML</code> is the class of <a href="http://www.w3.org/TR/rdf11-concepts/#section-html">HTML
literal
@@ -319,7 +316,7 @@
<code>rdfs:Datatype</code> and a <a href="#def-subclass">subclass</a>
of <a href="#ch_literal"><code>rdfs:Literal</code></a>.</p>
</section>
- <section id="ch_xmlliteral">
+ <section id="ch_xmlliteral" class="informative">
<h3>rdf:XMLLiteral</h3>
<p>The class <code>rdf:XMLLiteral</code> is the class of <a href="http://www.w3.org/TR/rdf11-concepts/#section-XMLLiteral">XML
literal
@@ -350,7 +347,7 @@
also related by P'. This specification does not define a top
property that is the super-property of all properties.
</p>
- <div class="note">
+ <p class="note">
The basic facilities provided by <a href="#ch_domain"><code>rdfs:domain</code></a>
and <a href="#ch_range"><code>rdfs:range</code></a> do not provide any
direct way to indicate property restrictions that are local to a class.
@@ -358,7 +355,7 @@
and <a href="#ch_range"><code>rdfs:range</code></a> with sub-property
hierarchies, direct support for such declarations are provided by richer
Web Ontology languages such as OWL [[OWL2-OVERVIEW]].
- </div>
+ </p>
<section id="ch_range">
<h3>rdfs:range</h3>
<p><code>rdfs:range</code> is an instance of <a href="#ch_property"><code>rdf:Property</code></a>
@@ -553,10 +550,7 @@
<section id="ch_containervocab" class="informative">
<h3>Container Classes and Properties</h3>
<p>RDF containers are resources that are used to represent collections.
- An introduction
- to RDF containers with examples may be found in the <a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/#containers">RDF
-2004
- Primer</a>. The same resource may appear in a container more than
+ The same resource may appear in a container more than
once. Unlike containment in the physical world, a container may be
contained in itself.</p>
<p>Three different kinds of container are defined. Whilst the formal
@@ -669,22 +663,17 @@
<p>RDF containers are open in the sense that the core RDF specifications
define no mechanism to state that there are no more members. The RDF
Collection vocabulary of classes and properties can describe a closed
- collection, i.e. one that can have no more members. The reader is
- referred to
- the <a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/#collections">collections</a>
- section of the RDF 2004 primer for an informal introduction to
- collections with
- examples.</p>
+ collection, i.e. one that can have no more members.</p>
<p>A collection is represented as a list of items, a representation that
will be familiar to those with experience of Lisp and similar
programming languages. There is a <a href="http://www.w3.org/TR/turtle/#collections">shorthand
notation</a> in the Turtle syntax specification for representing
collections.</p>
- <div class="note">
+ <p class="note">
RDFS does not require that there be only one first element of a
list-like structure, or even that a list-like structure have a first
element.
- </div>
+ </p>
<section id="ch_list">
<h4>rdf:List</h4>
<p><code>rdf:List</code> is an instance of <a href="#ch_class"><code>rdfs:Class</code></a>
@@ -875,8 +864,16 @@
that may be used in
describing structured values.</p>
<p>rdf:value has no meaning on its own. It is provided as a piece of
- vocabulary that may be used in idioms such as illustrated in <a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/#example21">example
- 21</a> of the RDF 1.0 primer. Despite
+ vocabulary that may be used in idioms such as illustrated
+ in example below:</p>
+ <pre class="example">
+<http://www.example.com/2002/04/products#item10245>
+ <http://www.example.org/terms/weight> [
+ rdf:value 2.4 ;
+ <http://www.example.org/terms/units> <http://www.example.org/units/kilograms>
+ ] .
+ </pre>
+ Despite
the lack of formal specification of the meaning of this property,
there is
value in defining it to encourage the use of a common idiom in
@@ -920,11 +917,11 @@
</tr>
<tr>
<td><a href="#ch_html">rdf:HTML</a></td>
- <td>The class of HTML literal values.</td>
+ <td>The class of HTML literal values (non-normative).</td>
</tr>
<tr>
<td><a href="#ch_xmlliteral">rdf:XMLLiteral</a></td>
- <td>The class of XML literal values.</td>
+ <td>The class of XML literal values (non-normative).</td>
</tr>
<tr>
<td><a href="#ch_class">rdfs:Class</a></td>
@@ -1164,7 +1161,13 @@
<li>Added the datatypes <code>rdf:langString</code> and <code>rdf:HTML</code>.
</li>
<li>Removed Appendix "RDF Schema in RDF/XML". It was informative, but
- now out of date, in terms of content and in terms of syntax.</li>
+ now out of date, in terms of content and in terms of
+ syntax.</li>
+ <li>Marked <code>rdf:HTML</code> and <code>rdf:XMLLiteral</code>
+ as non-normative.</li>
+ <li>Removed references to 2004 Primer from Secs. 5.1, 5.2
+ and 5.4.3. In the latter case the example referred to was
+ moved into this document for readability purposes. </li>
</ul>
</section>
<section id="2004-changes">