Skip to content

Commit

Permalink
edit changelog and label
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jul 11, 2024
1 parent 483ee73 commit 87fa505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

### Added

- valid OWL profiles can be read on the input instead of validating the ontology in the plugin
- valid OWL profiles can be read on the Reason plugin input instead of validating the ontology in the plugin

### Changed

- use DCMI Metadata Terms for provenance
- new icons

## [1.0.0beta3] 2024-07-09

Expand Down
2 changes: 1 addition & 1 deletion cmem_plugin_reason/plugin_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


@Plugin(
label="Validate",
label="Validate OWL consistency",
description="Validates the consistency of an OWL ontology.",
documentation="""A task validating the consistency of an OWL ontology and generating an
explanation if inconsistencies are found. The explanation can be written to the project as a
Expand Down

0 comments on commit 87fa505

Please sign in to comment.