Download outline map of Songea Urban (geojson format) : 
Songea Urban.geojson (**)
Download polygon array of Songea Urban map for "Google Maps" : 
Songea Urban.txt
Bounding Box for Songea Urban Map : ( -10.770277 , 35.38861 , -10.504542 , 35.776446 )
Wikipedia ID for Songea Urban : Q2301409
Wikipedia SPARQL Query for Songea Urban (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2301409 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2301409 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2301409 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2301409 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2301409 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2301409 p:P625 ?coordinate. 
    ?coordinate psv:P625 ?coordinate_node. 
    ?coordinate_node wikibase:geoLatitude ?latitude. 
    ?coordinate_node wikibase:geoLongitude ?longitude. 
  } 
} 
 Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!) 
Run this Query with SPARQL API 
Get Boundaries from overpass-turbo (OSM) with boundary box of Songea Urban map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](-10.770277, 35.38861, -10.504542, 35.776446);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Songea Urban)
	
[out:json];
(
rel["name"="Songea Urban"][type=boundary];
rel["name:en"="Songea Urban"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Songea Urban
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Lilambo  |  -10.683330 , 35.550000  | 
|  Luhira  |  -10.616670 , 35.666670  | 
|  Matagoro  |  -10.683330 , 35.666670  | 
|  Mlete  |  -10.583330 , 35.733330  | 
|  Parangu  |  -10.616670 , 35.500000  | 
|  Peramiho  |  -10.650000 , 35.450000  | 
|  Ruhuwiko  |  -10.700000 , 35.600000  | 
|  Songea  |  -10.679838 , 35.653381  | 
|  Tanga  |  -10.566670 , 35.683330  | 
Notes:
- You can download geometry data for Songea Urban in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**) 
Terms of Use for downloaded geojson files.