emmo-repo / EMMOntoPy

Library for representing and working with ontologies in Python
https://emmo-repo.github.io/EMMOntoPy
BSD 3-Clause "New" or "Revised" License
40 stars 9 forks source link

saving squashed ontologies saves the version iri wrongly. #727

Open francescalb opened 7 months ago

francescalb commented 7 months ago

Example: When looking up the squashed version on github pages (https://emmo-repo.github.io/versions/1.0.0-beta7/emmo.ttl) owl:versionIRI :1.0.0-beta7 ; which means that it uses the prefix as first part.

It should be owl:versionIRI https://w3id.org/emmo/1.0.0-beta7 ;