The src/ontology/cob-edit.tsv is now the source-of-truth for all our COB terms. We generate cob-edit.owl from it, and we should no longer be committing cob-edit.owl to the repo
- document
cob-edit.tsv, how it works, the meanings of the columns, how to edit, what scripts / Make tasks to run, etc.
add src/ontology/cob-edit.owl and src/ontology/cob.tsv to .gitignore because they are now generated from cob-edit.tsv by a script done in a91255b
- change the trigger in
.github/workflows/build.yml line 9 from 'src/ontology/**-edit.owl' to 'src/ontology/cob-edit.tsv'.
The
src/ontology/cob-edit.tsvis now the source-of-truth for all our COB terms. We generatecob-edit.owlfrom it, and we should no longer be committingcob-edit.owlto the repocob-edit.tsv, how it works, the meanings of the columns, how to edit, what scripts / Make tasks to run, etc.adddone in a91255bsrc/ontology/cob-edit.owlandsrc/ontology/cob.tsvto.gitignorebecause they are now generated fromcob-edit.tsvby a script.github/workflows/build.ymlline 9 from 'src/ontology/**-edit.owl' to 'src/ontology/cob-edit.tsv'.