edit
authorGuus Schreiber <guus.schreiber@vu.nl>
Mon, 11 Nov 2013 22:38:47 +0100
changeset 1277 b1ed8b288532
parent 1276 aa3d07fe437d
child 1278 25bc746af7fc
edit
rdf-primer/index.html
--- a/rdf-primer/index.html	Mon Nov 11 22:33:52 2013 +0100
+++ b/rdf-primer/index.html	Mon Nov 11 22:38:47 2013 +0100
@@ -516,8 +516,7 @@
       an object described in another JSON document elsewhere on the
       Web, as well as datatype and language handling. JSON-LD
       [[JSON-LD]] also provides a way to serialize RDF datasets 
-      through the use of the <code>@graph</code> keyword.
-      We could write our dataset example in JSON-LD as follows.</dd>
+      through the use of the <code>@graph</code> keyword.</dd>
 
       <dt>N-Triples</dt>
       <dd>N-Triples [[N-TRIPLES]]
@@ -539,7 +538,7 @@
       <dd>RDF/XML [[RDF-SYNTAX-GRAMMAR]] provides an XML syntax for RDF
       graphs. RDF/XML was the only normative syntax for RDF before the
       RDF 1.1 set of recommendations introduced multiple 
-      syntaxes for RDF graphs. Our example can be represented in RDF/XML as follows.</dd>
+      syntaxes for RDF graphs.</dd>
    </dl> 
 
    </section>
@@ -568,11 +567,10 @@
   <h2>Document roadmap</h2>  
 </section>
 
-
-
-
 <section id="section-syntaxes" class="appendix">
 
+   <h2>Examples of RDF syntaxes</h2>
+   
 <p>In Sec. <a href="#section-graph-syntax">"Writing RDF Graphs"</a> the
 different concrete syntaxes of RDF are briefly described. Examples are
 given only of the Turtle and TriG syntax. This appendix lists