]> Lady’s Gitweb - Vocab/blob - data/classes/¦UnicodeString
Add .rsync-filter
[Vocab] / data / classes / ¦UnicodeString
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: CC0-1.0
5 -->
6 <!DOCTYPE Class SYSTEM "../../DTD">
7 <Class>
8 <label xml:lang="en">Unicode String</label>
9 <comment xml:lang="en">
10 <p>
11 A <ref target="olo:OrderedList">Ordered List</ref> of <ref target="UnicodeScalarValue">Unicode Scalar Values</ref>.
12 </p>
13 <p>
14 Unicode Strings essentially provide an alternative encoding of <resource name="xsd:string"/> in a way which can be reasoned about in R·D·F.
15 Some Unicode scalar values cannot be represented in a <resource name="xsd:string"/>, so strings containing them can only be represented in this manner.
16 </p>
17 </comment>
18 <subClassOf>
19 <resource name="olo:OrderedList"/>
20 </subClassOf>
21 <subClassOf>
22 <Restriction>
23 <onProperty>
24 <resource name="olo:slot"/>
25 </onProperty>
26 <allValuesFrom>
27 <Restriction>
28 <onProperty>
29 <resource name="olo:item"/>
30 </onProperty>
31 <allValuesFrom>
32 <resource name="UnicodeScalarValue"/>
33 </allValuesFrom>
34 </Restriction>
35 </allValuesFrom>
36 </Restriction>
37 </subClassOf>
38 </Class>
This page took 0.091406 seconds and 5 git commands to generate.