<?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">language</label>
	<comment xml:lang="en">
		<p>
			The language of the thing this <ref target="awol:Link">Link</ref> is <ref target="awol:to">linking to</ref>.
		</p>
		<p>
			When the <ref target="awol:rel">link relation</ref> of this Link is <ptr target="rel:alternate" type="individual"/>, the presence of a language implies that the thing being linked to is a translation of the Links <ptr target="awol:subject"/>.
		</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; the documentation clearly links to the specification for <code>hreflang</code> (a property of Links in <ptr target="(RFC4287)"/>), not language signification in general.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(AWOL)" fragment="lang"/>
	</isDefinedBy>
	<domain>
		<resource name="awol:Link"/>
	</domain>
	<range>
		<resource name="xsd:language"/>
	</range>
</DatatypeProperty>