Individual
{{ label }}
{{ iri }}
{{ desc }}
{%- endif %}
{%- if !types.is_empty() %}
Type
{%- for t in types %}
{{ t.label }}{%- if !loop.last %},{% endif %}
{%- endfor %}
{%- endif %}
{%- for pv in property_values %}
{%- if let Some(pr) = pv.property_ref.as_ref() %}
{{ pv.property_label }}
{%- else %}
{{ pv.property_label }}
{%- endif %}
{{ pv.value }}
{%- endfor %}