--- a/rdf-primer/index.html Wed Nov 27 12:34:37 2013 +0100
+++ b/rdf-primer/index.html Wed Nov 27 12:34:55 2013 +0100
@@ -183,18 +183,21 @@
[[!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>
+ <li>Specifications of concrete syntaxes for RDF:
+ <ul>
+ <li>Turtle [[!TURTLE]] and TriG [[!TRIG]]</li>
+ <li>JSON-LD [[!JSON-LD]] (JSON based)</li>
+ <li>RDFa [[!RDFA-PRIMER]] (for HTML embedding)</li>
+ <li>N-Triples and N-Quads (line-based exchange formats)</li>
+ </ul></li>
<li>The RDF Vocabulary Description Language RDF Schema
[[!RDF-SCHEMA]]</li>
</ul>
-
+
+ <!--
<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>
@@ -275,7 +278,7 @@
predicates form the arcs. </p>
<figure>
- <img src="" width="50%"
+ <img src="graph.jpg" width="60%"
alt="Informal graphs of the sample triples">
<figcaption>Informal graph of the sample triples</figcaption>
</figure>
@@ -906,14 +909,6 @@
</section>
-
-<section id="section-roadmap">
- <h2>Document roadmap</h2>
-
- <p>@@</p>
-
-</section>
-
<section id="section-other-syntaxes" class="appendix">
<h2>Examples of RDF syntaxes</h2>