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

Thanks @dr-shorthair. Looking more closely at the two sections with links to the images, I see that you describe them with `dcat:downloadURL` and `dcat:mediatype`, but both those properies have domain dcat:Distribution so it is being implied that the images are` dcat:Distribution`s. It might be better to describe them without DCAT-specific properties but use the equivalent DCMI terms instead. 
Something like:

`dct:relation <http://stratigraphy.org/ICSchart/ChronostratChart2017-02.jpg> ;`
...
```
<http://stratigraphy.org/ICSchart/ChronostratChart2017-02.jpg> [
      rdf:type foaf:Document ;
      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 makxdekkers
Please view or discuss this issue at https://github.com/w3c/dxwg/pull/730#issuecomment-461733270 using your GitHub account

Received on Friday, 8 February 2019 08:55:21 UTC