{% extends "splitter_base.html" %} {% block main_column %} {% ifequal main_entity_type "class" %} {% with main_entity as each %}
NOTE this is a leaf node.
{% endif %}URI:
{{each.uri}}
Description:
{{each.bestDescription|default:"--"}}
Inherits from ({{ each.ancestors|length }}):
{% for s in each.ancestors %}{{s.qname}} {% if not forloop.last %}
{% endif %} {% endfor %}
Inherits from:
owl:Thing
Property Domain of:
{% for s in each.domain_of %}{{s.qname}} {% if not forloop.last %}
{% endif %} {% endfor %}
Property Range of:
{% for s in each.range_of %}{{s.qname}} {% if not forloop.last %}
{% endif %} {% endfor %}
{{each.serialize|linebreaks}}
Property | Description | Expected Type |
---|---|---|
From {{k.qname}} | ||
{{prop.qname}} | {{prop.bestDescription}} | {% if prop.ranges %} {% for range in prop.ranges %} {{range.qname}} {% endfor %} {% else %} owl:Thing {% endif %} |