URI | {{ uri }} |
---|---|
Is Defined By | {{ is_defined_by }} |
Source | {{ source }} |
Description | {{ description }} |
Scope Notes | {{ scopeNote }} |
Example(s) |
{%- for example in examples %}
{{ example|safe }} {%- endfor %} |
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 %} |