Bob => bob
authorGuus Schreiber <guus.schreiber@vu.nl>
Wed, 20 Nov 2013 10:28:37 +0100
changeset 1361 6210e61eea69
parent 1360 3182346a2d76
child 1362 11c69d9f3e4a
Bob => bob
rdf-primer/index.html
--- 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