Skip to content

Update import OWL files using OntoFox

jie zheng edited this page Sep 8, 2021 · 1 revision
  1. Update the local git repository

  2. Update the Ontofox input files that is under ogms/src/ontology/OntoFox-input

  3. 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

  4. 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.

  5. 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

Clone this wiki locally