Download outline map of Soma (geojson format) : 
Soma.geojson (**)
Download polygon array of Soma map for "Google Maps" : 
Soma.txt
Bounding Box for Soma Map : ( 39.032883 , 27.388037 , 39.413381 , 27.809273 )
Wikipedia ID for Soma : Q13124930
Wikipedia SPARQL Query for Soma (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q13124930 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q13124930 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q13124930 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q13124930 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q13124930 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q13124930 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 Soma map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.032883, 27.388037, 39.413381, 27.809273);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Soma)
	
[out:json];
(
rel["name"="Soma"][type=boundary];
rel["name:en"="Soma"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Soma
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Adil  |  39.106110 , 27.615830  | 
|  Akcaavlu  |  39.246380 , 27.517560  | 
|  Bagcili  |  39.329170 , 27.663850  | 
|  Bayat  |  39.184200 , 27.725310  | 
|  Beyce  |  39.255740 , 27.601860  | 
|  Boncuklu  |  39.328300 , 27.521280  | 
|  Bozarmut  |  39.305550 , 27.762380  | 
|  Bubeyler  |  39.152440 , 27.551690  | 
|  Buyukisiklar  |  39.323650 , 27.575410  | 
|  Catalcam  |  39.378280 , 27.459260  | 
|  Cavdir  |  39.164540 , 27.703200  | 
|  Cerkezhamidiye  |  39.166670 , 27.483330  | 
|  Cevircek  |  39.245040 , 27.774490  | 
|  Darkale  |  39.161590 , 27.597620  | 
|  Denis  |  39.229870 , 27.719570  | 
|  Derekoy  |  39.120500 , 27.531510  | 
|  Devlethan  |  39.327800 , 27.496030  | 
|  Dualar  |  39.222460 , 27.540590  | 
|  Dugla  |  39.379620 , 27.424720  | 
|  Evciler  |  39.234990 , 27.666850  | 
|  Eynez  |  39.063430 , 27.548200  | 
|  Goktas  |  39.306530 , 27.667540  | 
|  Haciyusuf  |  39.143190 , 27.512170  | 
|  Hamidiye  |  39.186110 , 27.479440  | 
|  Hatunkoy  |  39.225000 , 27.581390  | 
|  Heciz  |  39.278570 , 27.613240  | 
|  Kaplan  |  39.337160 , 27.426640  | 
|  Karacakas  |  39.214940 , 27.783330  | 
|  Karacam  |  39.237110 , 27.484200  | 
|  Kirazkoy  |  39.354170 , 27.426540  | 
|  Kiziloren  |  39.296010 , 27.631870  | 
|  Kobaklar  |  39.359460 , 27.456090  | 
|  Koyundere  |  39.350000 , 27.533330  | 
|  Kozanli  |  39.166670 , 27.550000  | 
|  Kozluoren  |  39.281700 , 27.717530  | 
|  Kucuk Guney  |  39.244840 , 27.640490  | 
|  Mentese  |  39.334770 , 27.470380  | 
|  Naldoken  |  39.285620 , 27.518030  | 
|  Pirahmet  |  39.282630 , 27.479410  | 
|  Sarikaya  |  39.150000 , 27.650000  | 
|  Sevisler  |  39.272190 , 27.559080  | 
|  Soma  |  39.185540 , 27.609450  | 
|  Sultaniye  |  39.289600 , 27.769460  | 
|  Tabanlar  |  39.353200 , 27.729730  | 
|  Tekellisiklar  |  39.233330 , 27.750000  | 
|  Turkpiyade  |  39.320530 , 27.738350  | 
|  Ularca  |  39.267350 , 27.492770  | 
|  Uruzlar  |  39.256360 , 27.532580  | 
|  Vakifli  |  39.316290 , 27.517210  | 
|  Yayladali  |  39.324220 , 27.438080  | 
|  Yircakoy  |  39.195050 , 27.671840  | 
Notes:
- You can download geometry data for Soma 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.