]> Lady’s Gitweb - Vocab/blob - data/object_properties/skos¦related
Initial commit; initial set of vocabs
[Vocab] / data / object_properties / skos¦related
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: CC0-1.0
5 -->
6 <!DOCTYPE ObjectProperty SYSTEM "../../DTD">
7 <ObjectProperty symmetric="yes">
8 <label xml:lang="en">has related</label>
9 <comment xml:lang="en">
10 <p>
11 A <ref target="skos:Concept">Concept</ref> which is related to, but not <ref target="skos:broader">broader</ref> or <ref target="skos:narrower">narrower</ref> than, this Concept.
12 </p>
13 <p>
14 This property is disjoint with <ptr target="skos:broader"/>, and (because it is a symmetric property) consequently also disjoint with <ptr target="skos:narrower"/>.
15 <ptr target="(SKOS)"/> actually makes a stronger statement, and defines it as disjoint with <ptr target="skos:broaderTransitive"/>—but that isn¦t possible to reason about in Owl (in reasonable time).
16 Users of this ontology should take care not to use this property not to relate Concepts which are broader or narrower than each other, even transitively.
17 </p>
18 </comment>
19 <isDefinedBy>
20 <SpecificResource source="(SKOS)" fragment="related"/>
21 </isDefinedBy>
22 <subPropertyOf>
23 <resource name="skos:semanticRelation"/>
24 </subPropertyOf>
25 <propertyDisjointWith>
26 <resource name="skos:broader"/>
27 </propertyDisjointWith>
28 </ObjectProperty>
This page took 0.050286 seconds and 5 git commands to generate.