diff --git a/spec/index.html b/spec/index.html index e9e0d58..7922728 100644 --- a/spec/index.html +++ b/spec/index.html @@ -421,11 +421,46 @@

IRIs

may contain numeric escape sequences (described below). For example, <http://example.org/#green-goblin>.

-

Relative IRI references like <#green-goblin> +

+ Relative IRI references like <#green-goblin> are resolved relative to the current base IRI. A new base IRI can be defined using the @base or BASE directive. Specifics of this operation are defined in - .

+ Reference Resolution. +

+ +
+

Reference Resolution

+

+ When parsing an IRI written in angle brackets (&ld; >, IRIREF), + processors MUST distinguish between: +

+ +

+ This rule prevents the same lexical IRI from yielding different RDF terms depending on whether a + BASE directive is present. It aligns with + IRI equality in RDF 1.2 Concepts, which uses simple string comparison and + forbids additional normalization before comparison. +

+

+ Data publishers are encouraged to mint RDF Reference IRIs, + i.e., IRIs suitable as global references that are unchanged by reference resolution and whose path + starts with “/” and does not contain “.” or “..” segments. + This improves interoperability across concrete syntaxes. +

+

The token a in the predicate position of a Turtle triple