Download outline map of Beydag (geojson format) : 
Beydag.geojson (**)
Download polygon array of Beydag map for "Google Maps" : 
Beydag.txt
Bounding Box for Beydag Map : ( 38.026676 , 28.140936 , 38.152086 , 28.339369 )
Wikipedia ID for Beydag : Q1831365
Wikipedia SPARQL Query for Beydag (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1831365 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1831365 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1831365 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1831365 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1831365 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1831365 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 Beydag map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.026676, 28.140936, 38.152086, 28.339369);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Beydag)
	
[out:json];
(
rel["name"="Beydağ"][type=boundary];
rel["name:en"="Beydağ"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Beydag
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Adakure  |  38.072450 , 28.199870  | 
|  Alakaya  |  38.083330 , 28.300000  | 
|  Alakecili  |  38.079250 , 28.189210  | 
|  Bakirkoy  |  38.123830 , 28.251490  | 
|  Beydag  |  38.085930 , 28.208430  | 
|  Camlik  |  38.065280 , 28.274130  | 
|  Ciftlikkoy  |  38.117800 , 28.205450  | 
|  Comaklar  |  38.058210 , 28.249390  | 
|  Egridere  |  38.118330 , 28.290280  | 
|  Erikli  |  38.063900 , 28.237230  | 
|  Halikoy  |  38.089170 , 28.169690  | 
|  Karaoba  |  38.118460 , 28.269240  | 
|  Kokarca  |  38.133330 , 28.300000  | 
|  Kurudere  |  38.139850 , 28.264760  | 
|  Menderes  |  38.095910 , 28.212330  | 
|  Mutaflar  |  38.085100 , 28.250370  | 
|  Palamutcuk  |  38.072040 , 28.275250  | 
|  Sarikaya  |  38.116920 , 28.177350  | 
|  Tabaklar  |  38.064420 , 28.228110  | 
|  Yagcilar  |  38.092220 , 28.153890  | 
|  Yeniyurt  |  38.066750 , 28.220350  | 
|  Yesiltepe  |  38.105220 , 28.290610  | 
|  Yukari Aktepe  |  38.105170 , 28.258340  | 
|  Yukaritosunlar  |  38.116290 , 28.157360  | 
Notes:
- You can download geometry data for Beydag 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.