Skip to content

Semantic accuracy of dcat:Dataset dct:modified in euro DCAT-AP profile #356

@MikiDi

Description

@MikiDi

In the current DCAT-AP export profile, the CKAN dataset metadata_modified date is mapped to the dcat:Dataset dct:modified date.

# Dates
items = [
("issued", DCT.issued, ["metadata_created"], Literal),
("modified", DCT.modified, ["metadata_modified"], Literal),
]
self._add_date_triples_from_dict(dataset_dict, dataset_ref, items)

From my point of view there is a distinction between the dataset contents modification date and the dataset metadata modification date.

This might be something to address when considering #353

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions