<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE ObjectProperty SYSTEM "../../DTD">
<ObjectProperty>
	<label xml:lang="en">has host</label>
	<comment xml:lang="en">
		<p>
			A <ref target="sioc:Site">Site</ref> which hosts this <ref target="sioc:Container">Container</ref>.
		</p>
		<p>
			“Hosting”, in this case, has a dual meaning :⁠—
		</p>
		<list>
			<item>
				<p>
					The Site which hosts a Container must make the Container accessible as part of the same network thru which one accesses the Site itself:
					The Site must be a technological host or access point for the Container.
				</p>
			</item>
			<item>
				<p>
					The Site which hosts a Container must <em>logically</em> include the Container:
					The Container must comprise a logical part of the Site.
				</p>
			</item>
		</list>
		<p>
			This property is <em>not</em> functional (or inverse functional); multiple Sites may host a Container, and multiple Containers may be hosted by a Site.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SIOC)" fragment="term_has_host"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="sioc:has_space"/>
	</subPropertyOf>
	<domain>
		<resource name="sioc:Container"/>
	</domain>
	<range>
		<resource name="sioc:Site"/>
	</range>
</ObjectProperty>