-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdatapackage.json
29 lines (29 loc) · 1.12 KB
/
datapackage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"profile": "data-package",
"resources": [
{
"name": "portais_estaduais",
"path": "portais-estaduais-rodrigo-klein.pdf",
"profile": "data-resource",
"format": "pdf",
"mimetype": "application/pdf"
},
{
"name": "portais_municipais",
"path": "portais-municipais-rodrigo-klein.pdf",
"profile": "tabular-data-resource",
"format": "pdf",
"mimetype": "application/pdf"
}
],
"name": "klein-2017",
"title": "State and Municipality Tables from KLEIN, 2017",
"description": "Tables from the PhD thesis of Rodrigo Klein (2017), at PUC/RS University in Brazil, titled (in Portuguese) “Mecanismos de ampliação da transparência em portais de dados abertos governamentais brasileiros à luz da Accountability Theory”. The tables contain data, including URLs, about the transparency and open data portals of the public administration of all of Brazilian states and the most populated municipalities.",
"homepage": "http://tede2.pucrs.br/tede2/handle/tede/7724",
"contributors": [
{
"title": "Rodrigo Hickmann Klein",
"role": "author"
}
]
}