- From: init AG via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Sep 2021 08:48:14 +0000
- To: public-dxwg-wg@w3.org
@dr-shorthair & @andrea-perego
Yes, a `time:Now` would be interesting to indicate the endDate of the temporal resolution. But maybe not neccessary.
Because we also have `dcterms:accrualPeriodicity` which might be enough to say what we want:
```
_:ds a dcat:Dataset ;
dcterms:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/UPDATE_CONT> ;
dcterms:temporal [
a dcterms:PeriodOfTime ;
time:hasDuration [
a time:Duration ;
time:numericDuration "10"^^xsd:decimal ;
time:unitType time:unitDay
]
]
.
```
If the `dcterms:accrualPeriodicity` is not CONTINOUSLY, e.g. MONTHLY, a `time:Now` as end date would be not correct.
--
GitHub Notification of comment by init-dcat-ap-de
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1403#issuecomment-924718201 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 22 September 2021 08:48:16 UTC