You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
francescalb
changed the title
saving suqashed ontologies saves the version iri wrongly.
saving squashed ontologies saves the version iri wrongly.
Mar 7, 2024
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 ;
The text was updated successfully, but these errors were encountered: