<?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">Selector</label>
	<comment xml:lang="en">
		<p>
			A thing which describes an area of interest in another thing.
		</p>
		<p>
			This class is primarily intended to be subclassed, not used directly.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(ANNO)" fragment="selector"/>
	</isDefinedBy>
	<subClassOf>
		<Restriction>
			<onProperty>
				<resource name="anno:refinedBy"/>
			</onProperty>
			<allValuesFrom>
				<resource name="anno:Selector"/>
			</allValuesFrom>
		</Restriction>
	</subClassOf>
</Class>