You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has essentially been mentioned in #21 and #29 - to reduce some OBOs axioms to a more consistent relation type, we will need to run ROBOT relax as something like the following: robot relax --input cteno.owl --output cteno_relaxed.owl
We can run ROBOT through Py4j, doing the actual relax right around here:
Describe the desired behavior
This has essentially been mentioned in #21 and #29 - to reduce some OBOs axioms to a more consistent relation type, we will need to run ROBOT relax as something like the following:
robot relax --input cteno.owl --output cteno_relaxed.owl
We can run ROBOT through Py4j, doing the actual relax right around here:
kg-obo/kg_obo/transform.py
Line 393 in 7dab134
This should render most OBOs more graph-compatible in general.
The text was updated successfully, but these errors were encountered: