Skip to content

Commit

Permalink
change output graph comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Aug 28, 2024
1 parent 021f543 commit 6fc40f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmem_plugin_reason/plugin_reason.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def reason(self, graphs: dict) -> None:
f"--remove-annotations "
f'--language-annotation rdfs:label "{self.get_output_graph_label()}" en '
f"--language-annotation rdfs:comment "
f'"Reasoning result set of <{self.data_graph_iri}> and '
f'"Reasoning results of data graph <{self.data_graph_iri}> with ontology '
f'<{self.ontology_graph_iri}>" en '
f'--link-annotation dc:source "{self.data_graph_iri}" '
f'--link-annotation dc:source "{self.ontology_graph_iri}" '
Expand Down

0 comments on commit 6fc40f5

Please sign in to comment.