<?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 work info homepage</label>
	<comment xml:lang="en">
		<p>
			A <ref target="foaf:Document">Document</ref> which describes a <ref target="foaf:Person">Person</ref>s work.
		</p>
		<p>
			This property exists to both identify and keep separate “homepages” of people whose purpose is actually just to describe their professional role with·in an organization or project.
			<ptr target="(FOAF)"/> says “these aren¦t really homepages”.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(FOAF)" fragment="term_workInfoHomepage"/>
	</isDefinedBy>
	<domain>
		<resource name="foaf:Person"/>
	</domain>
	<range>
		<resource name="foaf:Document"/>
	</range>
</ObjectProperty>