<?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>
	<label xml:lang="en">version</label>
	<comment xml:lang="en">
		<p>
			A version string for this thing.
		</p>
		<p>
			The value of this property is always a <resource name="xsd:string"/>, even when it is conceptually something else (a number or date); the versions <value datatype="xsd:string">1</value> and <value datatype="xsd:string">01</value> are considered different.
		</p>
		<p>
			<ptr target="(SWAP-PIM)"/> actually provides <em>two</em> different definitions for <resource name="doc:version"/>: this one (which seems to actually be used), and an experimental one with roughly the same meaning as <ptr target="dcterms:hasVersion"/>.
			This ontology ignores the latter definition.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SWAP-PIM)"/>
	</isDefinedBy>
	<range>
		<resource name="xsd:string"/>
	</range>
</DatatypeProperty>