From 4288e7040d4fcd759bc7ba6492cb27ef491f5eaf Mon Sep 17 00:00:00 2001 From: muddymudskipper Date: Tue, 9 Jul 2024 08:24:08 +0100 Subject: [PATCH] edit README, bump versionn to 1.0.0beta3 --- CHANGELOG.md | 6 +++++- README.md | 12 ++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ecf2a9..82a5b93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/) -## [unreleased] +## [1.0.0beta3] 2024-07-04 + +### Fixed + +- temporary files are now removed when an error occurs ### Added diff --git a/README.md b/README.md index 4aeae68..5aab7d9 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,10 @@ parameters to include inferred axiom generators: - ObjectPropertyRange - ObjectPropertyDomain +### Validate OWL2 profiles + +Validate the input ontology against OWL profiles (DL, EL, QL, RL, and Full). The ontology is annotated in the output graph. + ### Maximum RAM Percentage Maximum heap size for the Java virtual machine in the DI container running the reasoning process. @@ -90,7 +94,7 @@ Maximum heap size for the Java virtual machine in the DI container running the r # Validate -The plugin outputs the explanation as text in Markdown format using the path "text". +The plugin outputs the explanation as text in Markdown format using the path "markdown". ## Options @@ -129,9 +133,13 @@ The filename of the Markdown file with the explanation of inconsistencies. :warning: Existing files will be overwritten. ### Stop at inconsistencies - Raise an error if inconsistencies are found. If enabled, the plugin does not output entities. +### Validate OWL2 profiles + +Validate the input ontology against OWL profiles (DL, EL, QL, RL, and Full). The valid profiles are added to the output +Markdown file and the ontology is annotated in the output graph. The plugin outputs the profiles using the path "profile". + ### Maximum RAM Percentage Maximum heap size for the Java virtual machine in the DI container running the reasoning process.