<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE ObjectProperty SYSTEM "../../DTD">
<ObjectProperty functional="yes">
	<label xml:lang="en">has member list</label>
	<comment xml:lang="en">
		<p>
			A <ref target="rdf:List">List</ref> of <ref target="skos:Concept">Concepts</ref> or <ref target="skos:Collection">Collections</ref> which are in this <ref target="skos:OrderedCollection">Ordered Collection</ref>.
		</p>
		<p>
			The ordering of the Concepts or Collections in the List give their ordering within this Ordered Collection.
		</p>
		<p>
			<ptr target="(SKOS)"/> mandates that the elements in the List all be <ref target="skos:member">members</ref> of this Ordered Collection, but there is no way to formally specify this in Owl.
			Users of this ontology are encouraged to make such assertions directly.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SKOS)" fragment="memberList"/>
	</isDefinedBy>
	<domain>
		<resource name="skos:OrderedCollection"/>
	</domain>
	<range>
		<resource name="rdf:List"/>
	</range>
</ObjectProperty>