{% extends "base.html" %} {% block title %}Bioregistry{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block containerattr %}class="col-md-10 col-lg-10"{% endblock %} {% block container %}

Bioregistry

The Bioregistry is an open source, community curated registry, meta-registry, and compact identifier resolver. Here's what that means:

Registry
A collection of prefixes and metadata for ontologies, controlled vocabularies, and other semantic spaces. Some other well-known registries are the OBO Foundry, Identifiers.org, and the the OLS.
Metaregistry
A collection of metadata about registries and mappings between their constituent prefixes. For example, ChEBI appears in all of the example registries from above. So far, the Bioregistry is the only metaregistry.
Resolver
A tool for mapping compact URIs (CURIEs) of the form prefix:identifier to HTML and structured content providers. Some other well-known resolvers are Identifiers.org and Name-To-Thing.
Open Source
Anyone can suggest improvements or make pull requests to update the underlying database, which is stored in JSON on GitHub where the community can engage in an open review process.
{# This is a Vue template which also uses {{ value }} syntax, use raw to avoid mixups. #} {% raw %}
Prefix and Compact Identifier Search
{{ error_message }}
Does not match pattern {{ current_result.pattern }}
{{ option }}
No results
{% endraw %}

Here's how to get started with the Bioregistry site:

Resolve

A compact identifier like {{ example_url }}.

View Registry
{{ registry_size }} entries

The integrative registry of biological databases, ontologies, and resources.

View Metaregistry
{{ metaregistry_size }} registries

The registry of registries.

View Collections
{{ collections_size }} collections

Manually curated subsets of the registry.

View Contributors
{{ contributors_size }} contributors

Contributors to the Bioregistry

Learn

About the motivation for constructing the Bioregistry and insights gathered from the meta-registry.

{# Donec id elit non mi porta. #}
Download

All of the data in the Bioregistry (version {{ config.bioregistry_version }}).

Available under the CC0 1.0 Universal License.
{% endblock %}