{% extends "webpage/base.html" %} {% load mptt_tags %} {% block content %}
No concepts in this Concept Scheme
{% endif %}| dc:title{% if object.title_lang %} @{{object.title_lang}}{% endif %} | {{object.title}} |
|---|---|
| dc:title @{{title.language}} | {{title.name}} |
| identifier | {{object.identifier}} |
| dc:creator |
{% for creator in object.creator_as_list %}
|
| dc:contributor |
{% for contributor in object.contributor_as_list %}
|
| dc:description @{{desc.language}} | {{desc.name}} |
| dc:language |
{% for language in object.language_as_list %}
|
| dc:subject |
{% for subject in object.subject_as_list %}
|
| version | {{object.version}} |
| dc:publisher | {{object.publisher}} |
| dct:license | {{object.license}} |
| owner | {{object.owner}} |
| dc:relation | {{object.relation}} |
| dc:coverage |
{% for coverage in object.coverage_as_list %}
|
| dc:source @{{source.language}} | {{source.name}} |
| legacy ID | {{object.legacy_id}} |
| collections ({{ object.has_collections.all|length }}) |
{% for collection in object.has_collections.all %}
|
| number of concepts | {{ object.has_concepts.all|length }} |
| dct:created | {{object.date_created}} |
| dct:modified | {{object.date_modified}} |
| dct:issued | {{object.date_issued}} |
| created by | {{object.created_by}} |
| curator(s) |
{% for curator in object.curator.all %}
|
| download |
|