<?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>
	<label xml:lang="en">creates</label>
	<comment xml:lang="en">
		<p>
			A <ref target="siocactions:DigitalArtifact">Digital Artefact</ref> which is created by this <ref target="siocactions:Action">Action</ref> and continues existing after it.
		</p>
		<p>
			This property implies that the Digital Artefact exists after the Action is completed.
			It should <em>not</em> be used in cases where a Digital Artefact is created and deleted in the same Action.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(SIOC)"/>
	</isDefinedBy>
	<subPropertyOf>
		<resource name="siocactions:object"/>
	</subPropertyOf>
	<propertyDisjointWith>
		<resource name="siocactions:deletes"/>
	</propertyDisjointWith>
</ObjectProperty>