]> Lady’s Gitweb - Vocab/blob - data/classes/foaf¦Person
Initial commit; initial set of vocabs
[Vocab] / data / classes / foaf¦Person
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 Class SYSTEM "../../DTD">
7 <Class>
8 <label xml:lang="en">Person</label>
9 <comment xml:lang="en">
10 <p>
11 An <ref target="foaf:Agent">Agent</ref> which is a person.
12 </p>
13 <p>
14 The precise definition of personhood is intentionally kept vague, but for clarity, this class can include people who are dead, imaginary, and nonhuman.
15 Following <ptr target="(FOAF)"/>, Persons are <ref target="geo:SpatialThing">Spatial Things</ref>; they are not defined as <ref target="dcmitype:PhysicalResource">Physical Resources</ref> because it is unclear whether amorphous entities (e·g, ghosts) are necessarily “physical”.
16 </p>
17 </comment>
18 <isDefinedBy>
19 <SpecificResource source="(FOAF)" fragment="term_Person"/>
20 </isDefinedBy>
21 <subClassOf>
22 <resource name="foaf:Agent"/>
23 </subClassOf>
24 <subClassOf>
25 <resource name="geo:SpatialThing"/>
26 </subClassOf>
27 <subClassOf>
28 <resource name="contact:SocialEntity"/>
29 </subClassOf>
30 </Class>
This page took 0.114232 seconds and 5 git commands to generate.