{% extends "webpage/base.html" %} {% load mptt_tags %} {% block content %}

{{object.scheme}} {% if user.is_authenticated %} Add Concept Add Collection {% endif %}

{% if object.has_members.all %} Concepts in this Collection ({{ object.has_members.all|length }}) {% for concept,structure in object.has_members.all|tree_info %} {% if structure.new_level %}{% endfor %} {% endfor %} {% else %} No concepts in this Collection {% endif %}

skos:Collection {{ object }} {% if user.is_authenticated %} | {% endif %}

{% if object.name %} {% endif %} {% if object.has_labels %} {% for label in object.has_labels.all %} {% endfor %} {% endif %} {% if object.scheme %} {% endif %} {% if object.legacy_id %} {% endif %} {% if object.creator %} {% endif %} {% if object.contributor %} {% endif %} {% if object.has_notes %} {% for note in object.has_notes.all %} {% endfor %} {% endif %} {% if object.has_sources %} {% for source in object.has_sources.all %} {% endfor %} {% endif %} {% if object.date_created %} {% endif %} {% if object.date_modified %} {% endif %} {% if user.is_authenticated %} {% if object.created_by %} {% endif %} {% endif %} {% if object.has_members.all %} {% endif %}
skos:prefLabel {% if object.label_lang %}@{{object.label_lang}}{% endif %} {{ object.name }}
skos:{{label.label_type}} @{{label.language}} {{label.name}}
skos:ConceptScheme {{object.scheme}}
legacy id {{object.legacy_id}}
dc:creator {% for creator in object.creator_as_list %}
  • {{ creator }}
  • {% endfor %}
    dc:contributor {% for contributor in object.contributor_as_list %}
  • {{ contributor }}
  • {% endfor %}
    skos:{{note.note_type}} @{{note.language}} {{note.name}}
    dc:source @{{source.language}} {{source.name}}
    dct:created {{object.date_created}}
    dct:modified {{object.date_modified}}
    created by {{object.created_by}}
    download this collection
  • RDF/XML
  • Turtle
  • {% if user.is_authenticated %} {% if history %}
    {% for x in history %}
  • {% if forloop.last %} {{ x.revision.date_created }} created by {{ x.revision.user }} {% else %} {{ x.revision.date_created }} changed by {{ x.revision.user }} {% endif %}
  • {% endfor %}
    {% endif %} {% endif %}
    {% endblock %}