• {% if ontospy_graph.all_classes%}
  • Classes ({{ontospy_graph.all_classes|length}})
  • {# simulated second level #} {% for each in ontospy_graph.all_classes%}
  • {{each.title}}
  • {% endfor %} {% endif %} {% if ontospy_graph.all_properties %}
  • Properties ({{ontospy_graph.all_properties|length}})
  • {# simulated second level #} {% for each in ontospy_graph.all_properties %}
  • {{each.title}}
  • {% endfor %} {% endif %} {% if ontospy_graph.all_skos_concepts %}
  • Concepts ({{ontospy_graph.all_skos_concepts|length}})
  • {# simulated second level #} {% for each in ontospy_graph.all_skos_concepts %}
  • {{each.title}}
  • {% endfor %} {% endif %}