<?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 functional="yes">
	<label xml:lang="en">has account service home·page</label>
	<comment xml:lang="en">
		<p>
			The <ref target="foaf:Document">Document</ref> which is the “service home·page” for this <ref target="foaf:OnlineAccount">Online Account</ref>.
		</p>
		<p>
			<ptr target="(FOAF)"/> describes this as the home·page for the “supporting service provider”, but it¦s more accurate to say that this property indicates the landing page for the service itself.
			This ontology defines it as functional; an Online Account can have at most one of these.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(FOAF)" fragment="term_accountServiceHomepage"/>
	</isDefinedBy>
	<domain>
		<resource name="foaf:OnlineAccount"/>
	</domain>
	<range>
		<resource name="foaf:Document"/>
	</range>
</ObjectProperty>