<?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">State</label>
	<comment xml:lang="en">
		<p>
			A thing which describes the intended state of another thing, as needed to retrieve a correct representation.
		</p>
		<p>
			This class is primarily intended to be subclassed, not used directly.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(ANNO)" fragment="state"/>
	</isDefinedBy>
	<subClassOf>
		<Restriction>
			<onProperty>
				<resource name="anno:refinedBy"/>
			</onProperty>
			<allValuesFrom>
				<Class>
					<unionOf>
						<resource name="anno:Selector"/>
						<resource name="anno:State"/>
					</unionOf>
				</Class>
			</allValuesFrom>
		</Restriction>
	</subClassOf>
</Class>