<?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">length</label>
	<comment xml:lang="en">
		<p>
			The length in bytes of the thing this <ref target="awol:Link">Link</ref> is <ref target="awol:to">linking to</ref>.
		</p>
		<p>
			<ptr target="(AWOL)"/> defines the domain of this property as being <ptr target="awol:Content"/> instead, but this appears to be a confusion; <code>length</code> is a property of Links in <ptr target="(RFC4287)"/>.
			It also restricts the value of this property to <resource name="xsd:int"/>, but this seems to be an unnecessary limitation.
		</p>
		<p>
			This property is classified as a subproperty of <ptr target="dc11:format"/>, as extent is considered an aspect of format in <ptr target="(DCMI)"/>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(AWOL)" fragment="length"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="dc11:format"/>
	</subPropertyOf>
	<domain>
		<resource name="awol:Link"/>
	</domain>
	<range>
		<resource name="xsd:integer"/>
	</range>
</DatatypeProperty>