Linking to n-triples
authorYves Raimond <yves.raimond@bbc.co.uk>
Fri, 15 Nov 2013 11:02:33 +0000
changeset 1353 864c278b84c3
parent 1352 a25c4b5a84e1
child 1354 0d3edd5ad5f8
Linking to n-triples
rdf-primer/index.html
--- a/rdf-primer/index.html	Fri Nov 15 11:00:24 2013 +0000
+++ b/rdf-primer/index.html	Fri Nov 15 11:02:33 2013 +0000
@@ -651,7 +651,8 @@
 part of triples with <code>http://example.org/bob#me</code> as
 subject. The semicolons at the end of lines 9-11 indicate that the
 set is not yet complete. The triple represented by line 10 looks in
-its expanded form like this:</p> 
+its expanded form like this (see the <a href="#subsection-ntriples">N-Triples example</a>
+for the expanded form of the full example):</p> 
 <pre>
 <code>&lt;http://example.org/bob#me&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://example.org/alice#me&gt; .</code>
 </pre>