]> Lady’s Gitweb - Vocab/blob - data/object_properties/pcdm¦hasRelatedObject
509fcb4279aaa110c9e00c15c7e853e16de452c0
[Vocab] / data / object_properties / pcdm¦hasRelatedObject
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: 2025 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: CC0-1.0
5 -->
6 <!DOCTYPE ObjectProperty SYSTEM "../../DTD">
7 <ObjectProperty asymmetric="yes" irreflexive="yes">
8 <label xml:lang="en">has related object</label>
9 <comment xml:lang="en">
10 <p>
11 An <ref target="pcdm:Object">Object</ref> which is aggregated as part of this <ref target="pcdm:Collection">Collection</ref> or <ref target="pcdm:Object">Object</ref>, but which is not considered a component part.
12 </p>
13 <p>
14 This property is intended for things like licensing agreements or cover art which are considered part of a Collection or Object from the perspective of resource aggregation, but not from the perspective of conceptual composition.
15 Related objects are <ref target="ore:aggregates">aggregated in</ref> and consequently <ref target="dcterms:isPartOf">part of</ref> the things they are related to, but as something other than a compositional component.
16 For more general kinds of relation, use <ptr target="sioc:related_to"/>.
17 </p>
18 </comment>
19 <isDefinedBy>
20 <SpecificResource source="(PCDM)"/>
21 </isDefinedBy>
22 <subPropertyOf>
23 <resource name="ore:aggregates"/>
24 </subPropertyOf>
25 <propertyDisjointWith>
26 <resource name="pcdm:hasMember"/>
27 </propertyDisjointWith>
28 <domain>
29 <Class>
30 <unionOf>
31 <resource name="pcdm:Collection"/>
32 <resource name="pcdm:Object"/>
33 </unionOf>
34 </Class>
35 </domain>
36 <range>
37 <resource name="pcdm:Object"/>
38 </range>
39 </ObjectProperty>
This page took 0.052937 seconds and 3 git commands to generate.