@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/2870310/> a ns2:Feature ;
    ns1:lat 52.52635 ;
    ns1:long 13.33903 ;
    ns2:alternateName "Berlin-Moabit",
        "Maabit",
        "Moabit",
        "Маабіт",
        "Моабит" ;
    ns2:countryCode "DE" ;
    ns2:featureClass ns2:P ;
    ns2:featureCode ns2:P.PPLX ;
    ns2:name "Moabit" ;
    ns2:parentADM1 <https://sws.geonames.org/2950157/> ;
    ns2:population 81021 .

