<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2024, 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
<!DOCTYPE ObjectProperty SYSTEM "../../DTD">
<ObjectProperty>
	<label xml:lang="en">has creator</label>
	<comment xml:lang="en">
		<p>
			An <ref target="dcterms:Agent">Agent</ref> responsible for making this thing.
		</p>
		<p>
			This property implies that a given Agent actually <em>was</em> involved (agentially) in the creation of a thing; for a looser form of “authorship” attribution, use <ptr target="sioc:has_creator"/>.
		</p>
	</comment>
	<isDefinedBy>
		<SpecificResource source="(DCMI)" fragment="http://purl.org/dc/terms/creator"/>
	</isDefinedBy>
	<equivalentProperty>
		<resource name="foaf:maker"/>
	</equivalentProperty>
	<subPropertyOf>
		<resource name="dcterms:contributor"/>
	</subPropertyOf>
	<range>
		<resource name="dcterms:Agent"/>
	</range>
</ObjectProperty>