Download outline map of Caldas (geojson format) : 
Caldas.geojson (**)
Download polygon array of Caldas map for "Google Maps" : 
Caldas.txt
Bounding Box for Caldas Map : ( 5.983914 , -75.684232 , 6.121729 , -75.571284 )
Wikipedia ID for Caldas : Q2761150
Wikipedia SPARQL Query for Caldas (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2761150 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2761150 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2761150 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2761150 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2761150 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2761150 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 Caldas map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.983914, -75.684232, 6.121729, -75.571284);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Caldas)
	
[out:json];
(
rel["name"="Caldas"][type=boundary];
rel["name:en"="Caldas"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Caldas
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Bellavista  |  6.107570 , -75.640960  | 
|  El Anhelo  |  6.018000 , -75.619510  | 
|  El Bosque  |  6.001910 , -75.615490  | 
|  El Bramadero  |  6.025980 , -75.657130  | 
|  El Porvenir  |  6.029760 , -75.625540  | 
|  El Sesenta  |  6.012970 , -75.620080  | 
|  El Sesenta y Uno  |  6.008040 , -75.618420  | 
|  El Trapiche  |  5.999780 , -75.650020  | 
|  Guacamayal  |  6.034410 , -75.661440  | 
|  La Abertura  |  6.010810 , -75.614320  | 
|  La Camelia  |  6.036300 , -75.652270  | 
|  La Cienaga  |  6.055420 , -75.641190  | 
|  La Clara  |  6.053450 , -75.608750  | 
|  La Escondida  |  6.048530 , -75.641020  | 
|  La Escondida  |  6.109760 , -75.584590  | 
|  La Esmeralda  |  6.025910 , -75.640180  | 
|  La Florida  |  6.090060 , -75.667670  | 
|  La Milagrosa  |  6.017870 , -75.657080  | 
|  La Primavera  |  6.041350 , -75.656500  | 
|  La Salada  |  6.022900 , -75.630900  | 
|  Las Cabanas  |  6.099240 , -75.653190  | 
|  Los Cerezos  |  6.085030 , -75.631980  | 
|  Mandalay  |  6.086070 , -75.644480  | 
|  Pimpres  |  6.020930 , -75.622620  | 
|  Sierra Morena  |  6.035830 , -75.626090  | 
|  Veraguas  |  6.041770 , -75.630410  | 
Notes:
- You can download geometry data for Caldas 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.