{% extends "webpage/base.html" %} {% block title %}{{ object }}{% endblock %} {% block content %}
{% if object.get_prev %}

{% endif %}

SkosConcept: {{ object }} {% if user.is_authenticated %} | {% endif %}

{% if object.get_next %}

{% endif %}
skos:broader

{{ object.broader_concept }}

{% for x in object.get_broader %} {{ x }} {% endfor %}
skos:related
{% for x in object.skos_related.all %} {{ x }}
{% endfor %}
skos:broadMatch
{% for x in object.skos_broadmatch.all %} {{ x }}
{% endfor %}
skos:closeMatch
{% for x in object.skos_closematch.all %} {{ x }}
{% endfor %} {% for x in object.closematch.all %} {{ x }}
{% endfor %}
skos:exactMatch
{% for x in object.skos_exactmatch.all %} {{ x }}
{% endfor %}
about {% if object.definition %} {% endif %} {% if object.scheme.all %} {% endif %} {% if object.name_reverse %} {% endif %} {% if object.legacy_id %} {% endif %}
skos:prefLabel| @{{ object.pref_label_lang }} {{ object.pref_label }}
skos:definition | @{{ object.definition_lang }} {{ object.definition }}
skos:inScheme {% for x in object.scheme.all %} {{ x }} {% if user.is_authenticated %} {% endif %}
{% endfor %}
Reverse Name {{ object.name_reverse }}
Labels {% for x in object.label.all %} {{ x }} {% if user.is_authenticated %} {% endif %}
{% endfor %}
legacy id {{ object.legacy_id }}
related concepts
skos:narrower
{% for x in object.narrower_concepts.all %} {{ x }}
{% endfor %}
delete
{% endblock content %}