default_reference

default_reference(prefix, identifier, name=None)[source]

Create a CURIE for an “unqualified” reference.

Parameters:
  • prefix (str) – The prefix of the ontology in which the “unqualified” reference is made

  • identifier (str) – The “unqualified” reference. For example, if you just write “located_in” somewhere there is supposed to be a CURIE

  • name (str | None)

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)