--- a/rdf-primer/index.html Wed Aug 14 12:42:39 2013 +0100
+++ b/rdf-primer/index.html Wed Aug 14 13:22:33 2013 +0100
@@ -383,7 +383,8 @@
<p><a href="http://www.w3.org/TR/turtle/">Turtle</a> provides a convenient syntax for RDF graphs, introducing numerous
syntax shortcuts when compared with N-Triples, such as the support for namespaces, lists and shorthands for data-typed
- literals. Turtle provides a good trade-off between ease of writing, ease of parsing and readability.</p>
+ literals. Turtle provides a good trade-off between ease of writing, ease of parsing and readability. Our example can be represented in
+ Turtle as follows.</p>
<pre>
@base <http://example.org/> .
@@ -414,10 +415,11 @@
<h3>JSON-LD</h3>
- <p><a href="http://www.w3.org/TR/json-ld-syntax/">JSON-LD</a> provides a lightweight JSON syntax for RDF graphs and datasets.
+ <p><a href="http://www.w3.org/TR/json-ld-syntax/">JSON-LD</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. Those benefits include universal identifiers for JSON objects, a mechanism in which a JSON document can refer to
- an object described in another JSON document elsewhere on the Web, as well as datatype and language handling.
+ world. These benefits include universal identifiers for JSON objects, a mechanism in which a JSON document can refer to
+ an object described in another JSON document elsewhere on the Web, as well as datatype and language handling. Our example
+ can be represented in JSON-LD as follows.
</p>
<pre>
@@ -460,7 +462,9 @@
<h3>RDF/XML</h3>
- <p>...</p>
+ <p><a href="http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-xml/index.html">RDF/XML</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, introducing multiple
+ syntaxes for RDF graphs. Our example can be represented in RDF/XML as follows.</p>
<pre>
<?xml version="1.0" encoding="utf-8"?>