--- 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 @@
<Bob> <is interested in> <the Mona Lisa>.
</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