Skip to content

Commit b857195

Browse files
committed
GH-66: Replace 'character string'
1 parent 689618b commit b857195

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

spec/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,18 +765,22 @@ <h2>Literals and datatypes</h2>
765765
called the
766766
<span id="dfn-lexical-to-value-mapping"><!-- refer to RDF Concepts term --></span>
767767
<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.
769770
The function <dfn>L2V</dfn> maps datatypes to their lexical-to-value mapping.
770771
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).
772774
If the literal string is not in the lexical space,
773775
so that the lexical-to-value mapping gives no value for the literal string,
774776
then the literal has no referent.
775777
The <dfn>value space</dfn> of a datatype is the range of the <a>lexical-to-value mapping</a>.
776778
Every literal with that type either <a>denotes</a> a value in the value space of the type,
777779
or fails to denote at all.
778780
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>
780784
for that datatype.</p>
781785

782786
<p>RDF processors are not required to <a>recognize</a> any datatype IRIs other than

0 commit comments

Comments
 (0)