Download outline map of Aralik (geojson format) : 
Aralik.geojson (**)
Download polygon array of Aralik map for "Google Maps" : 
Aralik.txt
Bounding Box for Aralik Map : ( 39.628489 , 44.281222 , 40.006955 , 44.818128 )
Wikipedia ID for Aralik : Q527626
Wikipedia SPARQL Query for Aralik (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q527626 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q527626 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q527626 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q527626 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q527626 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q527626 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 Aralik map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.628489, 44.281222, 40.006955, 44.818128);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Aralik)
	
[out:json];
(
rel["name"="Aralık"][type=boundary];
rel["name:en"="Aralık"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Aralik
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Adetli  |  39.900000 , 44.333330  | 
|  Ahura  |  39.766670 , 44.366670  | 
|  Aralık  |  39.872780 , 44.519170  | 
|  Asagi Aratan  |  39.828240 , 44.552710  | 
|  Asagi Camurlu  |  39.923080 , 44.420340  | 
|  Asagi Ciftlikkoy  |  39.853330 , 44.586390  | 
|  Asagi Kurtomer  |  39.750000 , 44.633330  | 
|  Asagi Toprakli  |  39.912310 , 44.450740  | 
|  Babacan  |  39.979470 , 44.301480  | 
|  Bilican  |  39.696360 , 44.407070  | 
|  Emince  |  39.818140 , 44.574470  | 
|  Esenkaya  |  39.805000 , 44.337090  | 
|  Haciaga  |  39.937070 , 44.484990  | 
|  Hasanhan  |  39.956940 , 44.346670  | 
|  Hidirli  |  39.908890 , 44.331670  | 
|  Karahacili  |  39.914740 , 44.386900  | 
|  Karsiyaka  |  39.877220 , 44.498890  | 
|  Kerimbeyli  |  39.990650 , 44.378780  | 
|  Kiracbagi  |  39.928330 , 44.315830  | 
|  Kulukent  |  39.904720 , 44.354720  | 
|  Ortakoy  |  39.846540 , 44.535650  | 
|  Peyhanli  |  39.783330 , 44.633330  | 
|  Ramazankent  |  39.967220 , 44.464720  | 
|  Saracli  |  39.908610 , 44.471260  | 
|  Serdarbulak  |  39.683330 , 44.400000  | 
|  Tarlabasi  |  39.793240 , 44.404910  | 
|  Tazekoy  |  39.916940 , 44.519440  | 
|  Yenidogan  |  39.775990 , 44.379870  | 
|  Yukari Aratan  |  39.839180 , 44.548550  | 
|  Yukari Camurlu  |  39.949720 , 44.397220  | 
|  Yukari Ciftlikkoy  |  39.864580 , 44.563310  | 
|  Yukari Toprakli  |  39.906140 , 44.431820  | 
Notes:
- You can download geometry data for Aralik 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.