<?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">in format</label>
	<comment xml:lang="en">
		<p>
			A <ref target="dcterms:FileFormat">File Format</ref>, <ref target="dcterms:PhysicalMedioum">Physical Medium</ref>, or <ref target="dcterms:SizeOrDuration">Size Or Duration</ref> of this thing.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(DCMI)" fragment="http://purl.org/dc/terms/format"/>
	</isDefinedBy>
	<range>
		<Class>
			<unionOf>
				<resource name="dcterms:MediaType"/>
				<resource name="dcterms:SizeOrDuration"/>
			</unionOf>
		</Class>
	</range>
</ObjectProperty>