{% extends "base.html" %} {% block title %}{{ config.METAREGISTRY_TITLE }}{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block container %}
The registry contains metadata about ontologies, controlled vocabularies, and resources including their preferred prefix, name, description, homepage, mappings to other registries, and more.
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.
Name | Prefix | Description |
{{ resource.get_name() }} | {{ prefix }} |
{% set description = resource.get_short_description(use_markdown=True) %}
{% if description %}{{ description }}{% endif %} |