https://github.com/csse-uoft/compass-ontology/releases/download/latest/compass.owl
# Install modified owlready2
pip3 install git+https://github.com/csse-uoft/owlready2.git
# Generate the ontology
python -m src.mainReplace
pip3->pip;python->py.