Fixing domain issue
authorYves Raimond <yves.raimond@bbc.co.uk>
Fri, 06 Dec 2013 15:05:58 +0000
changeset 1485 9cdfa51087c1
parent 1484 160e9b9de2fa
child 1486 1856803f4b88
Fixing domain issue
rdf-primer/index.html
--- a/rdf-primer/index.html	Fri Dec 06 14:46:35 2013 +0000
+++ b/rdf-primer/index.html	Fri Dec 06 15:05:58 2013 +0000
@@ -935,7 +935,7 @@
     example, consider the following two statements:</p>
     <pre>
     <code>ex:bob foaf:knows ex:alice .</code>
-    <code>rdfs:domain foaf:knows foaf:Person .</code>
+    <code>foaf:knows rdfs:domain foaf:Person .</code>
     </pre>
     <p>The RDF Semantics document tell us that from this graph it is legal to
     derive the following triple:</p>