-
Notifications
You must be signed in to change notification settings - Fork 8
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
Food Ontology Import Issue #303
Comments
With ab8a4e2, I committed a patch so it will build. HOWEVER, with this patch, you cannot run the code in |
Can we mark this "verify in next build"? |
@saramsey Sort of... it hasn't been fixed in the upstream ontology, so this is just a temporary workaround. |
Looks like the current version of
|
Here is the tail end of the long output from running the above with
|
This seems like maybe the start of a solution? |
@ecwood I have a temporary solution. In
This also works:
This is in place of importing |
Longer term, maybe we can use a solution based |
In the really long-term, maybe we'll find an alternative to ontobio that doesn't require the conversion to obograph JSON. I don't know. I know previously, I struggled with rdflib and that is why we ended up using ontobio. |
We need to add this to |
I came across this issue when trying to run the full RTX-KG2 workflow. In addition or perhaps alongside the changes mentioned regarding a pickled version of the original data, would it make sense to remove or update the reference in in Current data in -
url: http://purl.obolibrary.org/obo/foodon.owl
file: foodon.owl
download: true
title: FOODON (Food Ontology) Suggested updates (retaining the non-base FOODON data with hopes that it may be resolved and for later developer reference): # Commented due to owlapi / owltools errors with conversions and object types.
# Replaced by FOODON base below in reference to RTXteam/RTX-KG2#300
# See:
# - https://github.com/RTXteam/RTX-KG2/issues/303
# - https://github.com/FoodOntology/foodon/issues/277
#
#-
# url: http://purl.obolibrary.org/obo/foodon.owl
# file: foodon.owl
# download: true
# title: FOODON (Food Ontology)
-
url: https://raw.githubusercontent.com/FoodOntology/foodon/master/foodon-base.owl
file: foodon-base.owl
download: true
title: FOODON (Food Ontology) Base |
Motivated by #300 and FoodOntology/foodon#277, we need to investigate the food ontology issue more.
Currently, we are going to use a pickled version of
foodon.json
frombuildkg2.rtx.ai
and use that in the build.The text was updated successfully, but these errors were encountered: