]> Lady’s Gitweb - Vocab/blob - data/object_properties/skos¦exactMatch
Initial commit; initial set of vocabs
[Vocab] / data / object_properties / skos¦exactMatch
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 exact match</label>
9 <comment xml:lang="en">
10 <p>
11 A <ref target="skos:Concept">Concept</ref> which is an exact match for this Concept.
12 </p>
13 <p>
14 This property is disjoint with both <ptr target="skos:broadMatch"/> and <ptr target="skos:relatedMatch"/>.
15 Because it is symmetric, it is consequently also disjoint with <ptr target="skos:narrowMatch"/>.
16 </p>
17 <p>
18 <ptr target="(SKOS)"/> defines this property as being transitive; however, honouring this makes it impossible to reason about (in reasonable time) when also preserving the above disjointness relations.
19 This ontology ignores the transitivity and maintains the disjointness.
20 </p>
21 </comment>
22 <isDefinedBy>
23 <SpecificResource source="(SKOS)" fragment="exactMatch"/>
24 </isDefinedBy>
25 <subPropertyOf>
26 <resource name="skos:closeMatch"/>
27 </subPropertyOf>
28 <propertyDisjointWith>
29 <resource name="skos:broadMatch"/>
30 </propertyDisjointWith>
31 <propertyDisjointWith>
32 <resource name="skos:relatedMatch"/>
33 </propertyDisjointWith>
34 </ObjectProperty>
This page took 0.046572 seconds and 5 git commands to generate.