Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 738 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 738 Bytes

CUDR Maturity Model Ontology

Latest Maturity Model Ontology

https://github.com/csse-uoft/maturity-model-ontology/releases/download/latest/cudr-maturity-model.owl

Latest FAIR Ontology

https://github.com/csse-uoft/maturity-model-ontology/releases/download/latest/fair.owl

Latest CUDR CKAN Cofig

https://github.com/csse-uoft/ckanext-udc/blob/main/ckanext/udc/config.example.json

Usage (MacOS/Unix)

# Install modified owlready2
python -m pip install git+https://github.com/csse-uoft/owlready2.git

# Generate the ontology
python -m src.main

Windows

# Install modified owlready2
python -m pip install git+https://github.com/csse-uoft/owlready2.git

# Generate the ontology
py -m src.main