<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE DatatypeProperty SYSTEM "../../DTD">
<DatatypeProperty functional="yes">
	<label xml:lang="en">source date end</label>
	<comment xml:lang="en">
		<p>
			The time�stamp for the ending of this <ref target="anno:TimeState">Time State</ref>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(ANNO)" fragment="sourcedateend"/>
	</isDefinedBy>
	<domain>
		<Class>
			<intersectionOf>
				<resource name="anno:TimeState"/>
				<Restriction>
					<onProperty>
						<resource name="anno:sourceDateStart"/>
					</onProperty>
					<minCardinality>1</minCardinality>
				</Restriction>
			</intersectionOf>
		</Class>
	</domain>
	<range>
		<resource name="xsd:dateTime"/>
	</range>
</DatatypeProperty>