--- a/rdf-primer/index.html	Wed Feb 19 10:30:53 2014 +0100
+++ b/rdf-primer/index.html	Wed Feb 19 09:40:50 2014 +0000
@@ -876,10 +876,10 @@
 29        dcterms:rights <http://creativecommons.org/licenses/by/3.0/> .
       </pre>
 
-    <p>This RDF dataset contains two named graphs. Lines 8 and 16 list
+    <p>This RDF dataset contains two named graphs. Lines 8 and 17 list
     the names of these two graphs. The triples in the named graph are
     placed in between matching curly braces (lines 9 & 15, 18 &
-    28). Optionally you can precede the graph name with the keyword
+    25). Optionally you can precede the graph name with the keyword
     <code>GRAPH</code>. This may improve readability, but it is mainly
     introduced for alignment with SPARQL Update [[SPARQL11-UPDATE]]. </p>