get_registry_description

get_registry_description(metaprefix)[source]

Get the description for the registry, if available.

Parameters

metaprefix (str) – The metaprefix of the registry

Return type

Optional[str]

Returns

The description for the registry, if available, otherwise None.

>>> get_registry_description('biocontext')
'BioContext contains modular JSON-LD contexts for bioinformatics data.'
>>> get_registry_description('missing')
None