{# This template is NOT use by jekyll, but by the Darwin Core build script to create the terms/index.md file which mostly contains html. #}

Darwin Core quick reference guide

This page provides a list of all currently recommended terms of the Darwin Core standard. Categories such as Occurrence, Event correspond to Darwin Core classes, which group other terms. Convenient files of these terms and their full history can be found in the Darwin Core repository.

{% for class_group in class_groups %}

{{ class_group.label }}

{% for term in class_group.terms %} {{ term.label }} {% endfor %}
{% if class_group.iri is not none %} {# The above will exclude the Record-level class_group #}
{{ class_group.label }}Class
Identifier{{ class_group.iri }}
Definition{{class_group.definition}}
Comments{{class_group.comments}}
{%endif %} {% for term in class_group.terms %}
{{ term.label }}Property
Identifier{{ term.iri }}
Definition{{ term.definition }}
Comments{{ term.comments }}
{% endfor %}
{% endfor %}