You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<adata-cite="RDF12-CONCEPTS#section-Datatypes">Section 5</a> of [[!RDF12-CONCEPTS]]
785
-
are <a>recognized</a>, they MUST be interpreted as described there, and when the IRI <code>rdf:PlainLiteral</code> is <a>recognized</a>, it MUST be interpreted to denote the datatype defined in [[!RDF-PLAIN-LITERAL]]. RDF processors MAY recognize other datatype IRIs, but when other datatype IRIs are <a>recognized</a>, the mapping between the datatype IRI and the datatype it <a>denotes</a> MUST be specified unambiguously, and MUST be fixed during all RDF transformations or manipulations. In practice, this can be achieved by the IRI linking to an external specification of the datatype which describes both the components of the datatype itself and the fact that the IRI identifies the datatype, thereby fixing a value of the <a>datatype map</a> of this IRI.</p>
785
+
<em>are</em><a>recognized</a>, they MUST be interpreted as described there, and
786
+
when the IRI <code>rdf:PlainLiteral</code> is <a>recognized</a>,
787
+
it MUST be interpreted to denote the datatype defined in [[!RDF-PLAIN-LITERAL]].
788
+
RDF processors MAY recognize other datatype IRIs,
789
+
but when other datatype IRIs are <a>recognized</a>,
790
+
the mapping between the datatype IRI and the datatype it <a>denotes</a>
791
+
MUST be specified unambiguously,
792
+
and MUST be fixed during all RDF transformations or manipulations.
793
+
In practice, this can be achieved by the IRI linking
794
+
to an external specification of the datatype
795
+
which describes both the components of the datatype itself
796
+
and the fact that the IRI identifies the datatype,
797
+
thereby fixing a value of the <a>datatype map</a> of this IRI.</p>
786
798
787
799
<p>Literals with <adata-cite="RDF12-CONCEPTS#dfn-language-tagged-string"><code>rdf:langString</code></a>
788
800
or <adata-cite="RDF12-CONCEPTS#dfn-directional-language-tagged-string"><code>rdf:dirLangString</code></a>
@@ -795,7 +807,7 @@ <h2>Literals and datatypes</h2>
795
807
The <a>value space</a> of <code>rdf:dirLangString</code>
796
808
is the set of all
797
809
3-tuples of a string, a language tag, and a base direction.
798
-
The semantics of literals with these as their datatype are given below.
810
+
The semantics of literals with either of these as their datatype are given below.
799
811
</p>
800
812
801
813
<p>RDF allows any IRI to be used in a literal,
@@ -954,7 +966,7 @@ <h2>RDF Interpretations</h2>
954
966
</table>
955
967
956
968
<p>An <dfn>RDF interpretation</dfn><strong>recognizing D</strong> is a <a>D-interpretation</a> I
957
-
where D includes <code>rdf:langString</code>, <code>rdf:dirLangString</code> and <code>xsd:string</code>, and which satisfies:</p>
969
+
where D includes <code>rdf:langString</code>, <code>rdf:dirLangString</code>, and <code>xsd:string</code>, and which satisfies:</p>
958
970
959
971
<table>
960
972
<caption>RDF semantic conditions.</caption>
@@ -998,9 +1010,9 @@ <h2>RDF Interpretations</h2>
998
1010
and <adata-cite="XMLSCHEMA11-2#string"><code>xsd:string</code></a>
999
1011
MUST be <a>recognized</a> by all RDF interpretations.</p>
1000
1012
1001
-
<p>Three other datatypes,<adata-cite="RDF12-CONCEPTS#section-XMLLiteral"><code>rdf:XMLLiteral</code></a>,
1002
-
<adata-cite="RDF12-CONCEPTS#section-html"><code>rdf:HTML</code></a> and
0 commit comments