is_obo_foundry

is_obo_foundry(prefix: str) bool | None[source]

Get if the prefix has an OBO Foundry link.

Parameters:

prefix – The prefix to look up

Returns:

If the prefix corresponds to an OBO Foundry resource

>>> assert is_obo_foundry('chebi')
>>> assert not is_proprietary('pdb')