--- a/rdf-turtle/index.html Mon Apr 30 19:06:21 2012 -0700
+++ b/rdf-turtle/index.html Mon Apr 30 19:24:22 2012 -0700
@@ -313,7 +313,7 @@
<section id="turtle-literals">
<h3>Other Lexical Representations in Turtle</h3>
<p>
- Turtle literals include N-Triples literals, as well as three other representations of the lexical form:
+ Besides the <code>"</code> delimited literal there are three other representations of the lexical form:
</p>
<ul>
<li>Literals delimited by <code>'</code>, which contain escape characters and characters matching the pattern <code>[^'\\\n\r]</code>.</li>
@@ -335,11 +335,6 @@
show:218 show:blurb '''This is a
multi-line, single-quoted literal.''' . # literal with embedded new line
</script></pre>
-
- <p>
- Turtle datatype IRIs may be represented by <a href="#iri-summary">any valid IRI form</a>.
- </p>
-
</section>
<section id="abbrev">
<h3 >Representing Numbers in Turtle</h3>