Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.01 KB

CONTRIBUTE.md

File metadata and controls

17 lines (9 loc) · 1.01 KB

Contributing to the CASE ontology

Testing prerelease states

Practices for users interested in testing prerelease states are documented on the Cyber Domain Ontology website.

Using Protégé catalog files

Interested users of catalog-v001.xml files, e.g. users of Protégé, can use these XML files to interact with CASE as local files. To do so, CASE must be git-clone'd with Git submodules also cloned. This can be done with the following commands:

  • git clone --recursive https://github.com/casework/CASE.git (all users)
  • git clone https://github.com/casework/CASE.git ; cd CASE ; make (macOS or Linux users)
    • The narrowest setup operation strictly for purposes of supporting the catalog-v001.xml files is to run make .git_submodule_init.done.log instead of the default make all.

Protégé should not require network connectivity to load imported ontologies after the above commands are run.