- From: matthiaspalmer via GitHub <sysbot+gh@w3.org>
- Date: Thu, 19 Sep 2019 06:38:11 +0000
- To: public-dxwg-wg@w3.org
@makxdekkers I was thinking on adding additional properties on the resource I pointed to via dcat:DownloadURL. Like this: ``` <#di1> a dcat:Distribution ; dcat:downloadURL <#downloadablefile1> ; dcat:downloadURL <#downloadablefile2> . <#downloadablefile1> dct:title "Budget for 2018"@en ; dct:temporal "2018"^^xsd:gYear . <#downloadablefile2> dct:title "Budget for 2019"@en ; dct:temporal "2019"^^xsd:gYear . ``` Note 1: The temporal expression could of course be made with a startdate and enddate instead to indicate a timespan, I simplified for the example. Note 2: Providing a dct:temporal expression on the dataset would be complementary in the sense that it indicates the whole timespan for all of the resources pointed to. -- GitHub Notification of comment by matthiaspalmer Please view or discuss this issue at https://github.com/w3c/dxwg/issues/868#issuecomment-532989569 using your GitHub account
Received on Thursday, 19 September 2019 06:38:13 UTC