Download outline map of Fundación (geojson format) : 
Fundación.geojson (**)
Download polygon array of Fundación map for "Google Maps" : 
Fundación.txt
Bounding Box for Fundación Map : ( 10.273786 , -74.245594 , 10.645042 , -73.560605 )
Wikipedia ID for Fundación : Q303437
Wikipedia SPARQL Query for Fundación (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q303437 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q303437 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q303437 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q303437 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q303437 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q303437 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 Fundación map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.273786, -74.245594, 10.645042, -73.560605);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fundación)
	
[out:json];
(
rel["name"="Fundación"][type=boundary];
rel["name:en"="Fundación"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fundación
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Beatriz Elena | 10.349550 , -74.045420 | 
| Butumin | 10.516670 , -73.566670 | 
| Chocoruguee | 10.627260 , -73.627260 | 
| Coquigaca | 10.612950 , -73.610210 | 
| Dona Maria | 10.383890 , -74.179420 | 
| El Congreso | 10.336430 , -74.034540 | 
| El Encaje | 10.524050 , -74.203650 | 
| El Porvenir | 10.416670 , -74.116670 | 
| El Veinticinco | 10.360990 , -74.055060 | 
| Fundación | 10.520660 , -74.185040 | 
| Genova | 10.450000 , -74.183330 | 
| Hacienda Caraballo | 10.383330 , -74.066670 | 
| Hacienda El Santuario | 10.366670 , -74.000000 | 
| Hacienda El Triangulo | 10.316670 , -74.016670 | 
| Hacienda La Isabel | 10.287750 , -74.002020 | 
| Hacienda La Mariela | 10.474400 , -74.152250 | 
| Hacienda Prosperidad | 10.559420 , -73.671220 | 
| La Belleza | 10.383330 , -74.033330 | 
| La Caja | 10.483330 , -73.650000 | 
| La Escuadra | 10.441520 , -74.148080 | 
| La Sonora | 10.444950 , -74.142310 | 
| Las Carreras | 10.483330 , -74.150000 | 
| Las Mercedes | 10.383330 , -74.150000 | 
| Lorena | 10.489800 , -74.172620 | 
| Los Manguitos | 10.333330 , -74.016670 | 
| Mateguineo | 10.483330 , -74.133330 | 
| Palmira | 10.450000 , -74.100000 | 
| Pantano | 10.567220 , -73.618940 | 
| Paratebien | 10.373380 , -74.141730 | 
| Playoncito | 10.500000 , -73.616670 | 
| Rancholindo | 10.410320 , -74.176250 | 
| San Lorenzo | 10.500000 , -74.216670 | 
| San Miguel | 10.495010 , -74.135970 | 
| Santa Isabel | 10.400000 , -74.150000 | 
| Santa Rosa de Lima | 10.402050 , -74.108510 | 
| Santa Sede | 10.369620 , -74.168710 | 
| Si Dios Quiere | 10.440660 , -74.115380 | 
| Sicariuca | 10.582030 , -73.629160 | 
Notes:
- You can download geometry data for Fundación 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.