--- a/rdf-primer/index.html Tue Aug 13 14:11:32 2013 +0100
+++ b/rdf-primer/index.html Tue Aug 13 14:17:04 2013 +0100
@@ -253,58 +253,60 @@
<section id="subsection-IRI">
- <h3>IRI</h3>
-
- <p>IRIs can appear in all three positions of an RDF statement and are specified
- in RFC 3987 [[!RFC3987]]. They can be used to identify both documents
- (e.g. a Web page) and things (e.g. a person). </p>
+ <h3>IRI</h3>
- <p>For example, the IRI for the "La Joconde" painting in <a href="http://www.europeana.eu/">Europeana</a> is:</p>
+ <p>IRIs can appear in all three positions of an RDF statement and are specified
+ in RFC 3987 [[!RFC3987]]. They can be used to identify both documents
+ (e.g. a Web page) and things (e.g. a person). </p>
- <pre>http://data.europeana.eu/item/08501/BFEDA8C5F46930228355F50FA9F5298D982DD6B8</pre>
+ <p>For example, the IRI for the "La Joconde" painting in <a href="http://www.europeana.eu/">Europeana</a> is:</p>
- <p>The IRI for a Web page about this painting in Europeana is:</p>
+ <pre>http://data.europeana.eu/item/08501/BFEDA8C5F46930228355F50FA9F5298D982DD6B8</pre>
- <pre>http://www.europeana.eu/portal/record/08501/BFEDA8C5F46930228355F50FA9F5298D982DD6B8.html</pre>
+ <p>The IRI for a Web page about this painting in Europeana is:</p>
+
+ <pre>http://www.europeana.eu/portal/record/08501/BFEDA8C5F46930228355F50FA9F5298D982DD6B8.html</pre>
</section>
<section id="subsection-literal">
- <h3>Literal</h3>
+ <h3>Literal</h3>
- <p>Literals can appear in the object position of an RDF statement. Examples of literals include
- strings such as "La Joconde", dates such as "the 4th of July, 1990" and numbers such as "3.14159".
- Litterals are associated with a <i>datatype</i> enabling such values to be parsed and interpreted correctly.
- Strings can optionally be associated with a <i>language tag</i>. For example "Léonardo de Vinci" could
- be associated with the "fr" language tag and "李奥纳多·达·文西" with the "zh" language tag.</p>
+ <p>Literals can appear in the object position of an RDF statement. Examples of literals include
+ strings such as "La Joconde", dates such as "the 4th of July, 1990" and numbers such as "3.14159".
+ Litterals are associated with a <i>datatype</i> enabling such values to be parsed and interpreted correctly.
+ Strings can optionally be associated with a <i>language tag</i>. For example "Léonardo de Vinci" could
+ be associated with the "fr" language tag and "李奥纳多·达·文西" with the "zh" language tag.</p>
- </section>
+ </section>
<section id="subsection-blank-node">
- <h3>Blank node</h3>
-
- <p>Blank nodes can appear in the subject and object position of an RDF statement. They can be used
- to denote resources without explicitly naming them with an IRI. For example a blank node could be
- used to express that the "La Joconde" painting has been created by someone whose name is "Leonardo da Vinci"
- without necessarily identifying him with an IRI.</p>
-
- </section>
+ <h3>Blank node</h3>
- <section id="subsection-graphs">
- <h3>Graphs</h3>
-
- <p></p>
+ <p>Blank nodes can appear in the subject and object position of an RDF statement. They can be used
+ to denote resources without explicitly naming them with an IRI. For example a blank node could be
+ used to express that the "La Joconde" painting has been created by someone whose name is "Leonardo da Vinci"
+ without necessarily identifying him with an IRI.</p>
+
+ </section>
- </section>
+ <section id="subsection-graphs">
- <section id="subsection-datasets">
- <h3>Datasets</h3>
+ <h3>Graphs</h3>
- <!-- needed? -->
+ <p></p>
- </section>
+ </section>
+
+ <section id="subsection-datasets">
+
+ <h3>Datasets</h3>
+
+ <!-- needed? -->
+
+ </section>
</section>