Some fixes to RDFa
authorYves Raimond <yves.raimond@bbc.co.uk>
Fri, 21 Feb 2014 11:38:01 +0000
changeset 1992 a0f788eb5c75
parent 1991 7ef1b1896c2f
child 1993 3d3bc9c4e4c0
Some fixes to RDFa
rdf-primer/index.html
--- a/rdf-primer/index.html	Fri Feb 21 12:29:51 2014 +0100
+++ b/rdf-primer/index.html	Fri Feb 21 11:38:01 2014 +0000
@@ -1090,7 +1090,7 @@
 </pre>
 
 <p>The example above contains four special RDFa attributes to enable 
-specification of triples within HTML: <code>resource</code>,
+specification of RDF triples within HTML: <code>resource</code>,
 <code>property</code>, <code>typeof</code> and <code>prefix</code>.<p>
 
 <p>The <code>prefix</code> attribute in line 1 specifies IRI
@@ -1101,7 +1101,7 @@
 
 <p>The <code>div</code> elements in lines 4 and 14 have a <code>resource</code> 
 attribute specifying the IRI about which RDF statements can be
-made within this block. The meaning of the <code>typeof</code>
+made within this HTML element. The meaning of the <code>typeof</code>
 attribute in line 4 is similar to the <code>(is) a</code> shorthand in
 Turtle: the subject <code>http://example.org/bob#me</code> is an
 instance (<code>rdf:type</code>) of the class <code>foaf:Person</code>.<p>