-
Notifications
You must be signed in to change notification settings - Fork 12
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
Installing/importing ontologies from code #660
Comments
@yoavnash You are referring to the editable ontology with this, right? |
No, but rather being able to do something such as: from osp.core.ontology import install_ontology
install_ontology('my_ontology.owl') |
Is there a chance to support it before the next major version? |
Great! :) |
@Ktoti For info |
It's on #761's description. Just pass paths separated by commas to |
It's a bit hard to extract from the description. I would suggest adding a section about it somewhere in the docs. |
I have some questions: Where is the description? and why do we need more than just 1 path? is the path passed the yml file path? Thanks :) |
With description I mean this specific message. I will answer the other questions together with the answer to this other message from you. |
[Update] In some situations, it could be useful to be able to install ontologies from the code itself, rather than installing them via pico.
The text was updated successfully, but these errors were encountered: