<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE Class SYSTEM "../../DTD">
<Class>
	<label xml:lang="en">Collection</label>
	<comment xml:lang="en">
		<p>
			A group of <ref target="skos:Concept">Concepts</ref>.
		</p>
		<p>
			The Concepts in a Collection are its <ref target="skos:member">members</ref>.
			Collections can also be nested:
			They can have members which are other Collections.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SKOS)" fragment="Collection"/>
	</isDefinedBy>
	<disjointWith>
		<resource name="skos:Concept"/>
	</disjointWith>
	<disjointWith>
		<resource name="skos:ConceptScheme"/>
	</disjointWith>
</Class>