From a3278b0a40a18c07fe43f0fd9a328a86af24be4e Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Mon, 29 Jul 2024 12:46:31 -0400 Subject: [PATCH 1/2] Update whelk version to fix inferred property assertion generation. --- robot-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot-core/pom.xml b/robot-core/pom.xml index 262bc961a..b160fb27a 100644 --- a/robot-core/pom.xml +++ b/robot-core/pom.xml @@ -280,7 +280,7 @@ org.geneontology whelk-owlapi_${scala.version} - 1.0.4 + 1.1.3 net.sourceforge.owlapi From d8205e4465ab5f86d9ef438540d76aee551da04c Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Mon, 29 Jul 2024 12:49:43 -0400 Subject: [PATCH 2/2] Update changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6aa7f10a..0aa6e5b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed +- Output inferred object property assertions using Whelk reasoner, by updating to Whelk 1.1.3. [#1121] + ## [1.9.6] - 2024-05-28 ### Added