Download outline map of Sarigöl (geojson format) : 
Sarigöl.geojson (**)
Download polygon array of Sarigöl map for "Google Maps" : 
Sarigöl.txt
Bounding Box for Sarigöl Map : ( 38.083307 , 28.559444 , 38.343091 , 28.869348 )
Wikipedia ID for Sarigöl : Q1947487
Wikipedia SPARQL Query for Sarigöl (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1947487 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1947487 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1947487 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1947487 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1947487 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1947487 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 Sarigöl map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.083307, 28.559444, 38.343091, 28.869348);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sarigöl)
	
[out:json];
(
rel["name"="Sarıgöl"][type=boundary];
rel["name:en"="Sarıgöl"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sarigöl
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Afsar  |  38.219680 , 28.624240  | 
|  Alemsahli  |  38.122780 , 28.695280  | 
|  Arnavutlar  |  38.232750 , 28.656660  | 
|  Baglica  |  38.312030 , 28.668600  | 
|  Bahadirlar  |  38.223890 , 28.766940  | 
|  Baharlar  |  38.201810 , 28.762780  | 
|  Beyharmani  |  38.122300 , 28.604790  | 
|  Cabertarar  |  38.308330 , 28.733610  | 
|  Canakci  |  38.283330 , 28.700000  | 
|  Candarli  |  38.329880 , 28.765820  | 
|  Cimentepe  |  38.291980 , 28.718700  | 
|  Dadagli  |  38.174440 , 28.647780  | 
|  Demirciler  |  38.240700 , 28.851920  | 
|  Dindarli  |  38.168060 , 28.709440  | 
|  Doguslar  |  38.241300 , 28.724990  | 
|  Dutlukuyu  |  38.189910 , 28.661830  | 
|  Emcelli  |  38.219150 , 28.713620  | 
|  Guney Damlari  |  38.243530 , 28.816720  | 
|  Gunyaka  |  38.157930 , 28.602330  | 
|  Hacibekir  |  38.264170 , 28.783450  | 
|  Kahramanlar  |  38.282140 , 28.771710  | 
|  Kaklik  |  38.165950 , 28.693780  | 
|  Karacaali  |  38.133890 , 28.589440  | 
|  Kertil  |  38.240120 , 28.793990  | 
|  Kizilcukur  |  38.141780 , 28.641240  | 
|  Omerler  |  38.288290 , 28.753140  | 
|  Payamtarla  |  38.139090 , 28.620120  | 
|  Sarıgöl  |  38.239530 , 28.696630  | 
|  Sazlikuyu  |  38.210310 , 28.648940  | 
|  Selimiye  |  38.248100 , 28.661520  | 
|  Seyhdavutlar  |  38.228920 , 28.844350  | 
|  Sigirmacli  |  38.250790 , 28.745180  | 
|  Tekeli  |  38.211550 , 28.774980  | 
|  Tirazlar  |  38.260450 , 28.708790  | 
|  Yenikoy  |  38.284070 , 28.802630  | 
|  Yesiltepe  |  38.237540 , 28.749210  | 
|  Yukari Kocaklar  |  38.238340 , 28.735990  | 
|  Ziyanlar  |  38.316520 , 28.780820  | 
Notes:
- You can download geometry data for Sarigöl 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.