Skip to content

Commit cf4e3ff

Browse files
committed
Definition: ill-typed in RDF Concepts
1 parent 8fe2785 commit cf4e3ff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spec/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -774,11 +774,12 @@ <h2>Literals and datatypes</h2>
774774
If the literal string is not in the lexical space,
775775
so that the lexical-to-value mapping gives no value for the literal string,
776776
then the literal has no referent.
777-
The <dfn>value space</dfn> of a datatype is the range of the <a>lexical-to-value mapping</a>.
777+
The <dfn data-cite="RDF12-CONCEPTS#dfn-value-space">value space</dfn> of a
778+
datatype is the range of the <a>lexical-to-value mapping</a>.
778779
Every literal with that type either <a>denotes</a> a value in the value space of the type,
779780
or fails to denote at all.
780-
An <dfn>ill-typed</dfn> literal is one whose datatype IRI is <a>recognized</a>,
781-
but whose
781+
An <dfn data-cite="RDF12-CONCEPTS#dfn-ill-typed">ill-typed</dfn> literal
782+
is one whose datatype IRI is <a>recognized</a>, but whose
782783
<a data-cite="RDF12-CONCEPTS#dfn-lexical-form">lexical form</a>
783784
is assigned no value by the <a>lexical-to-value mapping</a>
784785
for that datatype.</p>

0 commit comments

Comments
 (0)