@@ -886,15 +886,15 @@ <h3>Abbreviating URIs: <code>rdf:ID</code> and <code>xml:base</code></h3>
886
886
887
887
< p > RDF/XML allows further abbreviating IRIs in XML attributes in two
888
888
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
890
890
the base URI is that of the document. The base URI applies to
891
891
all RDF/XML attributes that deal with IRIs which are < code > rdf:about</ code > ,
892
892
< code > rdf:resource</ code > , < code > rdf:ID</ code >
893
893
and < code > rdf:datatype</ code > .</ p >
894
894
895
895
< p > The < code > rdf:ID</ code > attribute on a node element (not property
896
896
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 >
898
898
concatenated with the < code > rdf:ID</ code > attribute value. So for
899
899
example if < code > rdf:ID="name"</ code > , that would be equivalent
900
900
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>
1059
1059
full details).
1060
1060
The identifier for the triple should be constructed as a
1061
1061
IRI
1062
- made from the relative IRI
1062
+ made from the < a data-cite =" RDF12-CONCEPTS#dfn- relative-iri " > relative IRI reference </ a >
1063
1063
< code > #</ code > concatenated with the < code > rdf:ID</ code > attribute
1064
1064
value, resolved against the in-scope base URI. So for example if
1065
1065
1066
1066
< 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.
1068
1068
Each (< code > rdf:ID</ code > attribute value, base URI)
1069
1069
pair has to be unique in an RDF/XML document,
1070
1070
see < a > constraint-id</ a > .
@@ -1335,7 +1335,7 @@ <h3>Resolving IRIs</h3>
1335
1335
< a href ="#section-element-node "> < span
1336
1336
class ="arrow "> ·</ span > element event< span
1337
1337
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
1339
1339
IRIs
1340
1340
according to the algorithm specified in [[XMLBASE]] (and RFC 2396).
1341
1341
These specifications do not specify an algorithm for resolving a
@@ -2201,7 +2201,7 @@ <h4>Grammar Action Notation</h4>
2201
2201
</ tr >
2202
2202
< tr >
2203
2203
< 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
2205
2205
< 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 >
2206
2206
as defined in < a href ="#section-baseURIs " class ="sectionRef "> </ a > .
2207
2207
The resulting string represents an
0 commit comments