Adding ref back to example
authorYves Raimond <yves.raimond@bbc.co.uk>
Wed, 13 Nov 2013 12:05:17 +0000
changeset 1304 78cd2f8e1802
parent 1303 d1a8457ab482
child 1305 7c4934bdbaba
Adding ref back to example
rdf-primer/index.html
--- a/rdf-primer/index.html	Wed Nov 13 11:58:15 2013 +0000
+++ b/rdf-primer/index.html	Wed Nov 13 12:05:17 2013 +0000
@@ -395,7 +395,7 @@
       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
+      statements in <a href="#subsection-triple">the first example</a> could be grouped in two
       graphs. A first graph could be provided by a social networking
       site and identified by <code>http://example.com/bob</code>:</p> 
 
@@ -624,8 +624,8 @@
       introduces a number of syntax shortcuts, such as
       support for namespaces, lists and shorthands for datatyped 
       literals. Turtle provides a trade-off between ease of
-      writing, ease of parsing and readability. Our first example (@@
-      ref) can be
+      writing, ease of parsing and readability. Our 
+      <a href="#subsection-triple">first example</a> can be
       represented in Turtle as follows:</p>
 
       <pre class="example" id="turtle-example">