Skip to content

Latest commit

 

History

History

ontology

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Find OWL files for many important ontologies here:

Here is the NCI file I've used in testing:

Find i2b2 translated ontologies here:

scripts

rdf.py

This script uses the rdflib python library to parse .owl files. It should parse most owl files even if they use extensions to the OWL schema. Except for GO and NCI, try this script first.

owl.py

This is a simple script that understands basic OWL xml files. However, it does not understand OWL extensions. This script is recommended for NCI and GO ontologies (see command-line options by running owl.py with no arguments).

i2b2.py

This script will convert files that are formatted for importing into i2b2. NOTE: Many of these files handle escaping special characters very poorly.

validate.py

This runs consistency checks over a LabKey ontology archive (.zip). It is good practice to run this tool before uploading an archive in order to flag problems that may cause unexpected behaviors.