added note about langString to Turtle section
authorGuus Schreiber <guus.schreiber@vu.nl>
Wed, 20 Nov 2013 15:00:23 +0100
changeset 1372 419adee6408e
parent 1371 c6d2c043f3a1
child 1373 d4e175c2732c
added note about langString to Turtle section
rdf-primer/index.html
--- a/rdf-primer/index.html	Wed Nov 20 14:47:58 2013 +0100
+++ b/rdf-primer/index.html	Wed Nov 20 15:00:23 2013 +0100
@@ -681,10 +681,10 @@
 string"</code> is equivalent to <code>"This is a
 string"^^xsd:string</code>. </p>
 
-<p>In case of language-tagged strings the tag
+<p>In case of language-tagged literals the tag
 appears directly after the string, separated by a <code>@</code>
-symbol, e.g. <code>"Leonardo da Vinci"@it</code>. In the
-case of language-tagged strings the datatype is not specifed explictly
+symbol, e.g. <code>"Leonardo da Vinci"@it</code>. The
+datatype of language-tagged literals is not specifed explictly
 in Turtle.</p>
 
 <p>The above is by no means a full account of the Turtle syntax. For