{{ title }} {%- if property_type == 'op' -%} op {%- elif property_type == 'fp' -%} fp {%- elif property_type == 'dp' -%} dp {%- elif property_type == 'ap' -%} ap {%- else -%} p {%- endif -%}

{%- if is_defined_by is not none %} {%- endif %} {%- if source is not none %} {%- endif %} {%- if description is not none %} {%- endif %} {%- if scopeNote is not none %} {%- endif %} {%- if example is not none %} {%- endif %} {%- if supers|length > 0 %} {%- endif %} {%- if equivs|length > 0 %} {%- endif %} {%- if invs|length > 0 %} {%- endif %} {%- if domains|length > 0 or domainIncludes|length > 0 %} {%- endif %} {%- if ranges|length > 0 or rangeIncludes|length > 0 %} {%- endif %}
URI {{ uri }}
Is Defined By {{ is_defined_by }}
Source {{ source }}
Description {{ description }}
Usage Note {{ scopeNote }}
Example
                      {{ example }}
                    
Super-properties {%- for super in supers %} {{ super }} {%- endfor %}
Equivalent properties {%- for equiv in equivs %} {{ equiv }} {%- endfor %}
Inverse properties {%- for inv in invs %} {{ inv }} {%- endfor %}
Domain(s) {%- if domains|length > 0 %} {%- for domain in domains %} {{ domain }} {%- endfor %} {%- endif %} {%- if domainIncludes|length > 0 %} (sdo:domainIncludes) {%- for domainInclude in domainIncludes %} {{ domainInclude }} {%- endfor %} {%- endif %}
Range(s) {%- if ranges|length > 0 %} {%- for range in ranges %} {{ range }} {%- endfor %} {%- endif %} {%- if rangeIncludes|length > 0 %} (sdo:rangeIncludes) {%- for rangeInclude in rangeIncludes %} {{ rangeInclude }} {%- endfor %} {%- endif %}