| URI | {{ uri }} |
|---|---|
| Is Defined By | {{ is_defined_by }} |
| Source | {{ source }} |
| Description | {{ description }} |
| Scope Notes | {{ scopeNote }} |
| Example |
{{ example }}
|
| Super-classes |
{%- for super in supers %}
{{ super }} {%- endfor %} |
| Restrictions |
{%- for r in restrictions %}
{{ r }} {%- endfor %} |
| Sub-classes |
{%- for sub in subs %}
{{ sub }} {%- endfor %} |
| In domain of |
{%- for d in in_domain_of %}
{{ d }} {%- endfor %} |
| In domainIncludes of |
{%- for d in in_domain_includes_of %}
{{ d }} {%- endfor %} |
| In range of |
{%- for r in in_range_of %}
{{ r }} {%- endfor %} |
| In rangeIncludes of |
{%- for r in in_range_includes_of %}
{{ r }} {%- endfor %} |
| Members |
{%- for r in has_members %}
{{ r }} {%- endfor %} |