Skip to content

Commit

Permalink
Add rdf:dirLangString to discussion on value spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Dec 12, 2024
1 parent 1f0b49f commit cf5502b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1115,14 +1115,20 @@ <h2>Datatypes</h2>
of that value. The mapping can be seen as a function
from the lexical space to the value space.</p>

<p class="note"><a>Language-tagged strings</a> have the <a>datatype IRI</a>
<p class="note" id="note-lang-strings"><a>Language-tagged strings</a> have the <a>datatype IRI</a>
<code>http://www.w3.org/1999/02/22-rdf-syntax-ns#langString</code>
(commonly abbreviated as <code>rdf:langString</code>).
No datatype is formally defined for this IRI because the definition
of <a>datatypes</a> does not accommodate
<a>language tags</a> in the <a>lexical space</a>.
The <a>value space</a> associated with this datatype IRI is the set
of all pairs of strings and language tags.</p>
of all pairs of strings and language tags.
Similarly, <a>directional language-tagged strings</a> have the <a>datatype IRI</a>
<code>http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString</code>
(commonly abbreviated as <code>rdf:dirLangString</code>).
The <a>value space</a> associated with this datatype IRI is the set
of all 3-tuples of string, language tag and direction.
</p>

<p>For example, the XML Schema datatype <code>xsd:boolean</code>,
where each member of the <a>value space</a> has two lexical
Expand Down

0 comments on commit cf5502b

Please sign in to comment.