Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Definition: Use 'ill-typed' and 'value space' from RDF Concepts #75

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -774,11 +774,12 @@ <h2>Literals and datatypes</h2>
If the literal string is not in the lexical space,
so that the lexical-to-value mapping gives no value for the literal string,
then the literal has no referent.
The <dfn>value space</dfn> of a datatype is the range of the <a>lexical-to-value mapping</a>.
The <dfn data-cite="RDF12-CONCEPTS#dfn-value-space">value space</dfn> of a
datatype is the range of the <a>lexical-to-value mapping</a>.
Every literal with that type either <a>denotes</a> a value in the value space of the type,
or fails to denote at all.
An <dfn>ill-typed</dfn> literal is one whose datatype IRI is <a>recognized</a>,
but whose
An <dfn data-cite="RDF12-CONCEPTS#dfn-ill-typed">ill-typed</dfn> literal
is one whose datatype IRI is <a>recognized</a>, but whose
<a data-cite="RDF12-CONCEPTS#dfn-lexical-form">lexical form</a>
is assigned no value by the <a>lexical-to-value mapping</a>
for that datatype.</p>
Expand Down
Loading