diff --git a/spec/index.html b/spec/index.html index 6f21831..4aaae08 100644 --- a/spec/index.html +++ b/spec/index.html @@ -461,8 +461,8 @@

RDF Documents and Syntaxes

many different ways to encode the same RDF graph or RDF dataset, for example through the use of namespace prefixes, - relative IRI references, blank node identifiers, - and different ordering of statements. While these aspects can have great + IRI references, blank node identifiers, + and different ordering of triples. While these aspects can have great effect on the convenience of working with the RDF document, they are not significant for its meaning.

@@ -600,7 +600,12 @@

IRIs

URIs [[RFC3986]] that permits a wider range of Unicode characters. Every absolute URI and URL is an IRI, but not every IRI is an URI. - In RDF, IRIs are used as IRI references, as defined in [[RFC3987]]. + In RDF, IRIs are used as IRI references, as defined in [[RFC3987]] + section 1.3. + An IRI reference is common usage of an Internationalized Resource Identifier. + An IRI reference refers to either IRI or relative IRI reference, + as described by the IRI-reference production in . + The abstract syntax uses only fully resolved IRIs. When IRIs are used in operations that are only defined for URIs, they must first be converted according to the mapping defined in