--- 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><http://example.org/bob#me> <http://xmlns.com/foaf/0.1/knows> <http://example.org/alice#me> .</code>
</pre>