diff --git a/spec/index.html b/spec/index.html index 120c201..0950956 100644 --- a/spec/index.html +++ b/spec/index.html @@ -134,7 +134,7 @@
This example introduces many of features of the Turtle language:
- @base and Relative IRIs,
+ @base and Relative IRI references,
@prefix and prefixed names,
predicate lists separated by ';
',
object lists separated by ',
',
@@ -250,7 +250,7 @@
<http://example.org/#green-goblin>
.
- Relative IRIs 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
@@ -331,10 +331,10 @@
xsd:string
.
@@ -866,12 +866,12 @@ - Relative IRIs are resolved with base IRIs as per [[[RFC3986]]] [[RFC3986]] using only the basic algorithm in section 5.2. + Relative IRI references are resolved with base IRIs as per [[[RFC3986]]] [[RFC3986]] using only the basic algorithm in section 5.2. Neither Syntax-Based Normalization nor Scheme-Based Normalization (described in sections 6.2.2 and 6.2.3 of RFC3986) are performed. Characters additionally allowed in IRI references are treated in the same way that unreserved characters are treated in URI references, per section 6.5 of [[[RFC3987]]] [[RFC3987]].
- The @base
or BASE
directive defines the Base IRI used to resolve relative IRIs
+ The @base
or BASE
directive defines the Base IRI used to resolve relative IRI references
per [[RFC3986]] section 5.1.1, "Base URI Embedded in Content".
Section 5.1.2, "Base URI from the Encapsulating Entity"
defines how the In-Scope Base IRI may come from an encapsulating document,
@@ -1216,7 +1216,7 @@
prefix
is the potentially empty unicode string matching the first argument of the rule is a key into the namespaces map.iri
is the value in the namespaces map corresponding to the first argument of the rule.PNAME_NS
. The namespaces map MUST have a corresponding namespace
. The unicode string of the IRI is formed by unescaping the reserved characters in the second argument, PN_LOCAL
, and concatenating this onto the namespace
.