--- a/rdf-primer/index.html Fri Feb 21 10:07:44 2014 +0000
+++ b/rdf-primer/index.html Fri Feb 21 10:16:57 2014 +0000
@@ -983,17 +983,15 @@
Each JSON object corresponds to an RDF resource. In this example
the main resource being described is
<code>http://example.org/bob#me</code>, as
- specified on line 3. The <code>@id</code> TODO.
-
+ specified on line 3 through the use of the <code>@id</code> keyword.
We describe its type on line 4, its birth date
- on line 5 and its friends on line 6. On line 7 we describe its interests,
- including the Mona Lisa painting.</p>
+ on line 5 and one of its friends on line 6. From line 7 to 12 we describe
+ one of its interests, the Mona Lisa painting.</p>
<p>To describe this painting we create a
- new JSON object in line 8 and associate it with the Mona Lisa IRI in Wikidata
- on line 9. We then describe various properties of that painting
- from line 10 to line 14.
- </p>
+ new JSON object on line 7 and associate it with the Mona Lisa IRI in Wikidata
+ on line 8. We then describe various properties of that painting
+ from line 9 to line 11. </p>
<pre class="example" title="JSON-LD context specification">
<span class="linenum">01</span> {