{% include "splitter_css.html" %}
{#

This is the left pane of the 3-column splitter. It has been limited to a range of 100 to 250 pixels wide by inline styles. It starts at 150 pixels wide.

#} {% if ontograph.classes or ontograph.skosConcepts %} {% else %}
No classes defined
{% endif %} {% if ontograph.classes %}
Classes ({{ontograph.classes|length}})
{% for each in ontograph.classes %}
{{each.qname}}
{% endfor %}
{% endif %} {% if ontograph.skosConcepts %}
SKOS Concepts ({{ontograph.skosConcepts|length}})
{% for each in ontograph.skosConcepts %}
{{each.qname}}
{% endfor %}
{% endif %}
{% block main_column %} {% endblock main_column %} {# {% include "splitter_entities_data.html" %}#}
 
{% if 0 %}
Ontology documentation automatically generated with OntoSpy on {% now "jS F Y H:i" %} {% endif %}
{#end of SplitterPane#}
{#

This is the right pane of the 3-column splitter. It has been limited to a range of 100 to 250 pixels wide by inline styles. It starts at 150 pixels wide.

#} {% if ontograph.properties %} {% else %}
No properties defined
{% endif %} {% if ontograph.objectProperties %}
Object Properties ({{ontograph.objectProperties|length}})
{% for each in ontograph.objectProperties %} {% endfor %}
{% endif %} {% if ontograph.datatypeProperties %}
Datatype Properties ({{ontograph.datatypeProperties|length}})
{% for each in ontograph.datatypeProperties %} {% endfor %}
{% endif %} {% if ontograph.annotationProperties %}
Annotation Properties ({{ontograph.annotationProperties|length}})
{% for each in ontograph.annotationProperties %} {% endfor %}
{% endif %} {% if not ontograph.objectProperties and not ontograph.dataProperties and not ontograph.annotationProperties %} {% if ontograph.properties %}
Properties ({{ontograph.properties|length}})
{% for each in ontograph.properties %} {% endfor %}
{% endif %} {% endif %}