{% extends "base.html" %} {% import "macros.html" as utils %} {% block title %}Bioregistry - {{ name }}{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block container %}
{{ description }}
{% endif %} {% if resource.provides %}
This resource is a provider. This means that
while it may have its own prefix, it actually reuses the identifiers provided by the
{{ resource.provides }}
prefix. For all use cases, you should use {{ resource.provides }}
instead of {{ prefix }}
.
Comment {{ resource.comment }}
{% endif %}{{ prefix }}
{{ preferred_prefix }}
{{ pattern }}
{% elif has_no_terms %}
No Terms in {{ prefix }}
{% 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 }}
.
Registry 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.
Additional providers curated in the Bioregistry are listed here.
Code | Name | URL |
---|---|---|
{{ provider.code }} | {{ provider.name }} | {% set url = provider.resolve(example) %}{{ url }} |