tisdag 26 juli 2016

Location search in WikiData on Stockholm

# Query Find people in WikiTree
# 100 km from Q1754 Stockhlom
#
#defaultView:Mapxx
#SELECT DISTINCT ?placeOfBurial  ?placeOfBurialLabel ?coord ?pic ?WikiTreeID WHERE {
#SELECT DISTINCT ?person ?personLabel WHERE {
SELECT  ?placeOfBurial ?placeOfBurialLabel ?person ?personLabel ?WikiTreeID WHERE {
    {
    wd:Q1754 wdt:P625 ?sthlmLoc . #Find location Stockholm

    ?person  wdt:P119 ?placeOfBurial.

    SERVICE wikibase:around {
      ?placeOfBurial wdt:P625 ?location .
      bd:serviceParam wikibase:center ?sthlmLoc .
      bd:serviceParam wikibase:radius "3" .
      bd:serviceParam wikibase:distance ?dist.
    }                    
    OPTIONAL {?person  wdt:P2949 ?WikiTreeID}.

}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en"}
}
LIMIT 10000

Result

  • Query
    • Result
    • Map - problem that more points on the same spot are just displaying one
    • Image Gallery

Inga kommentarer:

Skicka en kommentar