<?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">Resource Selection</label>
	<comment xml:lang="en">
		<p>
			A thing which identifies part, or all, of a different thing, potentially in a particular state.
		</p>
		<p>
			The properties <ptr target="anno:hasSelector"/> and <ptr target="anno:hasState"/> may be used to narrow the selection; if not provided, the entire resource in all of its states is selected.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(ANNO)" fragment="resourceselection"/>
	</isDefinedBy>
	<subClassOf>
		<Restriction>
			<onProperty>
				<resource name="anno:hasSource"/>
			</onProperty>
			<cardinality>1</cardinality>
		</Restriction>
	</subClassOf>
</Class>