--- 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>