Re: [sdw] Lvdb gaps (#1334)

> You are still missing one GeoSPARQL example which could look like the one below which filters by CRS84:
> 
> SELECT ?geo_wkt WHERE {
> ?geo geo:asWKT ?geo_wkt .
> FILTER(geof:getSRID(?geo_wkt)==http://www.opengis.net/def/crs/OGC/1.3/CRS84)
> }

About the example, I wonder whether `geof:getSRID` returns the SRS also when it is not explicitly specified in the geometry literal (excuse my ignorance).

Shouldn't this be the case, it would be probably better to revise the example to use either another SRS or another geometry literal encoding.

-- 
GitHub Notification of comment by andrea-perego
Please view or discuss this issue at https://github.com/w3c/sdw/pull/1334#issuecomment-1050070460 using your GitHub account


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

Received on Thursday, 24 February 2022 17:09:02 UTC