{{ default_prefLabel }}con

{%- if prefLabels|length > 1 %}

{%- for prefLabel in prefLabels %} {{ prefLabel[0] }} ({{ prefLabel[1] }}) {% if not loop.last %}, {% endif %} {%- endfor %}

{%- endif %} {%- if definitions|length > 0 %} {%- endif %} {%- if scopeNotes|length > 0 %} {%- endif %} {%- if examples|length > 0 %} {%- endif %} {%- if source is not none %} {%- endif %} {%- if broaders|length > 0 %} {%- endif %} {%- if narrowers|length > 0 %} {%- endif %} {%- if exactMatches|length > 0 %} {%- endif %} {%- if closeMatches|length > 0 %} {%- endif %} {%- if broadMatches|length > 0 %} {%- endif %} {%- if narrowMatches|length > 0 %} {%- endif %}
URI {{ uri }}
Definition {%- for definition in definitions %} {{ definition }}
{%- endfor %}
Scope Note {%- for scopeNote in scopeNotes %} {{ scopeNote }}
{%- endfor %}
Example {%- for example in examples %}
{{ example }}

{%- endfor %}
Source {{- source -}}
Broader Concepts {%- for broader in broaders %} {{ broader }}
{%- endfor %}
Narrower Concepts {%- for narrower in narrowers %} {{ narrower }}
{%- endfor %}
Exact Matches {%- for exactMatch in exactMatches %} {{ exactMatch }}
{%- endfor %}
Close Matches {%- for closeMatch in closeMatches %} {{ closeMatch }}
{%- endfor %}
Broad Matches {%- for broadMatch in broadMatches %} {{ broadMatch }}
{%- endfor %}
Narrow Matches {%- for narrowMatch in narrowMatches %} {{ narrowMatch }}
{%- endfor %}