--- a/rdf-primer/index.html Sun Feb 16 23:26:43 2014 +0100
+++ b/rdf-primer/index.html Sun Feb 16 23:30:46 2014 +0100
@@ -1247,23 +1247,16 @@
specified by the <code>about</code> attribute. The first description
block (line 7-12) has four sub-elements. The name of the subelement is
an IRI representing an RDF property, e.g., <code>rdf:type</code> (line 8). Here, each
-subelement represents one triple. For example, line 10 corresponds to
-the triple:</p>
+subelement represents one triple.
+In cases where the object of the triple is also an IRI
+the property subelement has no content and the object IRI is specified
+using the <code>rdf:resource</code> attribute (lines 8, 10-11, 15 and
+18). For example, line 10 corresponds to the triple:</p>
<pre class="example">
<http://example.org/bob#me> <http://xmlns.com/foaf/0.1/knows> <http://example.org/alice#me> .
</pre>
-<p>In cases where the object of the triple is also an IRI
-the property subelement has no content and
-the object IRI is specified using the <code>rdf:resource</code>
-attribute (lines 8, 10-11, 15 and 18). For example, the triples
-specified by line 10:
-
-<blockquote>
-
-</blockquote>
-
<p>When the object of the
triple is a literal the literal value is entered as content of the
property element (lines 9 and 14). The datatype is specified as