From 76e9896e9a7462b1ea8d899d18cda51b4793fec0 Mon Sep 17 00:00:00 2001 From: Rae Knowler Date: Tue, 6 Aug 2024 11:41:15 +0200 Subject: [PATCH] fix: Add back issued and modified dates to Distribution graph --- ckanext/dcatapchharvest/profiles.py | 2 ++ 1 file changed, 2 insertions(+) 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'):