--- a/rdf-schema/index.html Tue Nov 05 18:01:59 2013 +0100
+++ b/rdf-schema/index.html Tue Nov 05 18:11:23 2013 +0100
@@ -256,7 +256,7 @@
classes is itself a class called <a
href="#ch_class"><code>rdfs:Class</code></a>.</p>
-<p><a name="def-subclass" id="def-subclass"></a>
+<p id="def-subclass">
If a class C is a <em>subclass</em> of a class C', then all instances of C will
also be instances of C'.
The <a href="#ch_subclassof"><code>rdfs:subClassOf</code></a> property
@@ -346,7 +346,7 @@
describes the concept of an RDF property as a relation between subject
resources and object resources.</p>
-<p><a name="def-subproperty" id="def-subproperty"></a>
+<p id="def-subproperty">
This specification defines the concept of subproperty.
The <a href="#ch_subclassof"><code>rdfs:subPropertyOf</code></a> property
may be used to state that one property is a subproperty of another.
@@ -590,7 +590,7 @@
<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
+2004 Primer</a>. 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>