Merging
authorYves Raimond <yves.raimond@bbc.co.uk>
Wed, 13 Nov 2013 11:21:48 +0000
changeset 1299 58f7059b5217
parent 1298 9da4bd6498fc (current diff)
parent 1297 f2d64c470fe9 (diff)
child 1300 0c1208ef50d1
Merging
rdf-primer/index.html
--- a/rdf-primer/index.html	Wed Nov 13 11:21:30 2013 +0000
+++ b/rdf-primer/index.html	Wed Nov 13 11:21:48 2013 +0000
@@ -685,13 +685,15 @@
 <p>Because string literals are so ubiquitous Turtle allows the user to
 omit the datatype when writing a string literal. Thus, <code>"This is a
 string"</code> is equivalent to <code>"This is a
-string"^^xsd:string</code>. Strings can be language-tagged; the tag
-appears directly after the string, separated by a "@" symbol, and before the
-datatype. An example with language tag and datatype would be:
+string"^^xsd:string</code>. </p>
 
-<div class="example">
-  <code>"This is an English string"@en^^xsd:string</code>
-</div>
+<p>Strings can be language-tagged; the tag
+appears directly after the string, separated by a "@" symbol. In the
+case of language-tagged strings no datatype is specifed explictly.
+
+<p class="note">The RDF data model assigns the datatype <code>rdf:langString</code>
+to language-typed literals, but in the Turtle syntax this datatype is
+implicit. </p>
 
 <p>The above is by no means a full account of the Turtle syntax. For
 more details about the syntax of Turtle the reader is referred to the