{{ property_type }}

{{ label }}

{{ iri }}
{%- if let Some(desc) = description %}

{{ desc }}

{%- endif %}
{%- if let Some(dom) = domain %} {%- endif %} {%- if let Some(rng) = range %}
Range
{%- if let Some(class_ref) = rng.class_ref %} {{ class_ref.label }} {%- else %} {{ rng.datatype }} {%- endif %}
{%- endif %} {%- if !characteristics.is_empty() %}
Characteristics
{%- for char in characteristics %} {{ char }} {%- endfor %}
{%- endif %}