From 11c62064159f59ea324b30ca7ddf42fb2e006d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olov=20Ylinenp=C3=A4=C3=A4?= Date: Tue, 23 Nov 2021 15:52:27 +0100 Subject: [PATCH 1/2] Make exactMatch a owl:SymmetricProperty So that `followReverseBroader` in XL can follow it it both directions. It is a symmetric property and is defined as such in skos. --- source/vocab/concepts.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vocab/concepts.ttl b/source/vocab/concepts.ttl index ace9283a2..85ad3c40b 100644 --- a/source/vocab/concepts.ttl +++ b/source/vocab/concepts.ttl @@ -117,7 +117,7 @@ owl:equivalentProperty skos:definition ; owl:equivalentProperty madsrdf:definitionNote . -:exactMatch a owl:ObjectProperty ; +:exactMatch a owl:SymmetricProperty ; :category :integral ; rdfs:label "exact match"@en, "exakt match"@sv ; sdo:domainIncludes :Identity ; From 14bfbe4b20e0de9b394958742cbcf9b98b1830fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olov=20Ylinenp=C3=A4=C3=A4?= <51744858+olovy@users.noreply.github.com> Date: Tue, 23 Nov 2021 16:41:51 +0100 Subject: [PATCH 2/2] Update source/vocab/concepts.ttl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Niklas Lindström --- source/vocab/concepts.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vocab/concepts.ttl b/source/vocab/concepts.ttl index 85ad3c40b..a1b05f9a7 100644 --- a/source/vocab/concepts.ttl +++ b/source/vocab/concepts.ttl @@ -117,7 +117,7 @@ owl:equivalentProperty skos:definition ; owl:equivalentProperty madsrdf:definitionNote . -:exactMatch a owl:SymmetricProperty ; +:exactMatch a owl:ObjectProperty, owl:SymmetricProperty ; :category :integral ; rdfs:label "exact match"@en, "exakt match"@sv ; sdo:domainIncludes :Identity ;