~ tweak literal examples
authorEric Prud'hommeaux <eric@w3.org>
Sun, 25 Mar 2012 15:42:07 -0400
changeset 242 59bd930a7ff5
parent 241 0a40a05da374
child 243 2a18a96d390d
~ tweak literal examples
rdf-turtle/N-Turples.html
--- a/rdf-turtle/N-Turples.html	Sun Mar 25 15:34:07 2012 -0400
+++ b/rdf-turtle/N-Turples.html	Sun Mar 25 15:42:07 2012 -0400
@@ -339,12 +339,14 @@
 				</p>
 
 				<pre class="example"><script type="text/plain">
-show:218 rdfs:label "That Seventies Show" . # same RDF Literal as "That Seventies Show"^^xsd:string
-show:218 show:localName "That Seventies Show"@en . # literal with a language tag
+show:218 rdfs:label "That Seventies Show"^^xsd:string .            # literal with XML Schema string datatype
+show:218 rdfs:label "That Seventies Show"^^<http://www.w3.org/2001/XMLSchema#string> . # same as above
+show:218 rdfs:label "That Seventies Show" .                                            # same again
+show:218 show:localName "That Seventies Show"@en .                 # literal with a language tag
 show:218 show:localName 'Cette Série des Années Soixante-dix'@fr . # literal delimited by single quote
-show:218 show:localName "Cette Série des Années Septante"@fr-be . # literal with a region subtag
+show:218 show:localName "Cette Série des Années Septante"@fr-be .  # literal with a region subtag
 show:218 show:blurb '''This is a
-multi-line, triple-quoted literal.''' . # literal with embedded new line
+multi-line, single-quoted literal.''' .                            # literal with embedded new line
 </script></pre>
 				</section>
 				<section id="abbrev">