<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE DatatypeProperty SYSTEM "../../DTD">
<DatatypeProperty>
	<label xml:lang="en">language</label>
	<comment xml:lang="en">
		<p>
			A language which products of this <ref target="doap:Project"/> are available in.
		</p>
		<p>
			This property is perhaps overly vague:
			It does not specify which products (documentation, software), nor the extent of the availability.
		</p>
		<p>
			<ptr target="(DOAP)"/> does not formally specify the range of this property as <resource name="xsd:language"/>, but the description makes this clear.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(DOAP)"/>
	</isDefinedBy>
	<domain>
		<resource name="doap:Project"/>
	</domain>
	<range>
		<resource name="xsd:language"/>
	</range>
</DatatypeProperty>