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
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 text was updated successfully, but these errors were encountered:
The
src/ontology/cob-edit.tsv
is now the source-of-truth for all our COB terms. We generatecob-edit.owl
from it, and we should no longer be committingcob-edit.owl
to 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.owl
andsrc/ontology/cob.tsv
to.gitignore
because they are now generated fromcob-edit.tsv
by a script.github/workflows/build.yml
line 9 from 'src/ontology/**-edit.owl' to 'src/ontology/cob-edit.tsv'.The text was updated successfully, but these errors were encountered: