w3c / dxwg

Data Catalog Vocabulary (DCAT)
https://w3c.github.io/dxwg/dcat/
Other
144 stars 55 forks source link

Ranges of spatial and temporal resolution #1420

Closed makxdekkers closed 2 years ago

makxdekkers commented 2 years ago

In DCAT2, the range of the new property spatialResolutionInMeters is given as xsd:decimal and the range of temporalResolution is given as xsd:duration.

However, literal ranges of other properties are expressed differently, e.g. the range of byteSize is rdfs:Literal typed as xsd:decimal.

For consistency the ranges should be given as:

spatialResolutionInMeters: rdfs:Literal typed as xsd:decimal. temporalResolution: rdfs:Literal typed as xsd:duration.

dr-shorthair commented 2 years ago

Consistency would be good