]> Lady’s Gitweb - Vocab/blob - data/datatype_properties/foaf¦gender
Initial commit; initial set of vocabs
[Vocab] / data / datatype_properties / foaf¦gender
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">gender</label>
9 <comment xml:lang="en">
10 <p>
11 The gender of this <ref target="foaf:Agent">Agent</ref>.
12 </p>
13 <p>
14 This property, somewhat awkwardly, is treated as an open‐ended enumeration of plain string values, of which two are clearly defined: <value datatype="xsd:string">male</value> and <value datatype="xsd:string">female</value>.
15 <ptr target="(FOAF)"/> remarks that this property “is not intended to capture the full variety of biological, social, and sexual concepts associated with the word ‘gender’” but fails to identify what it <em>is</em> meant to capture.
16 Presumably, its utility depends on context.
17 </p>
18 </comment>
19 <isDefinedBy>
20 <SpecificResource source="(FOAF)" fragment="term_gender"/>
21 </isDefinedBy>
22 <domain>
23 <resource name="foaf:Agent"/>
24 </domain>
25 <range>
26 <resource name="xsd:string"/>
27 </range>
28 </DatatypeProperty>
This page took 0.052394 seconds and 5 git commands to generate.