• {% if ontospy_graph.classes %}
  • Classes ({{ontospy_graph.classes|length}})
  • {# simulated second level #} {% for each in ontospy_graph.classes %}
  • {{each.qname}}
  • {% endfor %} {% endif %} {% if ontospy_graph.properties %}
  • Properties ({{ontospy_graph.properties|length}})
  • {# simulated second level #} {% for each in ontospy_graph.properties %}
  • {{each.qname}}
  • {% endfor %} {% endif %} {% if ontospy_graph.skosConcepts %}
  • Concepts ({{ontospy_graph.skosConcepts|length}})
  • {# simulated second level #} {% for each in ontospy_graph.skosConcepts %}
  • {{each.qname}}
  • {% endfor %} {% endif %}