<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE Class SYSTEM "../../DTD">
<Class>
	<label xml:lang="en">Aggregated Resource</label>
	<comment xml:lang="en">
		<p>
			Some�thing which is <ref target="ore:isAggregatedBy">aggregated by</ref> some <ref target="ore:Aggregation">Aggregation</ref>.
		</p>
		<p>
			This class, on its own, does not imply much of anything, and there isn�t much need to use it directly.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(OAI-ORE)" fragment="aggr_res"/>
	</isDefinedBy>
	<subClassOf>
		<Restriction>
			<onProperty>
				<resource name="ore:isAggregatedBy"/>
			</onProperty>
			<minCardinality>1</minCardinality>
		</Restriction>
	</subClassOf>
</Class>