SEMICeu / DCAT-AP

This is the issue tracker for the maintenance of DCAT-AP
https://joinup.ec.europa.eu/solution/dcat-application-profile-data-portals-europe
72 stars 24 forks source link

Range of `dcat:spatialResolutionInMeters` and `dcat:temporalResolution` #206

Closed init-dcat-ap-de closed 2 years ago

init-dcat-ap-de commented 2 years ago

For dates (dct:issued, etc.) the range is: rdfs:Literal typed as xsd:date or xsd:dateTime For spdx:checksumValue the range is: rdfs:Literal typed as xsd:hexBinary For dcat:byteSize the range is: rdfs:Literal typed as xsd:decimal

Only for dcat:spatialResolutionInMeters and dcat:temporalResolution the range is given as xsd:decimal and xsd:duration directly.

We think, it should be done in the way of rdfs:Literal typed as xsd:...........

Or is there a reason, other than "dcat is doing it this way"?

makxdekkers commented 2 years ago

I will notify W3C about this inconsistency in DCAT.

makxdekkers commented 2 years ago

See https://github.com/w3c/dxwg/issues/1420

makxdekkers commented 2 years ago

Solved at W3C. See pull request 1421