Re: [dxwg] Generalize dcat:byteSize to dcat:size

In fact, DCAT 2014 originally had a relationship ```dcat:size``` which was deprecated

```
dcat:size a rdf:Property;
    rdfs:isDefinedBy dcat:;
    rdfs:label "size (Deprecated)";
    rdfs:comment "the size of a distribution. This term has been deprecated";
    rdfs:domain dcat:Distribution;
    owl:deprecated true ;
    rdfs:subPropertyOf dct:extent .
```
I found some of the old discussions here: 

https://lists.w3.org/Archives/Public/public-gld-wg/2012Oct/0117.html

-- 
GitHub Notification of comment by agbeltran
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/313#issuecomment-412980301 using your GitHub account

Received on Tuesday, 14 August 2018 18:59:53 UTC