{% extends "base.html" %} {% import "macros.html" as utils %} {% block title %}Bioregistry - {{ name }}{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block container %}
{{ description }}
{% endif %}{{ prefix }}
{{ pattern }}
{% else %}
Missing Pattern
{% endif %}
{{ banana if banana else prefix.upper() }}:
)
{% else %}
False
{% endif %}
The metaregistry provides mappings between the Bioregistry and other registries. There are
{{ mappings | length }} mappings to external registries for {{ prefix }}
.
Name | Metaprefix | Metaidentifier |
---|---|---|
{% if mapping.homepage %} {{ mapping.name }} {% else %} {{ mapping.name }} {% endif %} | {{ mapping.metaprefix }} |
{% if mapping.url %} {{ mapping.xref }} {% else %} {{ mapping.xref }} {% endif %} |
Providers are various services that resolve CURIEs to URLs. The example CURIE
{{ prefix }}:{{ example }}
is used to demonstrate the provides available for
{{ prefix }}
. Generation of OLS and BioPortal URLs requires additional programmatic
logic beyond string formatting.