Re: [dxwg] Richer typing of relations in bag-of-files case (#730)

What about using schema.org DigitalDocument type, which allows a URL to explicitly state where to get the resource representation; otherwise it appears one must assume that the URI for dct:relation object is resolvable (which ideally would be true, but not necessarily). 

```
<http://stratigraphy.org/ICSchart/ChronostratChart2017-02.jpg> [
      rdf:type sdo:DigitalDocument;
      sdo:url  "http://stratigraphy.org/ICSchart/ChronostratChart2017-02.jpg";
      dct:type <http://purl.org/dc/dcmitype/Image> ;
      dct:format <https://www.iana.org/assignments/media-types/img/jpeg> ;
      dct:description "Coloured image representation of the International Chronostratigraphic Chart" ;
      dct:issued "2017-02-01"^^xsd:date ;
      dct:title "International Chronostratigraphic Chart" ;
    ] ;
```

-- 
GitHub Notification of comment by smrgeoinfo
Please view or discuss this issue at https://github.com/w3c/dxwg/pull/730#issuecomment-462398370 using your GitHub account

Received on Monday, 11 February 2019 16:40:23 UTC