--- a/rdf-primer/index.html Wed Nov 13 23:10:25 2013 +0100
+++ b/rdf-primer/index.html Wed Nov 13 23:17:47 2013 +0100
@@ -134,7 +134,7 @@
<p class="note">This primer is an informative document. The
purpose is to give a light-weight overview of RDF 1.1.
- Secs. 3-5 can be used as a minimalist introudction into the key
+ Secs. 3-5 can be used as a minimalist introduction into the key
elements of RDF.</p>
<p>The Resource Description Framework (RDF) is a framework for
@@ -173,19 +173,23 @@
specifications of RDF can be found in the following documents: </p>
<ul>
<li>A document describing the basic concepts underlying RDF, as
- well as abstract syntax ("RDF Concepts and Abstract Syntax"
- [[!RDF11-CONCEPTS]])
+ well as abstract syntax ("RDF Concepts and Abstract Syntax")
+ [[!RDF11-CONCEPTS]]</li>
<li>A document describing the formal model-theoretic semantics
of RDF ("RDF Semantics") [[!RDF11-MT]]</li>
<li>Specifications of concrete syntaxes for RDF, such as Turtle
- [[!TURTLE]] and TriG [[!TRIG]]. </li>
+ [[!TURTLE]] and TriG [[!TRIG]]</li>
<li>The RDF Vocabulary Description Language RDF Schema
- [[!RDF-SCHEMA]],</li>
+ [[!RDF-SCHEMA]]</li>
</ul>
- <p>This primer provides a roadmap for people who want to study the
+ <p>This primer provides a roadmap for people who want to study these
normative RDF documents (see Sec. <a href="#section-roadmap">"Roadmap"</a>). </p>
+ <p class="issue">Do we really need a roadmap section in addition
+ to the list above?. Maybe just a bit more on syntax selection
+ in the section on other syntaxes?!</p>
+
</section>
<section id="section-use-cases">