Re: [dxwg] How to model dct:temporal for continously evolving Datasets? (#1403)

@init-dcat-ap-de , it should rather be

````turtle
_:ds a dcat:Dataset ;
  dcterms:temporal [ a dcterms:PeriodOfTime ;
    time:hasDurationDescription [
      a time:DurationDescription ;
      time:days "10"^^xsd:decimal ;
    ]
  ]
.
````

or

````turtle
_:ds a dcat:Dataset ;
  dcterms:temporal [ a dcterms:PeriodOfTime ;
    time:hasDuration [
      a time:Duration ;
      time:numericDuration "10"^^xsd:decimal ;
      time:unitType time:unitDate 
    ]
  ]
.
````

But I understand you need also a way to specify that the time interval ends "today".

@dr-shorthair , any suggestion on this?

-- 
GitHub Notification of comment by andrea-perego
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1403#issuecomment-924411338 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 21 September 2021 21:48:33 UTC