{# the template used for shunter / nature.com/ontologies #} {% if metadata %}

Ontology Metadata   (top)

{% for each in metadata %}
{{each.0}}
{{each.1}}
{% endfor %}
{% endif %}

Ontology Terms   (top)

Ontology terms are listed below by OWL structural entity type.

{% if classes %}

Classes   (terms)

{% for each in classes %}

{{each.classname}}   (terms)

{% for xx in each.alltriples %}
{{xx.0}}
{{xx.1}}
{% endfor %}
{% endfor %}
{% endif %} {% if objproperties %}

Object Properties   (terms)

{% for each in objproperties %}

{{each.propname}}   (terms)

{% for xx in each.alltriples %}
{{xx.0}}
{{xx.1}}
{% endfor %}
{% endfor %}
{% endif %} {% if dataproperties %}

Datatype Properties   (terms)

{% for each in dataproperties %}

{{each.propname}}   (terms)

{% for xx in each.alltriples %}
{{xx.0}}
{{xx.1}}
{% endfor %}
{% endfor %}
{% endif %} {% if annotationproperties %}

Annotation Properties   (terms)

{% for each in annotationproperties %}

{{each.propname}}   (terms)

{% for xx in each.alltriples %}
{{xx.0}}
{{xx.1}}
{% endfor %}
{% endfor %}
{% endif %} {% if instances %}

Instances   (terms)

{% for each in instances %}

{{each.instancename}}   (terms)

{% for xx in each.alltriples %}
{{xx.0}}
{{xx.1}}
{% endfor %}
{% endfor %}
{% endif %}