]> Lady’s Gitweb - Vocab/blob - data/object_properties/sioc¦has_parent
Add R·F·C 5005 link relations
[Vocab] / data / object_properties / sioc¦has_parent
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 irreflexive="yes" asymmetric="yes">
8 <label xml:lang="en">has parent</label>
9 <comment xml:lang="en">
10 <p>
11 A <ref target="sioc:Container">Container</ref> in which this (child) <ref target="sioc:Container">Container</ref> is logically included.
12 </p>
13 <p>
14 This property is not functional:
15 A Container can be contained in multiple other Containers.
16 Nor is it transitive:
17 The parent of the parent of a Container is not its own parent.
18 It <em>is</em> irreflexive and asymmetric:
19 A Container cannot contain itself, and two Containers cannot contain each other.
20 </p>
21 </comment>
22 <isDefinedBy>
23 <SpecificResource source="(SIOC)" fragment="term_has_parent"/>
24 </isDefinedBy>
25 <subPropertyOf>
26 <resource name="dcterms:isPartOf"/>
27 </subPropertyOf>
28 <domain>
29 <resource name="sioc:Container"/>
30 </domain>
31 <range>
32 <resource name="sioc:Container"/>
33 </range>
34 </ObjectProperty>
This page took 0.06029 seconds and 5 git commands to generate.