Download outline map of Kemalpasa (geojson format) : 
Kemalpasa.geojson (**)
Download polygon array of Kemalpasa map for "Google Maps" : 
Kemalpasa.txt
Bounding Box for Kemalpasa Map : ( 38.290585 , 27.263017 , 38.577822 , 27.741541 )
Wikipedia ID for Kemalpasa : Q1014125
Wikipedia SPARQL Query for Kemalpasa (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1014125 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1014125 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1014125 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1014125 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1014125 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1014125 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 Kemalpasa map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.290585, 27.263017, 38.577822, 27.741541);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kemalpasa)
	
[out:json];
(
rel["name"="Kemalpaşa"][type=boundary];
rel["name:en"="Kemalpaşa"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kemalpasa
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Akalan  |  38.464860 , 27.483750  | 
|  Ansizca  |  38.483700 , 27.404140  | 
|  Armutlu  |  38.403350 , 27.532270  | 
|  Bagyurdu  |  38.414840 , 27.635600  | 
|  Bayramlar  |  38.321700 , 27.536610  | 
|  Bespinar  |  38.519960 , 27.453930  | 
|  Cepni Bektas  |  38.445310 , 27.704130  | 
|  Cinar  |  38.430960 , 27.400480  | 
|  Cinilikoy  |  38.405860 , 27.446200  | 
|  Cumali  |  38.317790 , 27.461120  | 
|  Damlacik  |  38.498310 , 27.378610  | 
|  Derekoy  |  38.340000 , 27.455000  | 
|  Gokceyurt  |  38.434080 , 27.685300  | 
|  Gokgedik  |  38.420170 , 27.721690  | 
|  Gokyaka  |  38.327610 , 27.459760  | 
|  Halilbeyli  |  38.439170 , 27.668060  | 
|  Hamzababa  |  38.419210 , 27.709190  | 
|  Kamberler  |  38.338330 , 27.572800  | 
|  Kemalpaşa  |  38.426210 , 27.417310  | 
|  Kiziluzum  |  38.440000 , 27.367220  | 
|  Kurudere  |  38.386390 , 27.445280  | 
|  Kuyucak  |  38.489500 , 27.391700  | 
|  Oren  |  38.409170 , 27.585830  | 
|  Ovacik  |  38.346890 , 27.675700  | 
|  Saricali  |  38.440110 , 27.693100  | 
|  Sarilar  |  38.415460 , 27.654780  | 
|  Savandag  |  38.415360 , 27.468820  | 
|  Sutculer  |  38.472350 , 27.462970  | 
|  Ulucak  |  38.481650 , 27.355830  | 
|  Visneli  |  38.342780 , 27.398610  | 
|  Yeni Kurudere  |  38.340000 , 27.609410  | 
|  Yesilkoy  |  38.314960 , 27.459380  | 
|  Yesilyurt  |  38.428110 , 27.675040  | 
|  Yigitler  |  38.414720 , 27.612140  | 
|  Yolustu  |  38.455100 , 27.453910  | 
|  Yukari Fetrek  |  38.350000 , 27.400000  | 
|  Yukarikizilca  |  38.386830 , 27.499210  | 
|  Zeamet  |  38.415880 , 27.690080  | 
Notes:
- You can download geometry data for Kemalpasa 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.