<?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 parent</label>
	<comment xml:lang="en">
		<p>
			A <ref target="sioc:Container">Container</ref> in which this (child) <ref target="sioc:Container">Container</ref> is logically included.
		</p>
		<p>
			This property is not functional:
			A Container can be contained in multiple other Containers.
			Nor is it transitive:
			The parent of the parent of a Container is not its own parent.
			It <em>is</em> irreflexive and asymmetric:
			A Container cannot contain itself, and two Containers cannot contain each other.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SIOC)" fragment="term_has_parent"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="dcterms:isPartOf"/>
	</subPropertyOf>
	<domain>
		<resource name="sioc:Container"/>
	</domain>
	<range>
		<resource name="sioc:Container"/>
	</range>
</ObjectProperty>