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.main
Replace
pip3
->pip
;python
->py
.