Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Aug 7, 2024
1 parent e2aad78 commit 43a3264
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ Validate the input ontology against OWL profiles (DL, EL, QL, RL, and Full). The

If enabled along with the "Validate OWL2 profiles" parameter, the list of valid profiles is taken from the plugin input,
without validating the ontology against the profiles in the plugin. The inputs need to include the entity paths "profile"
for the valid profiles, and "ontology" for the ontology IRI. If the "Validate OWL2 profiles" parameter is enabled in the
"Validate" plugin, it can be directly connected to the input of the "Reason" plugin.
for the valid profiles, and "ontology" for the ontology IRI, the latter overriding the setting in the "Reason" plugin.
If the "Validate OWL2 profiles" parameter is enabled in the "Validate" plugin, it can be directly connected to the input
of the "Reason" plugin.


### Maximum RAM Percentage
Expand All @@ -102,7 +103,8 @@ 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 "markdown".
The plugin outputs the explanation as text in Markdown format on the path "markdown",
the ontology IRI on the path "ontology", and (if enabled) the valid OWL2 profiles in the path "profile".

## Options

Expand Down

0 comments on commit 43a3264

Please sign in to comment.