gbv / wikidata-jskos

Access Wikidata in JSKOS format
https://coli-conc.gbv.de/services/wikidata/
MIT License
6 stars 3 forks source link

Support geospatial search #54

Open nichtich opened 4 years ago

nichtich commented 4 years ago

As suggested at https://github.com/gbv/jskos-server, support searching for Wikidata items near a given coordinate. Add query parameters near and distance to /concept. distance is required because Wikidata SPARQL interface will time-out without limitation. See SPARQL distance-function for implementation.

nichtich commented 4 years ago

Distance should better be in meters. A default value could be configured in the wikidata-jskos instance to make the query parameter optional.