<?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">Ordered Collection</label>
	<comment xml:lang="en">
		<p>
			An ordered <ref target="skos:Collection">Collection</ref> of <ref target="skos:Concept">Concepts</ref>.
		</p>
		<p>
			The ordering of the <ref target="skos:member">members</ref> of an Ordered Collection is determined by their position within its <ref target="skos:memberList">member list</ref>, but it is not possible to formally reason about this.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SKOS)" fragment="OrderedCollection"/>
	</isDefinedBy>
	<subClassOf>
		<resource name="skos:Collection"/>
	</subClassOf>
</Class>