Download outline map of Sampués (geojson format) : 
Sampués.geojson (**)
Download polygon array of Sampués map for "Google Maps" : 
Sampués.txt
Bounding Box for Sampués Map : ( 9.067191 , -75.47139 , 9.247709 , -75.248527 )
Wikipedia ID for Sampués : Q2433637
Wikipedia SPARQL Query for Sampués (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2433637 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2433637 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2433637 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2433637 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2433637 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2433637 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 Sampués map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.067191, -75.47139, 9.247709, -75.248527);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sampués)
	
[out:json];
(
rel["name"="Sampués"][type=boundary];
rel["name:en"="Sampués"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sampués
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Bossa Navarro | 9.216670 , -75.433330 | 
| El Limon | 9.133940 , -75.304480 | 
| Escobar Arriba | 9.200000 , -75.416670 | 
| Farfan | 9.166830 , -75.285610 | 
| Guadalupe | 9.088020 , -75.282500 | 
| Huertas Chicas | 9.216670 , -75.433330 | 
| La Ceja del Mango | 9.076650 , -75.248990 | 
| La Cruz | 9.153980 , -75.324610 | 
| La Gallera | 9.236890 , -75.419890 | 
| La Pena | 9.232040 , -75.391550 | 
| Las Camelias | 9.229550 , -75.411780 | 
| Las Llanadas | 9.155250 , -75.280680 | 
| Loarazo | 9.216260 , -75.368040 | 
| Mateo Perez | 9.214180 , -75.384290 | 
| Nuevo Reino | 9.214610 , -75.414550 | 
| Palito | 9.166680 , -75.307850 | 
| Piedras Blancas | 9.162360 , -75.389600 | 
| Sabanalarga | 9.161300 , -75.332130 | 
| Sampués | 9.183610 , -75.381670 | 
| San Jose | 9.146260 , -75.350530 | 
| San Luis | 9.116160 , -75.288560 | 
| Segovia | 9.233720 , -75.373980 | 
| Zumbador | 9.069140 , -75.288610 | 
Notes:
- You can download geometry data for Sampués 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.