Skip to content

Commit 1377fb5

Browse files
committed
Change "relative IRI" to "relative IRI reference".
Fixes #2.
1 parent 0e85b88 commit 1377fb5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -886,15 +886,15 @@ <h3>Abbreviating URIs: <code>rdf:ID</code> and <code>xml:base</code></h3>
886886

887887
<p>RDF/XML allows further abbreviating IRIs in XML attributes in two
888888
ways. The XML Infoset provides a base URI attribute <code>xml:base</code>
889-
that sets the base URI for resolving relative IRIs, otherwise
889+
that sets the base URI for resolving <a data-cite="RDF12-CONCEPTS#dfn-relative-iri">relative IRI references</a>, otherwise
890890
the base URI is that of the document. The base URI applies to
891891
all RDF/XML attributes that deal with IRIs which are <code>rdf:about</code>,
892892
<code>rdf:resource</code>, <code>rdf:ID</code>
893893
and <code>rdf:datatype</code>.</p>
894894

895895
<p>The <code>rdf:ID</code> attribute on a node element (not property
896896
element, that has another meaning) can be used instead of
897-
<code>rdf:about</code> and gives a relative IRI equivalent to <code>#</code>
897+
<code>rdf:about</code> and gives a <a data-cite="RDF12-CONCEPTS#dfn-relative-iri">relative IRI reference</a> equivalent to <code>#</code>
898898
concatenated with the <code>rdf:ID</code> attribute value. So for
899899
example if <code>rdf:ID="name"</code>, that would be equivalent
900900
to <code>rdf:about="#name"</code>. <code>rdf:ID</code> provides an additional
@@ -1059,12 +1059,12 @@ <h3>Reifying Statements: <code>rdf:ID</code></h3>
10591059
full details).
10601060
The identifier for the triple should be constructed as a
10611061
IRI
1062-
made from the relative IRI
1062+
made from the <a data-cite="RDF12-CONCEPTS#dfn-relative-iri">relative IRI reference</a>
10631063
<code>#</code> concatenated with the <code>rdf:ID</code> attribute
10641064
value, resolved against the in-scope base URI. So for example if
10651065

10661066
<code>rdf:ID="triple"</code>, that would be equivalent to the IRI
1067-
formed from relative IRI <code>#triple</code> against the base URI.
1067+
formed from <a data-cite="RDF12-CONCEPTS#dfn-relative-iri">relative IRI reference</a> <code>#triple</code> against the base URI.
10681068
Each (<code>rdf:ID</code> attribute value, base URI)
10691069
pair has to be unique in an RDF/XML document,
10701070
see <a>constraint-id</a>.
@@ -1335,7 +1335,7 @@ <h3>Resolving IRIs</h3>
13351335
<a href="#section-element-node"><span
13361336
class="arrow">·</span>element event<span
13371337
class="arrow">·</span></a>.
1338-
Relative IRIs are resolved into
1338+
<a data-cite="RDF12-CONCEPTS#dfn-relative-iri">Relative IRI references</a> are resolved into
13391339
IRIs
13401340
according to the algorithm specified in [[XMLBASE]] (and RFC 2396).
13411341
These specifications do not specify an algorithm for resolving a
@@ -2201,7 +2201,7 @@ <h4>Grammar Action Notation</h4>
22012201
</tr>
22022202
<tr>
22032203
<td>resolve(<em>e</em>, <em>s</em>)</td>
2204-
<td>A string created by interpreting string <em>s</em> as a relative IRI to the
2204+
<td>A string created by interpreting string <em>s</em> as a <a data-cite="RDF12-CONCEPTS#dfn-relative-iri">relative IRI references</a> to the
22052205
<a href="#eventterm-element-base-uri" class="termref"><span class="arrow">·</span>base-uri<span class="arrow">·</span></a> accessor of <a href="#section-element-node"><em>e</em></a>
22062206
as defined in <a href="#section-baseURIs" class="sectionRef"></a>.
22072207
The resulting string represents an

0 commit comments

Comments
 (0)