Re: [dxwg] dcat:byteSize - check constraints

The usage note (`skos:scopeNote`) says "The literal value of dcat:byteSize should by typed as xsd:decimal". 

1. why 'decimal' and not 'integer'? do we anticipate fractional bytes??!
2. I propose this be axiomatized more fully:
```
dcat:byteSize
  rdf:type owl:DatatypeProperty ;
  rdfs:domain dcat:Distribution ;
  rdfs:range xsd:integer ;
.
```



-- 
GitHub Notification of comment by dr-shorthair
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/125#issuecomment-405130368 using your GitHub account

Received on Monday, 16 July 2018 00:42:10 UTC