Download outline map of Nirgua (geojson format) : 
Nirgua.geojson (**)
Download polygon array of Nirgua map for "Google Maps" : 
Nirgua.txt
Bounding Box for Nirgua Map : ( 9.991304 , -68.42201 , 10.226582 , -68.302304 )
Wikipedia ID for Nirgua : Q10801437
Wikipedia SPARQL Query for Nirgua (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q10801437 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q10801437 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q10801437 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q10801437 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q10801437 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q10801437 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 Nirgua map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.991304, -68.42201, 10.226582, -68.302304);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nirgua)
	
[out:json];
(
rel["name"="Miranda"][type=boundary];
rel["name:en"="Miranda"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nirgua
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| El Helechal | 10.033330 , -68.383330 | 
| El Juncal | 10.133330 , -68.383330 | 
| Franchesti | 10.133330 , -68.400000 | 
| La Bartolera | 10.069370 , -68.340150 | 
| La Masiera | 10.055080 , -68.356800 | 
| La Pericoca | 10.216670 , -68.400000 | 
| Las Penas | 10.085000 , -68.350000 | 
| Papayo | 10.150000 , -68.366670 | 
| Paso Real | 10.155580 , -68.334020 | 
| Sabana Arriba | 10.190460 , -68.412960 | 
| Santa Rosa | 10.078040 , -68.335630 | 
| Santo Tomas | 10.121130 , -68.395200 | 
| Titicare | 10.023890 , -68.344440 | 
Notes:
- You can download geometry data for Nirgua 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.