edit
authorGuus Schreiber <guus.schreiber@vu.nl>
Mon, 11 Nov 2013 23:44:13 +0100
changeset 1280 c3b878f8d5a1
parent 1279 11deb341adfb
child 1281 b9c24ab0dc64
edit
rdf-primer/index.html
--- a/rdf-primer/index.html	Mon Nov 11 23:40:52 2013 +0100
+++ b/rdf-primer/index.html	Mon Nov 11 23:44:13 2013 +0100
@@ -374,8 +374,8 @@
       <p>RDF provides a mechanism to group RDF statements in multiple
       graphs and associate each graph with an IRI.<p> 
 
-      >p class="issue">Suggest to ignore here the fact that in principle
-      a blank node can also be associated with a graph</p>
+      <p class="issue">Suggest to ignore here the fact that in principle
+      a blank node can also be associated with a graph.</p>
 
       <p>For example, the
       statements in the first example could be grouped in two
@@ -389,10 +389,10 @@
         &lt;Bob&gt; &lt;is interested in&gt; &lt;the Mona Lisa&gt;.
       </pre>
 
-      <p class="note">The IIRI that is associated with the graph is
+      <p class="note">The IIRI associated with the graph is
       sometimes colloquially called the "graph name". In
-      practical RDF deployment the relation between the graph IRI and
-      the graph itself varies considrably and is not necessarily a
+      practical RDF deployment the nature of the relation between the graph IRI and
+      the graph itself varies and is not necessarily a
       naming relation in the strict sense of the word. For this reason RDF 1.1
       does not specify a particular semantics for the relation between
       the "graph name" and the graph. See @@ for a more in-depth