Closed bscholtes1A closed 3 weeks ago
I don't think these should be put in a dataspace-specific extension, not in the EDC. Can't this be implemented using an event subscriber and updating the asset with a custom property?
This issue is stale because it has been open for 14 days with no activity.
This issue is stale because it has been open for 14 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
This issue was closed because it has been inactive for 7 days since being marked as stale.
Feature Request
In the catalog output, we need to know the issuance date and last modification date for each
dcat:Dataset
. These are covered bydcterms:issued
and [dcterms:modified
](https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date fields) of thedcat:Resource
, from whichDataset
is a child class.Which Areas Would Be Affected?
Entity
related stores and mapping.Why Is the Feature Desired?
Know first issuance and last modification date of each dataset.
Solution Proposal
Add and populate
modifiedAt
field inEntity
class.