<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE Class SYSTEM "../../DTD">
<Class>
	<label xml:lang="en">Person</label>
	<comment xml:lang="en">
		<p>
			An <ref target="foaf:Agent">Agent</ref> which is a person.
		</p>
		<p>
			The precise definition of personhood is intentionally kept vague, but for clarity, this class can include people who are dead, imaginary, and nonhuman.
			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”.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(FOAF)" fragment="term_Person"/>
	</isDefinedBy>
	<subClassOf>
		<resource name="foaf:Agent"/>
	</subClassOf>
	<subClassOf>
		<resource name="geo:SpatialThing"/>
	</subClassOf>
	<subClassOf>
		<resource name="contact:SocialEntity"/>
	</subClassOf>
</Class>