Download outline map of Köprübasi (geojson format) : 
Köprübasi.geojson (**)
Download polygon array of Köprübasi map for "Google Maps" : 
Köprübasi.txt
Bounding Box for Köprübasi Map : ( 38.649186 , 28.2403 , 38.870868 , 28.464054 )
Wikipedia ID for Köprübasi : Q2911603
Wikipedia SPARQL Query for Köprübasi (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2911603 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2911603 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2911603 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2911603 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2911603 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2911603 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 Köprübasi map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.649186, 28.2403, 38.870868, 28.464054);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Köprübasi)
	
[out:json];
(
rel["name"="Köprübaşı"][type=boundary];
rel["name:en"="Köprübaşı"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Köprübasi
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Akcaalan  |  38.833060 , 28.406390  | 
|  Arpaci  |  38.712220 , 28.339440  | 
|  Avsar  |  38.760910 , 28.416410  | 
|  Aydogan  |  38.699340 , 28.376590  | 
|  Azimli  |  38.832790 , 28.384120  | 
|  Bozburun  |  38.794300 , 28.358920  | 
|  Cariklar  |  38.660880 , 28.342800  | 
|  Cicikli  |  38.685090 , 28.322820  | 
|  Dogusoren  |  38.777870 , 28.373380  | 
|  Esatkoy  |  38.789380 , 28.271080  | 
|  Gazli  |  38.822580 , 28.402540  | 
|  Gundogdu  |  38.772250 , 28.401420  | 
|  Haciveli Mahmutlar  |  38.725360 , 28.346790  | 
|  Helimler  |  38.700000 , 28.316670  | 
|  Huriler  |  38.847420 , 28.364560  | 
|  Ibisdere  |  38.693010 , 28.325150  | 
|  Ikizkuyu  |  38.735910 , 28.340590  | 
|  Karaduz  |  38.821320 , 28.430100  | 
|  Karahalli  |  38.749890 , 28.435650  | 
|  Kasar  |  38.753630 , 28.363990  | 
|  Kavakyeri  |  38.757500 , 28.313060  | 
|  Kinik  |  38.803610 , 28.393890  | 
|  Kiranseyh  |  38.811880 , 28.338650  | 
|  Köprübaşı  |  38.749720 , 28.404720  | 
|  Kozakli  |  38.717600 , 28.325090  | 
|  Kurtlar  |  38.756460 , 28.281860  | 
|  Mestanli  |  38.807860 , 28.380270  | 
|  Sargac  |  38.808300 , 28.286220  | 
|  Ugurlu  |  38.774640 , 28.346630  | 
|  Unluler  |  38.669710 , 28.332340  | 
|  Yardere  |  38.817990 , 28.410410  | 
|  Yesilkoy  |  38.770140 , 28.290220  | 
Notes:
- You can download geometry data for Köprübasi 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.