-
Notifications
You must be signed in to change notification settings - Fork 29
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
SQLImpl() does not download ontology? #90
Comments
I guess I was missing a piece.. It needs to be a SQL db, cant be an arbitrary obo/owl file.. Now looking for how to convert first. This also wont work:
How do I convert a local obo file into a db file? Assuming that is what the issue is I mean. |
Needs to be .owl in rdf/xml as that is what rdftab accepts. We can probably
avoid rdftab dependency, we don’t use the stanza column
…On Thu, Jun 2, 2022 at 3:42 AM Nico Matentzoglu ***@***.***> wrote:
I guess I was missing a piece.. It needs to be a SQL db, cant be an
arbitrary obo/owl file.. Now looking for how to convert first.
This also wont work:
resource = OntologyResource(slug='sqlite:mondo.db', local=False)
How do I convert a local obo file into a db file? Assuming that is what
the issue is I mean.
—
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMMONVBHAVAPA4P22HL3LVNCFX5ANCNFSM5XUQRS3Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Cant get it to work, like this? resource = OntologyResource(slug='mondo.owl', local=True) |
I believe that should work |
Results in
|
try with the latest version from 2 days ago from your stacktrace that seems to be a (quite) old version? this is what post_init looks like now: this is my output:
|
I had some other issues here, but I moved them to #294 , as I think they are unrelated to this issue. |
* Add option to filter owl tautologies * Raise exception if path to sqlite db does not exist, fixes #90 * moving towards general compliance suite, #291 * Renaming check-definitions to validate-definitions. #30 * ability to filter owl tautologies. Adding missing predicate filter for abstract_sparql_implementation.py * lint
results in:
Same works with prontoimpl
The text was updated successfully, but these errors were encountered: