{% 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 %} {% with thispage="classinfo" %} {% include "breadcrumbs.html" %} {% endwith %}
{{each.uri}}
Instances of {{each.qname}} can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class {{k.qname}} | |||
{{prop.qname}} | {{prop.rdftype_qname}} | {{prop.bestDescription|default:"--"}} | {% if prop.ranges %} {% for range in prop.ranges %} {% if not range.ext_model %} {{range.qname}} {% else %} {{range.qname}} {% endif %} {% endfor %} {% else %} owl:Thing {% endif %} |
{{each.rdf_source|linebreaks}}