{{ property_type }}
{{ label }}
{{ iri }}
{{ desc }}
{%- endif %}
{%- if let Some(dom) = domain %}
Domain
{{ dom.label }}
{%- 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 %}