International-Data-Spaces-Association / InformationModel

The Information Model of the International Data Spaces implements the IDS reference architecture as an extensible, machine readable and technology independent data model.
Apache License 2.0
61 stars 35 forks source link

Make temporalResolution point to a duration instead of frequency #537

Closed JohannesLipp closed 2 years ago

JohannesLipp commented 2 years ago

The DCAT-3 spec defines:

"The minimum temporal separation of items in a dataset is given using dcat:temporalResolution. The value is encoded as a xsd:duration." Refers to #277 and #109

The IDS currently defines in the DigitalContentShape.ttl and the refactor_helper.ttl that the range of dcat:temporalResolution is ids:Frequency.

Please change that to xsd:duration in both files.