Re: [sdw] Lvdb gaps (#1334)

A general question when reviewing this:

Are we using the term CRS or SRS, and is there a valid reason for that if we are using CRS?

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>)
}

Apart from that I think the text is good!

-- 
GitHub Notification of comment by situx
Please view or discuss this issue at https://github.com/w3c/sdw/pull/1334#issuecomment-1049987576 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 15:41:00 UTC