Titel
{{ dataset.title }}
Beschreibung
{{ dataset.description_html | safe }}
Dateien
    {% for distribution in dataset.distributions %}
  • {% if distribution.local %} {{ distribution.title }} {% else %} {{ distribution.title }} {% endif %} {% if distribution.modified %} , aktualisiert am {{ distribution.modified.date() }} {% endif %} {% if distribution.byte_size %} , Dateigröße: {{ distribution.byte_size }} Bytes {% endif %}
  • {% endfor %}
Schlagworte
    {% for keyword in dataset.keywords %}
  • {{ keyword }}
  • {% endfor %}
Kategorien
    {% for theme in dataset.themes %}
  • {{ theme }}
  • {% endfor %}
Räumliche Abdeckung
{{ dataset.spatial | urlname }}
Geopolitische Abdeckung
{{ dataset.political_geocoding | urlname }} ({{ dataset.political_geocoding_level | urlname }})
Zeitliche Abdeckung
{{ dataset.start_date.date() }} bis {{ dataset.end_date.date() }}
Lizenz
{{ dataset.license }}
Verfügbarkeit
{{ dataset.availability }}
Veröffentlichungsdatum
{{ dataset.issued.date() }}
Zuständige:r
{{ dataset.maintainer.name }}
Ersteller:in
{{ dataset.creator.name }}
Herausgeber:in
{{ dataset.publisher.name }}