Skip to content

Ontology imports

Leigh Carmody edited this page Mar 18, 2021 · 1 revision

Importing a new ontology


  1. add imports to src/ontology/maxo-odk.yaml
  • i.e., open maxo-odk.yaml in a text editor and add the new ontology under 'import_group: products:' ex. - id: obi

  • Note: if the ontology is large, then should use this and increase docker memory mport_group: products:

    • id: pr use_gzipped: TRUE is_large: TRUE
  • If issues, see comments HERE

  1. in terminal sh run.sh make update_repo
  2. open maxo-edit.owl in text editor add import statement
  1. open catalog-v001.xml in text editor and add import statement
  • Add at least the .owl statement. The obo file is not a requirement. ex.
  1. terminal sh run.sh make imports/obi_import.owl
  2. open maxo-edit.owl in protege and run reasoner to look for unsatisfiable classes