<?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>
			A <ref target="contact:SocialEntity">Social Entity</ref> which is a person.
		</p>
		<p>
			This class is equivalent to the <ptr target="(FOAF)"/> <ptr target="foaf:Person"/> class, which should generally be used instead.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SWAP-PIM)"/>
	</isDefinedBy>
	<equivalentClass>
		<resource name="foaf:Person"/>
	</equivalentClass>
	<subClassOf>
		<resource name="contact:SocialEntity"/>
	</subClassOf>
	<superClassOf>
		<Restriction>
			<onProperty>
				<ObjectProperty>
					<inverseOf>
						<resource name="contact:child"/>
					</inverseOf>
				</ObjectProperty>
			</onProperty>
			<someValuesFrom>
				<resource name="contact:Person"/>
			</someValuesFrom>
		</Restriction>
	</superClassOf>
</Class>