{% extends "prose.html" %} {% block title %}Bioregistry Schema{% endblock %} {% block content %}

Bioregistry JSON Schema

This section describes the JSON schema used Bioregistry. It can be accessed here.

Bioregistry RDF Schema

This section describes the schema elements used in the RDF dumps of the Bioregistry used with prefix bioregistry.schema and URL https://bioregistry.io/schema/#. It can be downloaded here.

Bioregistry schema diagram

{% for term in terms %}
{% if term.type == "Class" %}C{% elif term.type == "Property" %}P{% endif %} {{ term.label }}
bioregistry.schema:{{ term.identifier }}

{{ markdown(term.description) | safe }}

{% endfor %}
{% endblock %}