]> Lady’s Gitweb - Vocab/blob - data/object_properties/dcterms¦creator
Add R·F·C 5005 link relations
[Vocab] / data / object_properties / dcterms¦creator
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: 2024, 2025 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: CC0-1.0
5 -->
6 <!DOCTYPE ObjectProperty SYSTEM "../../DTD">
7 <ObjectProperty>
8 <label xml:lang="en">has creator</label>
9 <comment xml:lang="en">
10 <p>
11 An <ref target="dcterms:Agent">Agent</ref> responsible for making this thing.
12 </p>
13 <p>
14 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"/>.
15 </p>
16 </comment>
17 <isDefinedBy>
18 <SpecificResource source="(DCMI)" fragment="http://purl.org/dc/terms/creator"/>
19 </isDefinedBy>
20 <equivalentProperty>
21 <resource name="foaf:maker"/>
22 </equivalentProperty>
23 <subPropertyOf>
24 <resource name="dcterms:contributor"/>
25 </subPropertyOf>
26 <range>
27 <resource name="dcterms:Agent"/>
28 </range>
29 </ObjectProperty>
This page took 0.087555 seconds and 5 git commands to generate.