Man

Location:
7.4° nord, 7.55° ouest
Population:
140,217 personnes
(2005 recensement)
{
    "id": "urn:ngsi-ld:City:man",
    "type": "City",
    "population": {
        "type": "Property",
        "value": 140217,
        "observedAt": "2005-01-01T00:00:00.000Z"
    },
    "region": {
        "type": "Property",
        "value": "Tonkpi"
    },
    "name": {
        "type": "Property",
        "value": "Man"
    },
    "location": {
        "type": "GeoProperty",
        "value": {
            "type": "Point",
            "coordinates": [
                -7.55,
                7.4
            ]
        }
    }
}