]> Lady’s Gitweb - Vocab/blob - data/datatype_properties/awol¦lang
Improve agential modelling
[Vocab] / data / datatype_properties / awol¦lang
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">language</label>
9 <comment xml:lang="en">
10 <p>
11 The language of this thing.
12 </p>
13 <p>
14 For <ref target="awol:Content">Content</ref> which <ref target="awol:body">has a body</ref>, the language is the base language of that body.
15 For <ref target="awol:Content">Content</ref> which <ref target="awol:src">has a source</ref>, the language is the base language of the source.
16 For <ref target="awol:Link">Links</ref>, the language is that of the thing being <ref target="awol:to">linked to</ref>.
17 </p>
18 <p>
19 This property cannot be used on Content whose body is a language‐tagged string.
20 </p>
21 <p>
22 When the <ref target="awol:rel">link relation</ref> of this Link is <ptr target="rel:alternate" type="individual"/>, the presence of a language implies that the thing being linked to is a translation of the Links <ptr target="awol:subject"/>.
23 </p>
24 </comment>
25 <isDefinedBy>
26 <SpecificResource source="(AWOL)" fragment="lang"/>
27 </isDefinedBy>
28 <subPropertyOf>
29 <resource name="dc11:language"/>
30 </subPropertyOf>
31 <domain>
32 <Class>
33 <complementOf>
34 <Restriction>
35 <onProperty>
36 <resource name="awol:body"/>
37 </onProperty>
38 <someValuesFrom>
39 <Datatype>
40 <intersectionOf>
41 <resource name="rdf:PlainLiteral"/>
42 <Datatype>
43 <datatypeComplementOf>
44 <resource name="xsd:string"/>
45 </datatypeComplementOf>
46 </Datatype>
47 </intersectionOf>
48 </Datatype>
49 </someValuesFrom>
50 </Restriction>
51 </complementOf>
52 </Class>
53 </domain>
54 <range>
55 <resource name="xsd:language"/>
56 </range>
57 </DatatypeProperty>
This page took 0.044243 seconds and 5 git commands to generate.