{% extends "base.html" %} {% block navbar %} {% with thispage="statistics" %} {% include "navbar.html" %} {% endwith %} {% endblock navbar %} {% block sidebar %} {% with thispage="statistics" %} {% include "sidebar.html" %} {% endwith %} {% endblock sidebar %} {% block bodycontent %} {% with thispage="statistics" %} {% include "breadcrumbs.html" %} {% endwith %} {% if 0 %}
{% include "onto_header.html" %}
{% endif %}
{# first column #}

Entity Types


Triples

Triples
{{ontospy_graph.triplesCount}}

{# END first column #} {# second column #}
{% if topclasses %}

Top Classes

NOTE: size = number of sub-classes
{% endif %} {% if ontospy_graph.toplayer_skos %}

Top Layer: SKOS

NOTE: size = number of sub-classes
{% endif %}
{# END second column #}
{% endblock bodycontent %} {% block extrajs %} {% endblock extrajs %}