<?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 irreflexive="yes" asymmetric="yes">
	<label xml:lang="en">has space</label>
	<comment xml:lang="en">
		<p>
			A <ref target="sioc:Space">Space</ref> which this thing is a part of.
		</p>
		<p>
			This property can apply to <ref target="sioc:Item">Items</ref>, but also to <ref target="sioc:Container">Containers</ref> or any other conceptual entity which is considered accessible “thru” or “as part of” that Space.
			(The exact semantics here are a bit fuzzy.)
		</p>
		<p>
			This property is irreflexive:
			A Space cannot have itself as a space.
			It is also asymmetric:
			Two Spaces cannot have each other as a space.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SIOC)" fragment="term_has_space"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="dcterms:isPartOf"/>
	</subPropertyOf>
	<range>
		<resource name="sioc:Space"/>
	</range>
</ObjectProperty>