--- a/rdf-turtle/index.html Tue May 01 14:43:05 2012 -0700
+++ b/rdf-turtle/index.html Tue May 01 14:58:51 2012 -0700
@@ -192,7 +192,7 @@
</section>
<section id="triples">
<h2>Triples in Turtle</h2>
- <p>A Turtle document allows writing down an RDF graph in a compact textual form. An RDF graph is made up of triples consisting of a subject, predicate and object.</p>
+ <p>A Turtle document allows writing down an RDF graph in a compact textual form. An RDF graph is made up of <a href="../rdf-concepts/index.html#dfn-rdf-triple">triples</a> consisting of a subject, predicate and object.</p>
<section id="simple-triples">
<h3>Simple Triples</h3>
<p>The simplest triple statement is a sequence of (subject, predicate, object) terms, separated by whitespace and terminated by '<code>.</code>' after each triple.</p>