ontology-development-kit
ontology-development-kit copied to clipboard
Bootstrap an OBO Library ontology
This pull request updates constraints.txt. Make sure you run make tests manually.
One of the optional artefact the ODK can generate is `-baselite`, which (if I am not mistaken) corresponds to what used to be the `-base` artefact before we switched to...
The CL custom Makefile includes a rule to generate some documentation pages from the DOSDP patterns: ```Makefile pattern_docs: dosdp document -i ../patterns/dosdp-patterns/ -o ../../docs/patterns/ -d ../patterns/data/matches/ ``` Given that the...
The ODK 1.5 forcefully introduced a new feature in which almost all annotation properties, except `rdfs:label` and `IAO:0000115`, are forcibly removed from the import modules. I say “forcefully” because, unless...
We’ve just had a case (as part of #1076) where one of the programs provided by the ODK (`j2`) was broken to the point that it could not even run....