reading tip sec. 5
authorGuus Schreiber <guus.schreiber@vu.nl>
Fri, 21 Feb 2014 12:53:19 +0100
changeset 1993 3d3bc9c4e4c0
parent 1992 a0f788eb5c75
child 1994 cf2611bfe3d4
reading tip sec. 5
rdf-primer/index.html
--- a/rdf-primer/index.html	Fri Feb 21 11:38:01 2014 +0000
+++ b/rdf-primer/index.html	Fri Feb 21 12:53:19 2014 +0100
@@ -657,7 +657,7 @@
     to exactly the same triples, and are thus logically equivalent. </p>
 
     <p>In this section we briefly introduce, through annotated examples, the following syntaxes:</p>
-<ul>
+<ol>
   <li>Turtle family of RDF languages
     (<a href="#section-n-triples">N-Triples</a>,
      <a href="#section-turtle">Turtle</a>,
@@ -666,8 +666,12 @@
   <li><a href="#section-json-ld">JSON-LD</a> (JSON-based);</li>
   <li><a href="#section-rdfa">RDFa</a> (for HTML and XML embedding);</li>
   <li><a href="#section-rdfxml">RDF/XML</a> (XML syntax for RDF). </li>
-</ul>
+</ol>
 
+<p class="note">
+Tip: we suggest to read Sec. 5.1 on the Turtle-related syntaxes and to read
+the sections on JSON-LD, RDFa and RDF/XML only when you are
+interested in that particular usage of RDF. </p>
 
 <section id="section-turtle-family">
 <h3>Turtle family of RDF languages</h3>