ontodev / robot

ROBOT is an OBO Tool
http://robot.obolibrary.org
BSD 3-Clause "New" or "Revised" License
264 stars 74 forks source link

Test that ROBOT can handle new JSON-LD format for OBO context #1170

Closed jamesaoverton closed 11 months ago

jamesaoverton commented 11 months ago

See https://github.com/OBOFoundry/OBOFoundry.github.io/pull/2483. I manually modified the obo_context.jsonld based on that PR and the ROBOT test suite passes.

This file is automatically updated and packaged into ROBOT with each release. This code does the updating: robot-maven-plugin/src/main/java/org/obolibrary/robot/UpdateContextMojo.java. It will have to be reworked once the upstream change is made.

jamesaoverton commented 11 months ago

I won't have be able to work on this for at least a week. If someone else can work on this, it would be greatly appreciated!