<?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 asymmetric="yes" irreflexive="yes">
	<label xml:lang="en">related object of</label>
	<comment xml:lang="en">
		<p>
			A <ref target="pcdm:Collection">Collection</ref> or <ref target="pcdm:Object">Object</ref> which this Object is aggregated as part of, but in a way which does not imply being a component part.
		</p>
		<p>
			See <ptr target="pcdm:hasRelatedObject"/> for further discussion on the correct usage of this property.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(PCDM)"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="ore:isAggregatedBy"/>
	</subPropertyOf>
	<inverseOf>
		<resource name="pcdm:hasRelatedObject"/>
	</inverseOf>
	<propertyDisjointWith>
		<resource name="pcdm:isMemberOf"/>
	</propertyDisjointWith>
	<domain>
		<resource name="pcdm:Object"/>
	</domain>
	<range>
		<Class>
			<unionOf>
				<resource name="pcdm:Collection"/>
				<resource name="pcdm:Object"/>
			</unionOf>
		</Class>
	</range>
</ObjectProperty>