get_prefixcommons_uri_format

get_prefixcommons_uri_format(prefix)[source]

Get the URI format for a Prefix Commons entry.

Parameters

prefix (str) – The prefix to lookup.

Return type

Optional[str]

Returns

The Prefix Commons URI format string, if available.

>>> import bioregistry
>>> bioregistry.get_prefixcommons_uri_format('antweb')
'http://www.antweb.org/specimen.do?name=$1'