<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE ObjectProperty SYSTEM "../../DTD">
<ObjectProperty>
	<label xml:lang="en">has current project</label>
	<comment xml:lang="en">
		<p>
			A <ref target="foaf:Project">Project</ref> (or a <ref target="foaf:Document">Document</ref> whose <ref target="foaf:primaryTopic">primary topic</ref> is such a Project) which this <ref target="foaf:Person">Person</ref> is currently actively involved in.
		</p>
		<p>
			Historically, this property (somewhat confusingly) pointed not to Projects but to Documents which described them; <ptr target="(FOAF)"/> says there has been “some confusion” about this and does not take a firm stance.
			As Projects and Documents are disjoint classes, this ontology supports both usages, but encourages linking directly to Projects where possible.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(FOAF)" fragment="term_currentProject"/>
	</isDefinedBy>
	<propertyChainAxiom>
		<resource name="foaf:currentProject"/>
		<resource name="foaf:primaryTopic"/>
	</propertyChainAxiom>
	<domain>
		<resource name="foaf:Person"/>
	</domain>
	<range>
		<Class>
			<unionOf>
				<Restriction>
					<onProperty>
						<resource name="foaf:primaryTopic"/>
					</onProperty>
					<allValuesFrom>
						<resource name="foaf:Project"/>
					</allValuesFrom>
				</Restriction>
				<resource name="foaf:Project"/>
			</unionOf>
		</Class>
	</range>
</ObjectProperty>