diff --git a/spec/index.html b/spec/index.html index f8be8a7..7e2444d 100644 --- a/spec/index.html +++ b/spec/index.html @@ -740,28 +740,25 @@
rdf:JSON
, rdf:HTML
, and rdf:XMLLiteral
.
- The list of datatypes supported by an implementation is determined
- by its recognized datatype IRIs.
+
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.
@@ -1295,13 +1291,10 @@Datatypes are identified by IRIs. If
- D is a set of IRIs which are used to refer to
- datatypes, then the elements of D are called
- recognized datatype IRIs.
- Recognized IRIs have fixed
- referents. If any IRI of the form
- http://www.w3.org/2001/XMLSchema#xxx
is recognized, 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 recognize datatype IRIs. - Any literal typed with an unrecognized IRI 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, but they SHOULD NOT - reject such RDF as either a syntactic or semantic error.
+
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 implementations SHOULD + not reject a literal with an unknown datatype as either a syntactic or + semantic error.
Other specifications MAY impose additional constraints on datatype IRIs, for example, require support @@ -1343,6 +1337,14 @@
+ In RDF 1.1, Recognized datatype IRIs + were defined in RDF Concepts, overlapping with + RDF Semantics, "recognizing" + datatype IRIs for semantic extensions. +
+This section defines additional datatypes that RDF processors MAY support.
+This section defines additional datatypes that RDF implementations MAY support.
rdf:HTML
Datatyperdf:JSON
DatatypeRDF is used to express arbitrary application data, @@ -1964,10 +1965,14 @@
A detailed overview of the differences between RDF versions 1.0 - and 1.1 can be found in [[[RDF11-NEW]]] [[RDF11-NEW]].
+A detailed overview of the differences between RDF versions 1.1 + and 1.2 can be found in [[[RDF12-NEW]]] [[RDF12-NEW]].