@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/6632710/> a ns1:Feature ;
    ns2:lat -90.0 ;
    ns2:long 0.0 ;
    ns1:alternateName "Antarctic  The",
        "Antarctic Continent",
        "Yr Antarctig" ;
    ns1:countryCode "AQ" ;
    ns1:featureClass ns1:L ;
    ns1:featureCode ns1:L.LAND ;
    ns1:name "Antarctic, The" .

