INCATools / ubergraph

Integrated OBO ontology store
BSD 3-Clause "New" or "Revised" License
43 stars 3 forks source link

Use ELK 0.5+ in coherency check #78

Open balhoff opened 2 years ago

balhoff commented 2 years ago

The coherency check relies on the ELK 0.4.3 in ROBOT, which doesn't handle object property ranges. For a stronger check we should find a way to use a newer ELK version.

matentzn commented 2 years ago

One option is to create an experimental branch in the ROBOT repo, and add it as robot-dev into ODK. This way we can use experimental features even if they are not released yet by changing ROBOT=robot-dev..

ELK 0.5 would be a good one to start with.