{{ title }}c # Classes

{%- 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 examples|length > 0 %} {%- endif %} {%- if supers|length > 0 %} {%- endif %} {%- if restrictions|length > 0 %} {%- endif %} {%- if subs|length > 0 %} {%- endif %} {%- if in_domain_of|length > 0 %} {%- endif %} {%- if in_domain_includes_of|length > 0 %} {%- endif %} {%- if in_range_of|length > 0 %} {%- endif %} {%- if in_range_includes_of|length > 0 %} {%- endif %} {%- if has_members|length > 0 %} {%- endif %}
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-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 %}