-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I'm still working on enhancing RickView's capabilities regarding ontologies and I'm using ANNO as a test case, which imports gfo-light, which itself imports gfo-core.
As RickView is written in Rust I'm currently testing the Rust ontology library https://github.com/phillord/horned-owl which crashes with OWL imports like https://w3id.org/gfo-core/release/2025-04-07 however it works with https://w3id.org/gfo-core.
While I raised this issue at phillord/horned-owl#153 I don't know enough about OWL imports to decide whether this is an error in horned-owl or whether this is a general problem of the import itself not conforming to some standard.
Anyways, would it be possible to change the related line owl:imports <https://w3id.org/gfo-core/release/2025-04-07>; to owl:imports <https://w3id.org/gfo-core>; or is it necessary to refer to that exact version?