]> Lady’s Gitweb - Vocab/blob - data/datatype_properties/doap¦language
Add R·F·C 5005 link relations
[Vocab] / data / datatype_properties / doap¦language
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 DatatypeProperty SYSTEM "../../DTD">
7 <DatatypeProperty>
8 <label xml:lang="en">language</label>
9 <comment xml:lang="en">
10 <p>
11 A language which products of this <ref target="doap:Project"/> are available in.
12 </p>
13 <p>
14 This property is perhaps overly vague:
15 It does not specify which products (documentation, software), nor the extent of the availability.
16 </p>
17 <p>
18 <ptr target="(DOAP)"/> does not formally specify the range of this property as <resource name="xsd:language"/>, but the description makes this clear.
19 </p>
20 </comment>
21 <isDefinedBy>
22 <SpecificResource source="(DOAP)"/>
23 </isDefinedBy>
24 <domain>
25 <resource name="doap:Project"/>
26 </domain>
27 <range>
28 <resource name="xsd:language"/>
29 </range>
30 </DatatypeProperty>
This page took 0.102389 seconds and 5 git commands to generate.