diff --git a/spec/index.html b/spec/index.html index 54cc8e9..2a03b9b 100644 --- a/spec/index.html +++ b/spec/index.html @@ -743,10 +743,10 @@
A datatype consists of a lexical space, a value space and a lexical-to-value mapping, and - is denoted by one or more IRIs.
+ is identified by one or more IRIs.The lexical space of a datatype is a set of strings.
@@ -1291,12 +1291,10 @@Datatypes are identified by IRIs and the referent - of the IRI of a datatype defines a partial mapping from the - lexical form to a value.
- -If any IRI of the form
- http://www.w3.org/2001/XMLSchema#xxx
is handled by an RDF processor, it
+
Datatypes are identified by IRIs.
+
+ If any IRI of the form
+ http://www.w3.org/2001/XMLSchema#xxx
is handled by an RDF implementation, it
MUST refer to the RDF-compatible XSD type named xsd:xxx
for
every XSD type listed in section 5.1.
rdf:JSON
.
- RDF processors are not required to handle all datatypes. - Any literal typed with a datatype IRI not handled by an RDF processor - is treated just like an unknown IRI, i.e. as referring to an unknown thing. +
RDF implementations are not required to handle all datatypes. + Any literal typed with a datatype not handled by an RDF implementation + is treated just like an unknown IRI, i.e., as referring to an unknown thing. Applications MAY give a warning message if they are unable to determine the - referent of an IRI used in a typed literal. RDF processors SHOULD - not reject literals with unknown IRI as either a syntactic or + referent of an IRI used in a typed literal. RDF implementations SHOULD + not reject a literal with an unknown datatype as either a syntactic or semantic error.
Other specifications MAY impose additional constraints on @@ -1342,7 +1340,7 @@
In RDF 1.1, Recognized datatype IRIs - were defined RDF Concepts, overlapping with + were defined in RDF Concepts, overlapping with RDF Semantics, "recognizing" datatype IRIs for semantic extensions.
@@ -1469,7 +1467,7 @@This section defines additional datatypes that RDF processors MAY support.
+This section defines additional datatypes that RDF implementations MAY support.
rdf:HTML
Datatype