@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/6450816/> a ns1:Feature ;
    ns2:lat 47.86056 ;
    ns2:long 6.6775 ;
    ns1:alternateName "70071",
        "Belot Sen Loran",
        "Belott-Sen-Loran",
        "Beulotte-Saint-Laurent",
        "Bjolot-Sen-Loran",
        "Белот Сен Лоран",
        "Белотт-Сен-Лоран",
        "Бёлот-Сен-Лоран" ;
    ns1:countryCode "FR" ;
    ns1:featureClass ns1:A ;
    ns1:featureCode ns1:A.ADM4 ;
    ns1:name "Beulotte-Saint-Laurent" ;
    ns1:parentADM1 <https://sws.geonames.org/11071619/> ;
    ns1:parentADM2 <https://sws.geonames.org/3013737/> ;
    ns1:population 58 .

