diff --git a/README.md b/README.md index d7697a3..ea9783a 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,7 @@ Validate the input ontology against OWL profiles (DL, EL, QL, RL, and Full) and If enabled along with the "Validate OWL2 profiles" parameter, the valid profiles and ontology IRI is taken from the config port input (parameters "valid_profiles" and "ontology_graph_iri") instead of from running the validation in the -plugin. The valid profiles input is a comma-separated string (e.g. "Full,DL").the ontology IRI and list of valid -profiles is taken from the config port input, without validating the ontology against the profiles in the 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. +plugin. The valid profiles input is a comma-separated string (e.g. "Full,DL"). ### Add ontology graph import to result graph diff --git a/cmem_plugin_reason/plugin_reason.py b/cmem_plugin_reason/plugin_reason.py index bf4d0fd..f78085f 100644 --- a/cmem_plugin_reason/plugin_reason.py +++ b/cmem_plugin_reason/plugin_reason.py @@ -368,7 +368,7 @@ def add_result_import(self) -> None: post(query=query) def remove_ontology_import(self) -> None: - """remove ontology graph import from output graph""" + """Remove ontology graph import from output graph""" query = f""" DELETE DATA {{ GRAPH <{self.output_graph_iri}> {{ diff --git a/cmem_plugin_reason/reason_doc.md b/cmem_plugin_reason/reason_doc.md index a28ccf9..e5a58b4 100644 --- a/cmem_plugin_reason/reason_doc.md +++ b/cmem_plugin_reason/reason_doc.md @@ -62,10 +62,7 @@ Validate the input ontology against OWL profiles (DL, EL, QL, RL, and Full) and If enabled along with the "Validate OWL2 profiles" parameter, the valid profiles and ontology IRI is taken from the config port input (parameters "valid_profiles" and "ontology_graph_iri") instead of from running the validation in the -plugin. The valid profiles input is a comma-separated string (e.g. "Full,DL").the ontology IRI and list of valid -profiles is taken from the config port input, without validating the ontology against the profiles in the 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. +plugin. The valid profiles input is a comma-separated string (e.g. "Full,DL"). ### Add ontology graph import to result graph