Few tweaks to RDFa comments
authorYves Raimond <yves.raimond@bbc.co.uk>
Mon, 17 Feb 2014 10:20:10 +0000
changeset 1930 7dd175206ff3
parent 1929 8e4191ddf02f
child 1931 4c23d2c48f8b
child 1935 f4151b91fced
Few tweaks to RDFa comments
rdf-primer/index.html
--- a/rdf-primer/index.html	Mon Feb 17 10:31:42 2014 +0100
+++ b/rdf-primer/index.html	Mon Feb 17 10:20:10 2014 +0000
@@ -1224,10 +1224,10 @@
 specification of triples within HTML. For example, the <code>div</code> elements 
 in lines 1 and 12 have an <code>about</code> 
 attribute, specifying the IRI about which RDF statements can be made within this
-block. In line 3 we see a <code>rel</code> ("relation") attribute that
-an RDFa-aware processor should interpret as an RDF property IRI. The
-<code>href</code> attribute value is the object of the triple. Th
-result is the triple: <p>
+element. In line 3 we see a <code>rel</code> ("relation") attribute that
+will be interpreted as an RDF property IRI. The
+<code>href</code> attribute value is the object of the triple. This
+result in 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; .