fig added in Sec. 5.1
--- 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>