Modifying text around syntaxes
authorYves Raimond <yves.raimond@bbc.co.uk>
Wed, 13 Nov 2013 12:29:10 +0000
changeset 1312 ce316ae28fec
parent 1311 c3a2516585c8
child 1314 53821bacf578
child 1317 5ad90a0cc1d5
Modifying text around syntaxes
rdf-primer/index.html
--- a/rdf-primer/index.html	Wed Nov 13 12:23:13 2013 +0000
+++ b/rdf-primer/index.html	Wed Nov 13 12:29:10 2013 +0000
@@ -774,11 +774,17 @@
     for RDF data, namely: 
     <dl>
       <dt>RDFa</dt>
-      <dd>RDFa [[RDFA-PRIMER]] can be used to embed RDF data within
-      HTML documents. @@ extend, <a href="#subsection-rdfa">example</a></dd>
+      <dd>RDFa [[RDFA-PRIMER]] (<a href="#subsection-rdfa">example</a>) 
+      can be used to embed RDF data within
+      HTML documents. This enables for example search engines to aggregate
+      this data when crawling the web and use it to enrich search results, e.g.
+      <a href="http://schema.org">schema.org</a> 
+      and <a href="https://support.google.com/webmasters/answer/99170?hl=en">Rich Snippets</a>.
+      </dd>
 
       <dt>JSON-LD</dt>
-      <dd>JSON-LD [[JSON-LD]] provides a JSON syntax for RDF graphs and datasets.
+      <dd>JSON-LD [[JSON-LD]] (<a href="#subsection-jsonld">example</a>) 
+      provides a JSON syntax for RDF graphs and datasets.
       JSON-LD can be used to transform JSON documents to RDF with
       minimal changes, therefore bringing the benefits of RDF to the
       JSON world. These benefits include universal identifiers for
@@ -786,29 +792,30 @@
       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. <a href="#subsection-jsonld">example</a></dd>
+      through the use of the <code>@graph</code> keyword. </dd>
 
       <dt>N-Triples</dt>
-      <dd>N-Triples [[N-TRIPLES]]
+      <dd>N-Triples [[N-TRIPLES]] ( <a href="#subsection-ntriples">example</a>)
       provides a simple line-based, plain text way for serializing RDF
       graphs. Each line represents 
       an RDF triple. Its subject, predicate and object are separated
       by white space. N-Triples is often used for RDF examples,
       exchanging large RDF datasets, and processing large RDF graphs 
-      with line-oriented text processing tools. <a href="#subsection-ntriples">example</a></dd>
+      with line-oriented text processing tools. </dd>
 
       <dt>N-Quads</dt>
-      <dd>N-Quads [[N-QUADS]] is
+      <dd>N-Quads [[N-QUADS]] (<a href="#subsection-nquads">example</a>) is
       a simple extension to N-Triples enabling the exchange of RDF
       datasets. N-Quads adds a fourth 
       element to each line, capturing the graph IRI of the triple
-      described on that line. <a href="#subsection-nquads">example</a></dd>
+      described on that line. </dd>
 
       <dt>RDF/XML</dt>
-      <dd>RDF/XML [[RDF-SYNTAX-GRAMMAR]] provides an XML syntax for RDF
+      <dd>RDF/XML [[RDF-SYNTAX-GRAMMAR]] (<a href="#subsection-rdf-xml">example</a>)
+      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. <a href="#subsection-rdf-xml">example</a></dd>
+      syntaxes for RDF graphs. </dd>
    </dl>
 
    <p>For more information about these syntaxes consult the references.</p>