From cf4e3ff5509a0c33e1fbe415fcc75e00cb453483 Mon Sep 17 00:00:00 2001 From: Andy Seaborne Date: Fri, 31 Jan 2025 11:33:19 +0000 Subject: [PATCH] Definition: ill-typed in RDF Concepts --- spec/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spec/index.html b/spec/index.html index 6821058..80b14d4 100644 --- a/spec/index.html +++ b/spec/index.html @@ -774,11 +774,12 @@

Literals and datatypes

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 value space of a datatype is the range of the lexical-to-value mapping. + The value space of a + datatype is the range of the lexical-to-value mapping. Every literal with that type either denotes a value in the value space of the type, or fails to denote at all. - An ill-typed literal is one whose datatype IRI is recognized, - but whose + An ill-typed literal + is one whose datatype IRI is recognized, but whose lexical form is assigned no value by the lexical-to-value mapping for that datatype.