phwegner / Epilepsyontology

Repo for Epilepsy Ontology
MIT License
0 stars 0 forks source link

EPSO fails on the dashboard due to unloadable imports #2

Open matentzn opened 2 years ago

matentzn commented 2 years ago

See http://dashboard.obofoundry.org/dashboard/index.html

Try:

robot merge -I http://purl.obolibrary.org/obo/epso.owl -o epso_merged.owl
phwegner commented 2 years ago

@matentzn I'll take care of that thank you !

phwegner commented 2 years ago

@matentzn The newest merged file is located here : https://github.com/phwegner/Epilepsyontology/blob/main/release/EPSO_merged.owl

matentzn commented 2 years ago

@phwegner thanks! It is not important where the new merge is - the thing that matters is that the PURL works:

http://purl.obolibrary.org/obo/epso.owl

which you are responsible to configure here:

https://github.com/OBOFoundry/purl.obolibrary.org/blob/master/config/epso.yml

You can test if it works by running:

robot merge -I http://purl.obolibrary.org/obo/epso.owl -o epso_merged.owl
phwegner commented 2 years ago

Okay I replaced the epos.owl with the merged one and now the purl points to the merged file which makes much more sense. Since the other one depends on the local folder structure.

I created the respective pull requests.