<?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">Image</label>
	<comment xml:lang="en">
		<p>
			A <ref target="foaf:Document">Document</ref> which is conveyed as a (still?) image.
		</p>
		<p>
			This class is <em>not</em> equated with <ptr target="dcmitype:StillImage"/> because it <em>can</em> encompass images of text, where·as the latter <em>should not</em>.
			This leaves open the question of what exactly constitutes an “image” in the physical world, but thankfully this class is mostly only ever used for digital images.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(FOAF)" fragment="term_Image"/>
	</isDefinedBy>
	<subClassOf>
		<resource name="foaf:Document"/>
	</subClassOf>
</Class>