Download outline map of Menemen (geojson format) : 
Menemen.geojson (**)
Download polygon array of Menemen map for "Google Maps" : 
Menemen.txt
Bounding Box for Menemen Map : ( 38.511802 , 26.828708 , 38.746265 , 27.261719 )
Wikipedia ID for Menemen : Q2152404
Wikipedia SPARQL Query for Menemen (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2152404 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2152404 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2152404 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2152404 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2152404 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2152404 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 Menemen map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.511802, 26.828708, 38.746265, 27.261719);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Menemen)
	
[out:json];
(
rel["name"="Menemen"][type=boundary];
rel["name:en"="Menemen"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Menemen
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Alanici  |  38.609970 , 27.210090  | 
|  Asarlik  |  38.583220 , 27.097060  | 
|  Ayvacik  |  38.612660 , 27.189930  | 
|  Bagcilar  |  38.620470 , 27.200650  | 
|  Belen  |  38.638110 , 27.100550  | 
|  Bey  |  38.602210 , 27.195540  | 
|  Bozalan  |  38.705280 , 27.195830  | 
|  Buruncuk  |  38.669870 , 27.027430  | 
|  Calti  |  38.619790 , 27.228640  | 
|  Cavus  |  38.639310 , 27.024970  | 
|  Cukur  |  38.695560 , 27.118890  | 
|  Emiralem  |  38.609710 , 27.145880  | 
|  Goktepe  |  38.609700 , 27.162780  | 
|  Gorece  |  38.650500 , 27.164950  | 
|  Gunerli  |  38.568910 , 26.998380  | 
|  Hasaniar  |  38.641120 , 27.118130  | 
|  Hasanlar  |  38.641150 , 27.127760  | 
|  Hatundere  |  38.702220 , 27.048680  | 
|  Haykiran  |  38.641620 , 27.115940  | 
|  Ignedere  |  38.657490 , 27.159890  | 
|  Karadere  |  38.733330 , 27.133330  | 
|  Karaorman  |  38.607550 , 27.231550  | 
|  Kesik  |  38.617180 , 26.995350  | 
|  Koyundere  |  38.575340 , 27.069020  | 
|  Menemen  |  38.607540 , 27.069380  | 
|  Musabey  |  38.638110 , 27.010650  | 
|  Seyrek  |  38.580490 , 26.974810  | 
|  Suleymanli  |  38.637750 , 27.178550  | 
|  Suzbeyli  |  38.535170 , 26.910680  | 
|  Telekler  |  38.663020 , 27.215500  | 
|  Turgutlar  |  38.714150 , 27.164510  | 
|  Turkeli  |  38.686750 , 27.034270  | 
|  Tuzculu  |  38.549500 , 26.939210  | 
|  Ulukent  |  38.544740 , 27.040610  | 
|  Yahseli  |  38.615100 , 27.111820  | 
|  Yanik  |  38.656040 , 27.083220  | 
Notes:
- You can download geometry data for Menemen 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.