Taxonomy of: {{ taxa[0].propLabel }}
{{ taxa[0].propDescription }}
{% for taxon in taxa %}
-
{% if taxon.wbtype == "http://wikiba.se/ontology#LocalMedia" %}
{% elif taxon.wbtype == "http://wikiba.se/ontology#WikibaseItem" %}
{{ taxon.valueLabel }}
{% if taxon.valueDescription %}
{{ taxon.valueDescription }}
{% endif %}
{% else %}
{{ taxon.valueLabel }}
{% endif %}
{% endfor %}