Link to Triples in RDF Concepts
authorGavin Carothers <gavin@carothers.name>
Tue, 01 May 2012 14:58:51 -0700
changeset 290 40c88bdc0b93
parent 289 d52e011f27a2
child 291 d51b0472c1ae
Link to Triples in RDF Concepts
rdf-turtle/index.html
--- 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>