-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Fix missing imports #6
base: main
Are you sure you want to change the base?
Conversation
Added missing imports for correct use with Protege and owlapi
Hi @vchavez, thank you for reporting this. Currently, these lists are
This would prevent generic tools from downloading RDF files from the web. What do you think? |
I tried the suggestion in Protege but I still get the same error Here is the changed file with the suggestion (note: uploaded as txt as github blacklists ttl extension files) |
@vChavezB Could you try to change: Sorry for the mistake. |
OK, I've looked at the log messages:
So I tried to just add
and suprisingly this is working?! But I'm also not completely against adding the imports. I just can't assess the possible impacts if tools try to resolve them. |
Thanks for the update, that worked. Well from my short experience with ontology tools is that if you do not have internet access you need to point to the imports locally. Protege has an option for this and the owlapi also has a way to do this. So this might hinder development if the users of this project do not implement a way to load ontologies locally. So for compatiblity reasons this might break software that depend on this ontology. I think the manual declaration of the entities would be a better solution. |
Added missing imports for correct use with Protege and owlapi.
Fixes #5