tisdag 26 juli 2016

Geospatial searches in WikiData : WikiTree people buried in a 5 km radius from Chicago

Geospatial searches in WikiData Q1297 Chicago

http://tinyurl.com/gtc2pwv


# Query Find people in WikiTree buried
# 10 km from Q1297 Chicago
#
SELECT  ?placeOfBurial ?placeOfBurialLabel ?person ?personLabel ?WikiTree ?chicagoLoc  WHERE {
    {
    wd:Q1297 wdt:P625 ?chicagoLoc . #Find location Chicago

    ?person  wdt:P119 ?placeOfBurial. 
     {?person  wdt:P2949 ?WikiTreeID}.
    SERVICE wikibase:around {
      ?placeOfBurial wdt:P625 ?location .
      bd:serviceParam wikibase:center ?chicagoLoc .
      bd:serviceParam wikibase:radius "10" .
      bd:serviceParam wikibase:distance ?dist.
    }                      

    BIND (URI(CONCAT("http://www.wikitree.com/wiki/",?WikiTreeID)) AS ?WikiTree)

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

See also:

Inga kommentarer:

Skicka en kommentar