fig added in Sec. 5.1
authorGuus Schreiber <guus.schreiber@vu.nl>
Fri, 29 Nov 2013 22:28:57 +0100
changeset 1432 043b8cf7aa52
parent 1431 155db12600a8
child 1433 e399fdffa188
fig added in Sec. 5.1
rdf-primer/index.html
--- a/rdf-primer/index.html	Fri Nov 29 22:28:37 2013 +0100
+++ b/rdf-primer/index.html	Fri Nov 29 22:28:57 2013 +0100
@@ -744,7 +744,19 @@
 
 <p>Because string literals are so ubiquitous Turtle allows the user to
 omit the datatype when writing a string literal. Thus, <code>"Leonardo
-da Vinci"</code> in line 16 is equivalent to <code>"Leonardo da Vinci"^^xsd:string</code>. </p>
+da Vinci"</code> in line 16 is equivalent to
+<code>"Leonardo da Vinci"^^xsd:string</code>. </p>
+
+<p>The figure below shows the triples resulting from this example.</p>
+
+<figure id="abstract-graph-single">
+  <img src="abstract-graph-single.jpg" width="75%"
+       alt="Triples resulting from the Turtle example">
+  <figcaption>Triples resulting from the Turtle example. @@ do proper
+  redesign</figcaption>
+</figure>
+
+
 
 <p>In case of language-tagged strings the tag
 appears directly after the string, separated by a <code>@</code>