mapping-commons / sssom-py

Python toolkit for SSSOM mapping format
https://mapping-commons.github.io/sssom-py/index.html#
MIT License
48 stars 10 forks source link

Add flip step for the built-in sssom:superClassOf predicate during OWL conversion #506

Closed matentzn closed 4 months ago

matentzn commented 4 months ago

Depends on

This PR adds a preprocessing step to the to_owl_graph() method which flips "sssom:superClassOf" edges. I should really document sssom:superClassOf as syntactic sugar, but right now I dont have the bandwidth. I am certain it will come up.

hrshdhgd commented 4 months ago

I merged #505 to main and pulled down to this branch. I think tox should pass this one as well