]> Lady’s Gitweb - Vocab/blob - data/datatype_properties/anno¦processingLanguage
Initial commit; initial set of vocabs
[Vocab] / data / datatype_properties / anno¦processingLanguage
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: CC0-1.0
5 -->
6 <!DOCTYPE DatatypeProperty SYSTEM "../../DTD">
7 <DatatypeProperty functional="yes">
8 <label xml:lang="en">processing language</label>
9 <comment xml:lang="en">
10 <p>
11 The base language under which this resource should be processed.
12 </p>
13 <p>
14 This is not necessarily the same as the language of the resource itself; for example, a French phrase in an English dictionary might be <em>in</em> the French language, but <em>processed under</em> English processing rules (for alphebetization, ⁊·c).
15 </p>
16 <p>
17 <ptr target="(ANNO)"/> only specifies the range of this property as <resource name="xsd:string"/>, but it then additionally requires that it match the expectations of <resource name="xsd:language"/>.
18 As these datatypes share a value space, it is simpler to just use the latter as its range.
19 </p>
20 </comment>
21 <isDefinedBy>
22 <SpecificResource source="(ANNO)" fragment="processinglanguage"/>
23 </isDefinedBy>
24 <subPropertyOf>
25 <resource name="dc11:language"/>
26 </subPropertyOf>
27 <range>
28 <resource name="xsd:language"/>
29 </range>
30 </DatatypeProperty>
This page took 0.097326 seconds and 5 git commands to generate.