<?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">media type</label>
	<comment xml:lang="en">
		<p>
			The media type of this thing.
		</p>
		<p>
			For <ref target="awol:Content">Content</ref> which <ref target="awol:body">has a body</ref>, the media type is the type of that body.
			For <ref target="awol:Content">Content</ref> which <ref target="awol:src">has a source</ref>, the media type is the type of the source.
			For <ref target="awol:Link">Links</ref>, the media type is that of the thing being <ref target="awol:to">linked to</ref>.
		</p>
		<p>
			Media types should conform to the syntax of <ptr target="(RFC6838)"/> and should be rendered in lowercase.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(AWOL)" fragment="type"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="dc11:format"/>
	</subPropertyOf>
	<range>
		<resource name="xsd:string"/>
	</range>
</DatatypeProperty>