Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spatial filtering (inCircle, inRectangle) #11

Open
sfkeller opened this issue Feb 13, 2019 · 0 comments
Open

Add spatial filtering (inCircle, inRectangle) #11

sfkeller opened this issue Feb 13, 2019 · 0 comments

Comments

@sfkeller
Copy link

Filtering of geospatial data seems to be an important use case.

OSM is involved here, and Wikidata has the "coordinate location" property (P625).

(BTW: Pls. use this coordinates P625 in Wikidata, don't use property "OSM relation ID" P402).

Blazegraph release 2.1.0 obviously contains support for the processing of points. Points are represented as a dedicated typed literal that encodes geospatial coordinates (lat/lon). Predicate "geo:search" includes "inCircle" and "inRectangle", which extracts all coordinates that are in a within a given radius or bounding box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant