emmo-repo/EMMO

Ensure that `ontoconvert --squash` writes correct base IRI

Closed this issue · 1 comments

Currently, ontoconvert --squash replaces the trailing hash (#) in the base IRI with a slash (/).

It also seems that the rdfs:isDefinedBy IRIs prodused by the --annotate-source option have the hash replaced with a slash.

Finally correct the help string for the --annotate-source option. Replace dcterms:source with rdfs:isDefinedBy.

Addressed in EMMOntoPy PR emmo-repo/EMMOntoPy#719