]> Lady’s Gitweb - Vocab/blob - data/datatype_properties/dc11¦language
Initial commit; initial set of vocabs
[Vocab] / data / datatype_properties / dc11¦language
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>
8 <label xml:lang="en">language</label>
9 <comment xml:lang="en">
10 <p>
11 A language of this thing.
12 </p>
13 <p>
14 <ptr target="(DCMI)"/> recommends the use of a « IETF Best Current Practice 47 [<ref target="https://tools.ietf.org/html/bcp47">IETF-BCP47</ref>] language tag ».
15 </p>
16 <p>
17 <ptr target="(ANNO)"/> constrains the range of this property to <resource name="xsd:string"/>, but further stipulates in prose that it match the format of <resource name="xsd:language"/>.
18 These datatypes share a value space, so this ontology just restricts it to the latter.
19 </p>
20 </comment>
21 <isDefinedBy>
22 <SpecificResource source="(DCMI)" fragment="http://purl.org/dc/elements/1.1/language"/>
23 </isDefinedBy>
24 <isDefinedBy>
25 <SpecificResource source="(ANNO)" fragment="dc-language"/>
26 </isDefinedBy>
27 <range>
28 <resource name="xsd:language"/>
29 </range>
30 </DatatypeProperty>
This page took 0.105056 seconds and 5 git commands to generate.