Datasets

Manage your metadata collections

{% if datasets %}
{% for ds in datasets %}

{{ ds.name }}

{{ ds.profile }} {{ ds.version }} {{ ds.entity_count }} entities
Modified {{ ds.modified[:10] if ds.modified else 'recently' }}
{% if ds.name == current_dataset %} Active {% endif %}
{% endfor %}
{% else %}

No datasets yet

Create a new dataset to start managing your metadata.

{% endif %}