Download outline map of Paragominas (geojson format) : 
Paragominas.geojson (**)
Download polygon array of Paragominas map for "Google Maps" : 
Paragominas.txt
Bounding Box for Paragominas Map : ( -3.837308 , -48.891463 , -2.410546 , -46.418244 )
Wikipedia ID for Paragominas : Q935005
Wikipedia SPARQL Query for Paragominas (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q935005 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q935005 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q935005 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q935005 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q935005 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q935005 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 Paragominas map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](-3.837308, -48.891463, -2.410546, -46.418244);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Paragominas)
	
[out:json];
(
rel["name"="Paragominas"][type=boundary];
rel["name:en"="Paragominas"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Paragominas
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Agrovila do pa Paragonorte | -2.948940 , -46.749327 | 
| Aldeia Manuel Antonio | -3.150000 , -46.733330 | 
| Anajateua | -3.093020 , -46.683260 | 
| Apolinario | -3.561220 , -47.048080 | 
| Araruna | -2.791430 , -46.640910 | 
| Caninde | -2.566670 , -46.516670 | 
| Cantareira | -2.983330 , -47.483330 | 
| Colônia Uraim | -3.060064 , -47.411816 | 
| Dalsan Ou Jaguare | -3.420509 , -48.330983 | 
| João Buzzi | -3.720500 , -48.064204 | 
| Km 12 | -2.990309 , -47.423103 | 
| Maloca Timbe | -3.024450 , -47.743600 | 
| Nagibão | -3.028513 , -47.463548 | 
| Paragominas | -2.994373 , -47.356258 | 
| Piracaua | -3.150000 , -47.983330 | 
| Piriá | -3.451614 , -47.270402 | 
| Rosa Madeira | -3.005907 , -47.457925 | 
| São João Ou Km-204 | -3.363658 , -47.256140 | 
| Serraria Domal | -3.001732 , -47.460320 | 
| Serraria Dunorte | -3.006826 , -47.461558 | 
| Serraria Machado Azevedo | -2.995689 , -47.456142 | 
| Serraria Monte Alegre | -2.993410 , -47.455633 | 
| Serraria Primus | -2.998614 , -47.457492 | 
| Vila União | -2.927340 , -46.711827 | 
Notes:
- You can download geometry data for Paragominas 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.