Re: [dxwg] ranges for `dcat:bbox` and `dcat:centroid`. (#1359)

@andrea-perego not sure if this is just a missunderstanding. I understood your post from 3 days ago as an argument, why bbox and centroid should remain with a range of rdfs:Literal.

But they have the same usage note as locn:geometry had previously, which stated that the range was "intentionally generic, with the purpose of allowing different geometry encodings."

The reason to switch the range to locn:Geometry was: locn:Geometry is more generic than rdfs:Literal. The following statements would be valid:

```
<AnneFrank_3> a dcat:Dataset ;
  dcterms:spatial [
    a dcterms:Location ;
    dcat:centroid <http://geohash.org/u173znse00r> ;
  ] .
```

So we should either change their range to locn:Geometry or change the usage notes so that they say that one is exspected to use a WKT literal.

-- 
GitHub Notification of comment by init-dcat-ap-de
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1359#issuecomment-831217115 using your GitHub account


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

Received on Monday, 3 May 2021 12:06:49 UTC