--- a/PR-drafts/PR-turtle-20140109/Overview.html Sun Jan 05 00:41:43 2014 +0100
+++ b/PR-drafts/PR-turtle-20140109/Overview.html Sun Jan 05 00:44:25 2014 +0100
@@ -395,7 +395,7 @@
<p>
This document defines Turtle, the Terse <abbr title="Resource Description Framework">RDF</abbr>
Triple Language, a concrete syntax for
- <abbr title="Resource Description Framework">RDF</abbr> ([<cite><a class="bibref" href="#bib-RDF11-CONCEPTS">RDF11-CONCEPTS</a></cite>]).
+ <abbr title="Resource Description Framework">RDF</abbr> [<cite><a class="bibref" href="#bib-RDF11-CONCEPTS">RDF11-CONCEPTS</a></cite>].
</p>
<p>
@@ -1486,7 +1486,7 @@
<!--OddPage-->
<h2 aria-level="1" role="heading" id="h2_sec-parsing"><span class="secno">7. </span>Parsing</h2>
- <p>The <abbr title="Resource Description Framework">RDF</abbr> 1.1 Concepts and Abstract Syntax specification ([<cite><a class="bibref" href="#bib-RDF11-CONCEPTS">RDF11-CONCEPTS</a></cite>]) defines three types of <em><abbr title="Resource Description Framework">RDF</abbr> Term</em>:
+ <p>The <abbr title="Resource Description Framework">RDF</abbr> 1.1 Concepts and Abstract Syntax specification [<cite><a class="bibref" href="#bib-RDF11-CONCEPTS">RDF11-CONCEPTS</a></cite>] defines three types of <em><abbr title="Resource Description Framework">RDF</abbr> Term</em>:
<a href="http://www.w3.org/TR/rdf11-concepts/#dfn-iri">IRIs</a>,
<a href="http://www.w3.org/TR/rdf11-concepts/#dfn-literal">literals</a> and
@@ -1667,7 +1667,12 @@
<!--OddPage-->
<h2 aria-level="1" role="heading" id="h2_in-html"><span class="secno">A. </span>Embedding Turtle in HTML documents</h2><p><em>This section is non-normative.</em></p>
- <p>HTML ([<cite><a class="bibref" href="#bib-HTML5">HTML5</a></cite>]) <code>script</code> <a href="http://dev.w3.org/html5/spec/Overview.html#scripting-1">tags</a>
+ <p>HTML [<cite><a class="bibref" href="#bib-HTML5">HTML5</a></cite>] <code>script</code> tags
+
+<!-- removed this link as it is moot
+ <a href="http://dev.w3.org/html5/spec/Overview.html#scripting-1">tags</a>
+ -->
+
can be used to embed data blocks in documents. Turtle can be easily embedded in HTML this way.</p>
<div class="example"><div class="example-title"><span>Example 28</span></div><pre class="example"><script type="text/turtle">
@prefix dc: <http://purl.org/dc/terms/> .