html errors corrected
authorGuus Schreiber <guus.schreiber@vu.nl>
Tue, 03 Dec 2013 16:55:14 +0100
changeset 1460 d9cf1c1b9c3c
parent 1459 7e2e19055ff4
child 1461 22352e03897b
html errors corrected
rdf-primer/index.html
--- a/rdf-primer/index.html	Tue Dec 03 16:50:57 2013 +0100
+++ b/rdf-primer/index.html	Tue Dec 03 16:55:14 2013 +0100
@@ -566,7 +566,7 @@
     <tr>
       <td><a href="http://www.w3.org/TR/rdf-schema/#ch_type">type</a> (a property)</td>
       <td><strong>s</strong> <code>rdf:type</code> <strong>o</strong></td>
-      <td><strong>s</strong> (a resource) is an instance of <striong>o</strong> (a class)</td>
+      <td><strong>s</strong> (a resource) is an instance of <strong>o</strong> (a class)</td>
     </tr>
     <tr>
       <td><a href="http://www.w3.org/TR/rdf-schema/#ch_subclassof">subClassOf</a> (a property)</td>
@@ -863,7 +863,7 @@
     <p>The figure below shows the triples resulting from this example.</p>
 
     <figure id="fig-abstract-graph-multiple">
-      <img src="" 
+      <img src="http://www.example.org/abstract-graph-multiple" 
            alt="Triples resulting from the TriG example">
       <figcaption>Triples resulting from the TriG example</figcaption>
     </figure>
@@ -1382,7 +1382,7 @@
       </pre>
 
     </section>
-
+    </section>
    
     <section id="references"></section>