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
42 stars 11 forks source link

catalog file from imported ontologies not used correctly. #592

Open francescalb opened 1 year ago

francescalb commented 1 year ago

E.g. domain-battery.ttl imports domain-electrochemistry which again imports several ontologies.

Currently there is a bug in EMMOntpPy and the catalog-file of the imported ontology is not considered.

Once this is checked, catalog-files in domain-battery, and bigmap need to be fixed.

francescalb commented 1 year ago

Check PR 17 in domain-battery, https://github.com/emmo-repo/domain-battery/issues/17