From 43a3264f092092bf2ef0d4017966607703393e92 Mon Sep 17 00:00:00 2001 From: muddymudskipper Date: Wed, 7 Aug 2024 14:39:03 +0100 Subject: [PATCH] edit readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15285c3..a445a73 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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