Skip to content

Commit 6b0098e

Browse files
committed
fix other wording related to L2V mapping
1 parent 3ae1973 commit 6b0098e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,9 @@ <h2>Literals and datatypes</h2>
797797
An <dfn data-cite="RDF12-CONCEPTS#dfn-ill-typed">ill-typed</dfn> literal
798798
is one whose datatype IRI is <a>recognized</a>, but whose
799799
<a data-cite="RDF12-CONCEPTS#dfn-lexical-form">lexical form</a>
800-
is assigned no value by the <a>lexical-to-value mapping</a>
801-
for that datatype.</p>
800+
is not in the lexical space of the datatype identified by that IRI and
801+
thus is not in the domain of the <a>lexical-to-value mapping</a>
802+
of that datatype.</p>
802803

803804
<p>RDF processors are not required to <a>recognize</a> any datatype IRIs other than
804805
<a data-cite="RDF12-CONCEPTS#dfn-language-tagged-string"><code>rdf:langString</code></a>

0 commit comments

Comments
 (0)