<?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">Project</label>
	<comment xml:lang="en">
		<p>
			A “project”, formal or informal, collective or individual.
		</p>
		<p>
			Projects are not <ref target="foaf:Document">Documents</ref> (altho they may produce Documents) and nor are they <ref target="foaf:Agent">Agents</ref> (altho they might involve Agents).
			This interpretation is a bit more restrictive than what <ptr target="(FOAF)"/> defines; it describes Projects as disjoint only with <ref target="foaf:Person">Persons</ref>, not Agents.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(FOAF)" fragment="term_Project"/>
	</isDefinedBy>
	<disjointWith>
		<resource name="foaf:Agent"/>
	</disjointWith>
	<disjointWith>
		<resource name="foaf:Document"/>
	</disjointWith>
</Class>