Knowledge-Graph-Hub / universalizer

The KG-Hub Universalizer provides functions for knowledge graph cleanup and identifier normalization.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Fix for IndexError on search for STY IRI #20

Closed caufieldjh closed 2 years ago

caufieldjh commented 2 years ago

This produces a KeyError when it does encounter a STY IRI, because it passes the whole IRI instead of a CURIE to the lookup dict:

KeyError: 'http://purl.bioontology.org/ontology/STY/T126'

Gotta convert that to a CURIE first.