Skip to content

Commit

Permalink
fix: Add back issued and modified dates to Distribution graph
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Aug 6, 2024
1 parent bceeaee commit 76e9896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext/dcatapchharvest/profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 76e9896

Please sign in to comment.