@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/3230714/> a ns1:Feature ;
    ns2:lat 61.45639 ;
    ns2:long 4.59 ;
    ns1:alternateName "Gunnarskjeret",
        "Gunnarsskjeret" ;
    ns1:countryCode "NO" ;
    ns1:featureClass ns1:H ;
    ns1:featureCode ns1:H.RF ;
    ns1:name "Gunnarsskjeret" ;
    ns1:parentADM1 <https://sws.geonames.org/12110600/> ;
    ns1:parentADM2 <https://sws.geonames.org/3162629/> .

