IBM / datascienceontology

Data Science Ontology
https://www.datascienceontology.org
Creative Commons Attribution 4.0 International
36 stars 14 forks source link

Generate OWL artifact #27

Open cthoyt opened 2 years ago

cthoyt commented 2 years ago

Closes #25

This PR adds a first attempt at generating OWL ontology artifacts (in OWL/XML, OBO, and OBO Graph JSON) for the Data Science Ontology. It's implemented in a Python script to the tools/ folder that generates various.

Assumptions

In order to make this work, I had to make several inferences:

  1. Create some top-level terms for Language, Type, Function, Package
  2. Infer connections to one of the top-level terms for entries that didn't have a parent
  3. Create some new relationships such as implemented_in

To Do