--- a/rdf-primer/index.html Thu Nov 14 00:39:19 2013 +0100
+++ b/rdf-primer/index.html Thu Nov 14 00:43:01 2013 +0100
@@ -405,7 +405,7 @@
</pre>
<p>We can then make statements about these two graphs, for
- example adding license and provenance information.</p>
+ example adding license and provenance information:</p>
<pre>
<http://example.com/bob> <is published by> <http://example.org>.
@@ -417,7 +417,8 @@
dataset</a>. An RDF dataset may have multiple named graphs and
one default graph (i.e. without a name). The default graph
could, for example, be used to record graph metadata, such as
- the two last statements about publisher and license information.</p>
+ the two last statements which constitute publisher and license
+ metadata about the first graph.</p>
<p>Sec. <a href="#trig-syntax">"Trig syntax"</a> provides an example
of concrete syntax for this example.</p>