{% 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 "property" %} {% with main_entity as each %} {% with thispage="propinfo" %} {% include "breadcrumbs.html" %} {% endwith %}
{{each.uri}}
DOMAIN | PROPERTY | RANGE |
---|---|---|
{% if each.domains %} {% for s in each.domains %} {% if s.ext_model %} {{s.qname|default:s}} {% elif s.is_Bnode %} Blank node (see implementation) {% else %} {{s.qname|default:s}} {% endif %} {% if not forloop.last %}, {% endif %} {% endfor %} {% else %} owl:Thing (inferred) {% endif %} | {{each.qname}} | {% if each.ranges %} {% for s in each.ranges %} {% if s.ext_model %} {{s.qname|default:s}} {% elif s.is_Bnode %} Blank node (see implementation) {% else %} {{s.qname|default:s}} {% endif %} {% if not forloop.last %}, {% endif %} {% endfor %} {% else %} owl:Thing (inferred) {% endif %} |
{{each.serialize|linebreaks}}