Skip to content

Commit

Permalink
edit README, bump versionn to 1.0.0beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jul 9, 2024
1 parent b073517 commit 4288e70
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4288e70

Please sign in to comment.