--- a/rdf-turtle/index.html Sun Jan 05 00:22:22 2014 +0100
+++ b/rdf-turtle/index.html Sun Jan 05 00:26:31 2014 +0100
@@ -160,7 +160,7 @@
<p>
This document defines Turtle, the Terse RDF
Triple Language, a concrete syntax for
- RDF ([[!RDF11-CONCEPTS]]).
+ RDF [[!RDF11-CONCEPTS]].
</p>
<p>
@@ -904,7 +904,7 @@
<section id="sec-parsing">
<h2>Parsing</h2>
- <p>The RDF 1.1 Concepts and Abstract Syntax specification ([[!RDF11-CONCEPTS]]) defines three types of <em>RDF Term</em>:
+ <p>The RDF 1.1 Concepts and Abstract Syntax specification [[!RDF11-CONCEPTS]] defines three types of <em>RDF 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
@@ -1084,7 +1084,7 @@
</section>
<section id="in-html" class="appendix informative">
<h2>Embedding Turtle in HTML documents</h2>
- <p>HTML ([[HTML5]]) <code>script</code> <a href="http://dev.w3.org/html5/spec/Overview.html#scripting-1">tags</a>
+ <p>HTML [[HTML5]] <code>script</code> <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>
<pre class="example"><script type="text/turtle">
@prefix dc: <http://purl.org/dc/terms/> .