{% extends "base.html" %} {% block title %}Bioregistry{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block container %}
Registry
{% for label, key in formats %} {{ label }} {% endfor %}

The registry contains metadata about ontologies, controlled vocabularies, and resources including their preferred prefix, name, description, homepage, mappings to other registries, and more.

{% for row in rows %} {% endfor %}
Name Prefix Description
{{ row.name }} {{ row.prefix }} {% if row.description %}{{ row.description }}{% endif %}
{% endblock %}