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

{{ config.METAREGISTRY_TITLE }} JSON Schema

This section describes the JSON schema used by the {{ config.METAREGISTRY_TITLE }}. It can be accessed here.

RDF Schema

This section describes the schema elements used in the RDF dumps of the {{ config.METAREGISTRY_TITLE }} used with prefix {{ config.METAREGISTRY_SCHEMA_PREFIX }} and URL {{ config.METAREGISTRY_SCHEMA_URI_PREFIX }}. It can be downloaded here.

RDF schema diagram

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

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

{% endfor %}
{% endblock %}