diff --git a/ckanext/dcatapchharvest/profiles.py b/ckanext/dcatapchharvest/profiles.py index 50bf661..16accca 100644 --- a/ckanext/dcatapchharvest/profiles.py +++ b/ckanext/dcatapchharvest/profiles.py @@ -1027,6 +1027,8 @@ def graph_from_dataset(self, dataset_dict, dataset_ref): # noqa ('issued', DCT.issued, None, Literal), ('modified', DCT.modified, None, Literal), ] + self._add_date_triples_from_dict(resource_dict, distribution, + items) # ByteSize if resource_dict.get('byte_size'):