[dxwg] dcat:byteSize - check constraints

dr-shorthair has just created a new issue for https://github.com/w3c/dxwg:

== dcat:byteSize - check constraints ==
In DCAT v1 the property `dcat:byteSize` is axiomatized 
```
dcat:byteSize
  rdf:type owl:DatatypeProperty ;
  rdfs:domain dcat:Distribution ;
  rdfs:range rdfs:Literal ;
.
```

1. Verify that the range is appropriate and necessary
2. Verify that the domain is appropriate and necessary (see #110)
3. Consider whether any guarded constraints (using owl:Restriction) should be introduced (see #105)

Please view or discuss this issue at https://github.com/w3c/dxwg/issues/125 using your GitHub account

Received on Thursday, 15 February 2018 00:26:50 UTC