-
Notifications
You must be signed in to change notification settings - Fork 17
Update import OWL files using OntoFox
jie zheng edited this page Sep 8, 2021
·
1 revision
-
Update the local git repository
-
Update the Ontofox input files that is under ogms/src/ontology/OntoFox-input
-
Run
make imports
, it will generate the OWL file(s) if any OntoFox-input file(s) updated using OntoFox and make the base file to reduce inconsistency
Note: Generally it will automatically identify which OntoFox input file has been changed and only update that import OWL file -
Run
make -B imports
, it will force to generate all import OWL files based on the OntoFox input files no matter they have been changed or not. -
Run
git diff
to check new generated OWL files under /src/ontology/imports/ to make sure the changes are correct before commit to the github repository