<?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>
	<label xml:lang="en">has coverage</label>
	<comment xml:lang="en">
		<p>
			A <ref target="dcterms:Location">Location</ref>, <ref target="dcterms:PeriodOfTime">PeriodOfTime</ref>, or <ref target="dcterms:Jurisdiction">Jurisdiction</ref> of this thing, which this thing is applicable to, or under which this thing is relevant.
		</p>
		<p>
			<ptr target="(DCMI)"/> states that because coverage is so broadly defined, it is preferable to use the more specific subproperties <ptr target="dcterms:temporal"/> and <ptr target="dcterms:spatial"/>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(DCMI)" fragment="http://purl.org/dc/terms/coverage"/>
	</isDefinedBy>
	<range>
		<Class>
			<unionOf>
				<resource name="dcterms:Location"/>
				<resource name="dcterms:PeriodOfTime"/>
				<resource name="dcterms:Jurisdiction"/>
			</unionOf>
		</Class>
	</range>
</ObjectProperty>