minor edit
authorGuus Schreiber <guus.schreiber@vu.nl>
Thu, 14 Nov 2013 00:43:01 +0100
changeset 1327 2a2e667bec6e
parent 1326 d98050fb9496
child 1328 fa37cdd4f25f
minor edit
rdf-primer/index.html
--- 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>
         &lt;http://example.com/bob&gt; &lt;is published by&gt; &lt;http://example.org&gt;.
@@ -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>