default_reference
- default_reference(prefix, identifier, name=None)[source]
Create a CURIE for an “unqualified” reference.
- Parameters:
- Returns:
A CURIE for the “unqualified” reference based on the OBO semantic space
- Return type:
NormalizedNamableReference
>>> default_reference("chebi", "conjugate_base_of") Reference(prefix="obo", identifier="chebi#conjugate_base_of", name=None)