{% extends "base.html" %} {% block navbar %} {% include "navbar.html" %} {% endblock navbar %} {% block sidebar %} {% with thispage=main_entity.qname %} {% include "sidebar.html" %} {% endwith %} {% endblock sidebar %} {% block bodycontent %} {% ifequal main_entity_type "class" %} {% with main_entity as each %}
{{each.uri}}
Instances of {{each.qname}} can have the following properties:
PROPERTY | DESCRIPTION | RANGE |
---|---|---|
From class {{k.qname}} | ||
{{prop.qname}} | {{prop.bestDescription|default:"--"}} | {% if prop.ranges %} {% for range in prop.ranges %} {{range.qname}} {% endfor %} {% else %} owl:Thing {% endif %} |
{{each.serialize|linebreaks}}