link error correction
authorGuus Schreiber <guus.schreiber@vu.nl>
Fri, 06 Dec 2013 17:31:14 +0100
changeset 1490 8f27080768f3
parent 1489 784dcf6a3bc4
child 1491 254f4a8833c8
link error correction
rdf-schema/index.html
--- a/rdf-schema/index.html	Fri Dec 06 17:22:59 2013 +0100
+++ b/rdf-schema/index.html	Fri Dec 06 17:31:14 2013 +0100
@@ -304,7 +304,7 @@
             href="#ch_class"><code>rdfs:Class</code></a>. Each instance of <code>rdfs:Datatype</code>
           is a <a href="#def-subclass">subclass</a> of rdfs:Literal.</p>
       </section>
-      <section id="ch_langString">
+      <section id="ch_langstring">
         <h3>rdf:langString</h3>
         <p>The class <code>rdf:langString</code> is the class of <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-language-tagged-string">language-tagged
             string values</a>. <code>rdf:langString</code> is an instance of
@@ -664,7 +664,7 @@
             <code><a href="#ch_resource">rdfs:Resource</a></code>.</p>
         </section>
       </section>
-      <section id="ch_collectionvocab" class="informative">>
+      <section id="ch_collectionvocab" class="informative">
         <h3>RDF Collections</h3>
         <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
@@ -919,7 +919,7 @@
               <td>The class of language-tagged string literal values.</td>
             </tr>
             <tr>
-              <td><a href="#ch_htmL">rdf:HTML</a></td>
+              <td><a href="#ch_html">rdf:HTML</a></td>
               <td>The class of HTML literal values.</td>
             </tr>
             <tr>
@@ -986,19 +986,19 @@
               <td>rdfs:Class</td>
             </tr>
             <tr>
-              <td><a href="#ch_subClassOf">rdfs:subClassOf</a></td>
+              <td><a href="#ch_subclassof">rdfs:subClassOf</a></td>
               <td>The subject is a subclass of a class.</td>
               <td>rdfs:Class</td>
               <td>rdfs:Class</td>
             </tr>
             <tr>
-              <td><a href="#ch_subPropertyOf">rdfs:subPropertyOf</a></td>
+              <td><a href="#ch_subpropertyof">rdfs:subPropertyOf</a></td>
               <td>The subject is a subproperty of a property.</td>
               <td>rdf:Property</td>
               <td>rdf:Property</td>
             </tr>
             <tr>
-              <td><a href="#ch_sdomain">rdfs:domain</a></td>
+              <td><a href="#ch_domain">rdfs:domain</a></td>
               <td>A domain of the subject property.</td>
               <td>rdf:Property</td>
               <td>rdfs:Class</td>
@@ -1040,13 +1040,13 @@
               <td>rdf:List</td>
             </tr>
             <tr>
-              <td><a href="#ch_seeAlso">rdfs:seeAlso</a></td>
+              <td><a href="#ch_seealso">rdfs:seeAlso</a></td>
               <td>Further information about the subject resource.</td>
               <td>rdfs:Resource</td>
               <td>rdfs:Resource</td>
             </tr>
             <tr>
-              <td><a href="#ch_isDefinedBy">rdfs:isDefinedBy</a></td>
+              <td><a href="#ch_isdefinedby">rdfs:isDefinedBy</a></td>
               <td>The definition of the subject resource.</td>
               <td>rdfs:Resource</td>
               <td>rdfs:Resource</td>