review PA
authorGuus Schreiber <guus.schreiber@vu.nl>
Thu, 28 Nov 2013 12:53:54 +0100
changeset 1408 d4c47489e4fe
parent 1407 18f3730b7642
child 1409 8a93c09a3c93
review PA
rdf-primer/index.html
--- a/rdf-primer/index.html	Thu Nov 28 12:35:43 2013 +0100
+++ b/rdf-primer/index.html	Thu Nov 28 12:53:54 2013 +0100
@@ -160,7 +160,7 @@
     originally created. </p>
 
     <p>In particular RDF can be used to publish and interlink data on the Web.
-    For example retrieving <code>http://www.example.com/bob</code>
+    For example retrieving <code>http://www.example.org/bob</code>
     could provide data about Bob, including the fact that he
     knows Alice, as identified by her IRI.
     Retrieving Alice's IRI could then provide more data about her, including links
@@ -356,7 +356,7 @@
 
      <p>Literals may only appear in the <strong>object position</strong> of a triple.</p>
 
-     <p>The RDF Concepts document provides a
+     <p>The RDF Concepts document provides a (non-exhaustive)
      <a href="http://www.w3.org/TR/rdf11-concepts/#section-Datatypes">list
      of datatypes</a>.  This includes many datatypes defined by XML
      Schema, such as string, boolean, integer, decimal and date. </p>
@@ -403,7 +403,7 @@
       <p>For example, the
       statements in the <a href="#subsection-triple">first example</a> could be grouped in two
       graphs. A first graph could be provided by a social networking
-      site and identified by <code>http://example.com/bob</code>:</p> 
+      site and identified by <code>http://example.org/bob</code>:</p> 
 
       <pre>
         &lt;Bob&gt; &lt;is a&gt; &lt;person&gt;.
@@ -424,15 +424,15 @@
 
       <pre>
         &lt;Leonardo da Vinci&gt; &lt;is the creator of&gt; &lt;the Mona Lisa&gt;.
-        &lt;This video document&gt; &lt;is about&gt; &lt;the Mona Lisa&gt;
+        &lt;Video xyz&gt; &lt;is about&gt; &lt;the Mona Lisa&gt;
       </pre>
 
       <p>We can then make statements about these two graphs, for
       example adding license and provenance information:</p>
 
       <pre>
-        &lt;http://example.com/bob&gt; &lt;is published by&gt; &lt;http://example.org&gt;.
-        &lt;http://example.com/bob&gt; &lt;has license&gt; &lt;http://creativecommons.org/licenses/by/3.0/&gt;.
+        &lt;http://example.org/bob&gt; &lt;is published by&gt; &lt;http://example.org&gt;.
+        &lt;http://example.org/bob&gt; &lt;has license&gt; &lt;http://creativecommons.org/licenses/by/3.0/&gt;.
       </pre>
 
       <p>Multiple graphs in a RDF document constitute an <a