From 0b53c4c95796ec15a476be9fcf85fd8a4c72f5bc Mon Sep 17 00:00:00 2001 From: Andy Seaborne Date: Thu, 12 Dec 2024 12:29:38 +0000 Subject: [PATCH] Add rdf:dirLangString to discussion on value spaces --- spec/index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/spec/index.html b/spec/index.html index 59aa691..f8be8a7 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 in the value space. + 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