RDF/XML example corrected
authorGuus Schreiber <guus.schreiber@vu.nl>
Sun, 16 Feb 2014 23:30:46 +0100
changeset 1919 ec6fbb5c2e08
parent 1918 1c5dea2ecf99
child 1920 5974501f29a8
RDF/XML example corrected
rdf-primer/index.html
--- 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">
 &lt;http://example.org/bob#me&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://example.org/alice#me&gt; .
 </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