Download outline map of Pedraza (geojson format) : 
Pedraza.geojson (**)
Download polygon array of Pedraza map for "Google Maps" : 
Pedraza.txt
Bounding Box for Pedraza Map : ( 10.059227 , -74.945591 , 10.238574 , -74.678761 )
Wikipedia ID for Pedraza : Q1575673
Wikipedia SPARQL Query for Pedraza (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1575673 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1575673 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1575673 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1575673 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1575673 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1575673 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 Pedraza map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.059227, -74.945591, 10.238574, -74.678761);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pedraza)
	
[out:json];
(
rel["name"="Pedraza"][type=boundary];
rel["name:en"="Pedraza"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pedraza
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Bahia Honda | 10.124110 , -74.863100 | 
| Barranca Vieja | 10.150000 , -74.933330 | 
| Bodega de Buenavista | 10.116670 , -74.933330 | 
| Bomba | 10.154140 , -74.759790 | 
| Guaquiri | 10.116670 , -74.916670 | 
| Heredia | 10.077010 , -74.834180 | 
| Los Mangos | 10.216670 , -74.916670 | 
| Macondo | 10.150000 , -74.883330 | 
| Martinete | 10.116670 , -74.766670 | 
| Miraflores | 10.166670 , -74.916670 | 
| Pedraza | 10.187390 , -74.915040 | 
| Tobar | 10.150000 , -74.850000 | 
Notes:
- You can download geometry data for Pedraza 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.