@prefix ns1: <https://www.geonames.org/ontology#> .
@prefix ns2: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://sws.geonames.org/4348967/> a ns1:Feature ;
    ns2:lat 39.69815 ;
    ns2:long -78.19362 ;
    ns1:countryCode "US" ;
    ns1:featureClass ns1:P ;
    ns1:featureCode ns1:P.PPL ;
    ns1:name "Blue Hill" ;
    ns1:parentADM1 <https://sws.geonames.org/4361885/> ;
    ns1:parentADM2 <https://sws.geonames.org/4372777/> .

