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 @@

Literals

  • If the literal is a directional language-tagged string, then the literal value is a tuple of its lexical form, its language tag, and its base direction, likewise in that order.
  • -
  • If the literal's datatype IRI is handled by an RDF processor, +
  • If the literal's datatype is handled by an RDF implmentation,
  • If the literal's datatype IRI is not - handled by an RDF processor then the literal value is + handled by an RDF implementation, then the literal value is not defined by this specification.
  • @@ -1099,7 +1099,7 @@

    Datatypes

    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 @@

    The XML Schema Built-in Datatypes

    Datatype IRIs

    -

    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.

    @@ -1312,12 +1310,12 @@

    Datatype IRIs

    refers to the datatype 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 @@

    Datatype IRIs

    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 @@

    Generalizations of RDF Triples, Graphs, and Datasets

    Additional Datatypes

    -

    This section defines additional datatypes that RDF processors MAY support.

    +

    This section defines additional datatypes that RDF implementations MAY support.

    The rdf:HTML Datatype