--- a/rdf-primer/index.html Fri Nov 15 12:16:36 2013 +0100
+++ b/rdf-primer/index.html Fri Nov 15 12:21:21 2013 +0100
@@ -290,9 +290,10 @@
<h3>IRIs</h3>
- <p>The abbreviation <a href="http://www.w3.org/TR/rdf11-concepts/#section-IRIs">IRI</a> is short for "International Resource
- Identifier". An IRI identifies a Web resource. IRIs are
- generalization of URIs (Uniform Resource Identifiers), allowing
+ <p>The abbreviation IRI is short for "International Resource
+ Identifier". An <a href="http://www.w3.org/TR/rdf11-concepts/#section-IRIs">IRI</a>
+ identifies a Web resource. The notionof IRI is a
+ generalization of URI (Uniform Resource Identifier), allowing
non-ASCII characters to be used in the IRI character string. IRIs are specified
in RFC 3987 [[!RFC3987]].
@@ -327,7 +328,7 @@
<h3>Literals</h3>
- <p><a href="http://www.w3.org/TR/rdf11-concepts/#section-Graph=Literal">Literals</a>
+ <p><a href="http://www.w3.org/TR/rdf11-concepts/#section-Graph-Literal">Literals</a>
are basic values that are not IRIs. Examples of literals include
strings such as "La Joconde", dates such as "the 4th of July, 1990"
and numbers such as "3.14159".