Re: [dxwg] Summary statistics [RSS] (#84)

@dr-shorthair , working towards a simple solution:

Following up from @makxdekkers 's and @smrgeoinfo 's comment on `schema:Duration`, cannot we make `dcat:temporalResolution` a datatype property, with range [`xsd:duration`](https://www.w3.org/TR/xmlschema-2/#duration)?

Re-using your example, this would be something like:

````turtle
<> a dcat:Dataset ;
    ...
    dcat:temporalResolution "PT15M"^^xsd:duration ;
    ...
.
````

Unfortunately, the same cannot be done for spatial resolution.

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

Received on Tuesday, 19 February 2019 22:20:44 UTC