diff --git a/spec/index.html b/spec/index.html index 59aa691..33dcb0b 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1115,14 +1115,21 @@

Datatypes

of that value. The mapping can be seen as a function from the lexical space to the value space.

-

Language-tagged strings have the datatype IRI +

Language-tagged strings have the datatype IRI http://www.w3.org/1999/02/22-rdf-syntax-ns#langString (commonly abbreviated as rdf:langString). No datatype is formally defined for this IRI because the definition of datatypes does not accommodate language tags in the lexical space. The value space associated with this datatype IRI is the set - of all pairs of strings and language tags.

+ of all pairs that consist of a string and a language tag. + Similarly, directional language-tagged strings + http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString + (commonly abbreviated as rdf:dirLangString) + also have a base direction. + The value space associated with this datatype IRI is the set + of all 3-tuples of a string, a language tag and a base direction. +

For example, the XML Schema datatype xsd:boolean, where each member of the value space has two lexical