--- a/rdf-primer/index.html Wed Nov 20 00:28:30 2013 +0100
+++ b/rdf-primer/index.html Wed Nov 20 10:28:37 2013 +0100
@@ -832,7 +832,7 @@
href"http://www.w3.org/TR/2013/CR-rdf11-mt-20131105/#semantic-extensions-and-entailment-regimes">entailments</a>. For
example, consider the following two statements:</p>
<pre>
- <code>ex:Bob foaf:knows ex:Alice .</code>
+ <code>ex:bob foaf:knows ex:alice .</code>
<code>rdfs:domain foaf:knows foaf:Person .</code>
</pre>
<p>The RDF Semantics document tell us that from this graph it is legal to
@@ -858,7 +858,7 @@
<p>The semantics of RDF also tell us that the triple:</p>
<pre>
- <code>ex:Bob ex:Age "forty"^^xsd:integer . </code>
+ <code>ex:bob ex:age "forty"^^xsd:integer . </code>
</pre>
<p>leads to a logical inconsistency, because the literal does not
abide by the constraints defined for the XML Schema datatype <a