w3c / dxwg

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

Recommend byteSize typed as a non-negative integer (not decimal) #1326

Closed dr-shorthair closed 3 years ago

dr-shorthair commented 3 years ago

Addressing #125

agbeltran commented 3 years ago

AFAICT the changed requested by @andrea-perego, and I agree with, has not been implemented - happy to take care of it

riccardoAlbertoni commented 3 years ago

AFAICT the changed requested by @andrea-perego, and I agree with, has not been implemented - happy to take care of it

Fine to me, Thanks. I would use `xsd:positiveInteger' . See https://github.com/w3c/dxwg/issues/125#issuecomment-818660079

riccardoAlbertoni commented 3 years ago

Just a reminder, we might need to update the examples in the specification that use xsd:decimals for dcat:byteSize and the notes/definition in the RDF files for DCAT.

andrea-perego commented 3 years ago

Just a reminder, we might need to update the examples in the specification that use xsd:decimals for dcat:byteSize and the notes/definition in the RDF files for DCAT.

AFAICS, there are 2 examples to be updated:

agbeltran commented 3 years ago

@dr-shorthair @andrea-perego @riccardoAlbertoni as discussed, I've changed the range to xsd:nonNegativeInteger and udpated the examples accordingly

agbeltran commented 3 years ago

Change history also updated

agbeltran commented 3 years ago

Merging now - issue remains open in case there are more comments