tisdag 26 juli 2016

Location search 10 km Freehold Township, New Jersey

# Query Find Q19558910 Place listed on the National Register of Historic Places

# 100 km from Q1077969 Freehold Township, New Jersey
#
#defaultView:Map
SELECT DISTINCT ?place  ?placeLabel ?coord ?pic ?ref WHERE {
    {
    wd:Q1077969 wdt:P625 ?freeholdLoc . #Find location
?place wdt:P1435   wd:Q19558910 #Find Heritage status P1435 is Q19558910 Place listed on the National Register of Historic Places
         
    SERVICE wikibase:around {
      ?place wdt:P625 ?location .
      bd:serviceParam wikibase:center ?freeholdLoc .
      bd:serviceParam wikibase:radius "100" .
      bd:serviceParam wikibase:distance ?dist.
    }        
OPTIONAL{?place wdt:P625 ?coord} . #Get the coordinates
OPTIONAL{?place wdt:P18 ?pic} .   #Get a Picture
OPTIONAL{?place wdt:P649 ?refnr} .   #Ref
    BIND(URI(CONCAT("http://focus.nps.gov/AssetDetail/NRIS/",?refnr)) as ?ref)
}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en","fr","nl","de","fa"}
}
LIMIT 100000

Map

Inga kommentarer:

Skicka en kommentar