We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ontoconvert --squash
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.
rdfs:isDefinedBy
--annotate-source
Finally correct the help string for the --annotate-source option. Replace dcterms:source with rdfs:isDefinedBy.
dcterms:source
The text was updated successfully, but these errors were encountered:
Addressed in EMMOntoPy PR emmo-repo/EMMOntoPy#719
Sorry, something went wrong.
No branches or pull requests
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. Replacedcterms:source
withrdfs:isDefinedBy
.The text was updated successfully, but these errors were encountered: