]> Lady’s Gitweb - Vocab/blob - data/object_properties/pcdm¦isRelatedObjectOf
51f5b90a49b7dd39f8788644a151034bdba3cf69
[Vocab] / data / object_properties / pcdm¦isRelatedObjectOf
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">related object of</label>
9 <comment xml:lang="en">
10 <p>
11 A <ref target="pcdm:Collection">Collection</ref> or <ref target="pcdm:Object">Object</ref> which this Object is aggregated as part of, but in a way which does not imply being a component part.
12 </p>
13 <p>
14 See <ptr target="pcdm:hasRelatedObject"/> for further discussion on the correct usage of this property.
15 </p>
16 </comment>
17 <isDefinedBy>
18 <SpecificResource source="(PCDM)"/>
19 </isDefinedBy>
20 <subPropertyOf>
21 <resource name="ore:isAggregatedBy"/>
22 </subPropertyOf>
23 <inverseOf>
24 <resource name="pcdm:hasRelatedObject"/>
25 </inverseOf>
26 <propertyDisjointWith>
27 <resource name="pcdm:isMemberOf"/>
28 </propertyDisjointWith>
29 <domain>
30 <resource name="pcdm:Object"/>
31 </domain>
32 <range>
33 <Class>
34 <unionOf>
35 <resource name="pcdm:Collection"/>
36 <resource name="pcdm:Object"/>
37 </unionOf>
38 </Class>
39 </range>
40 </ObjectProperty>
This page took 0.132101 seconds and 3 git commands to generate.