<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE ObjectProperty SYSTEM "../../DTD">
<ObjectProperty irreflexive="yes" asymmetric="yes">
	<label xml:lang="en">has previous version</label>
	<comment xml:lang="en">
		<p>
			A thing which is the previous revision of this thing.
		</p>
		<p>
			This property is <em>not</em> functional or inverse functional; forks and merges are allowed.
		</p>
		<p>
			<ptr target="(SIOC)"/> restricts the domain and range of this property to <ref target="sioc:Item">Items</ref>, but this ontology does not recognize this restriction.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SIOC)" fragment="term_previous_version"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="sioc:earlier_version"/>
	</subPropertyOf>
	<inverseOf>
		<resource name="sioc:next_version"/>
	</inverseOf>
</ObjectProperty>