/GARUM

GARUM's python implementation

Primary LanguagePython

GARUM

GARUM's python implementation.

Directory Structure

ontologies/: include all ontology files and KG files. myontology.py: the main script.

Usage

  1. Enter in root directory of repository.
  2. Switch to virtual environment.
    source bin/activate
    
  3. Run script.
    python3 myontology.py
    
    or
    python3 myonto_online.py
    

Note: myonto_online.py uses the KG over endpoint, myontology.py works in local only.