@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/11558137/> a ns2:Feature ;
    ns1:lat 58.12248 ;
    ns1:long 28.56221 ;
    ns2:alternateName "UIrochishche Gorista",
        "Urochishhe Gorista",
        "Урочище Гориста" ;
    ns2:countryCode "RU" ;
    ns2:featureClass ns2:L ;
    ns2:featureCode ns2:L.AREA ;
    ns2:name "UIrochishche Gorista" ;
    ns2:parentADM1 <https://sws.geonames.org/504338/> .

