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

<https://sws.geonames.org/5553990/> a ns2:Feature ;
    ns1:lat 56.27889 ;
    ns1:long -134.67167 ;
    ns2:countryCode "US" ;
    ns2:featureClass ns2:H ;
    ns2:featureCode ns2:H.BAY ;
    ns2:name "John Bay" ;
    ns2:parentADM1 <https://sws.geonames.org/5879092/> ;
    ns2:parentADM2 <https://sws.geonames.org/5557295/> .

