File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -765,18 +765,22 @@ <h2>Literals and datatypes</h2>
765
765
called the
766
766
< span id ="dfn-lexical-to-value-mapping "> <!-- refer to RDF Concepts term --> </ span >
767
767
< dfn data-cite ="RDF12-CONCEPTS#dfn-lexical-to-value-mapping "> lexical-to-value mapping</ dfn > ,
768
- from a lexical space (a set of character strings) to values.
768
+ from a lexical space (a set of < a data-cite ="RDF12-CONCEPTS#dfn-rdf-string "> strings</ a > )
769
+ to values.
769
770
The function < dfn > L2V</ dfn > maps datatypes to their lexical-to-value mapping.
770
771
A literal with datatype d < a > denotes</ a > the value obtained by applying this mapping
771
- to the character string sss: L2V(d)(sss).
772
+ to the < a data-cite ="RDF12-CONCEPTS#dfn-lexical-form "> lexical form</ a >
773
+ sss: L2V(d)(sss).
772
774
If the literal string is not in the lexical space,
773
775
so that the lexical-to-value mapping gives no value for the literal string,
774
776
then the literal has no referent.
775
777
The < dfn > value space</ dfn > of a datatype is the range of the < a > lexical-to-value mapping</ a > .
776
778
Every literal with that type either < a > denotes</ a > a value in the value space of the type,
777
779
or fails to denote at all.
778
780
An < dfn > ill-typed</ dfn > literal is one whose datatype IRI is < a > recognized</ a > ,
779
- but whose character string is assigned no value by the < a > lexical-to-value mapping</ a >
781
+ but whose
782
+ < a data-cite ="RDF12-CONCEPTS#dfn-lexical-form "> lexical form</ a >
783
+ is assigned no value by the < a > lexical-to-value mapping</ a >
780
784
for that datatype.</ p >
781
785
782
786
< p > RDF processors are not required to < a > recognize</ a > any datatype IRIs other than
You can’t perform that action at this time.
0 commit comments