get_prefixcommons_uri_format
- get_prefixcommons_uri_format(prefix: str) str | None [source]
Get the URI format for a Prefix Commons entry.
- Parameters:
prefix – The prefix to lookup.
- 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'