forked from senegalouvert/depute-as-nat-sn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
datapackage.json
56 lines (54 loc) · 1.69 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "depute-as-nat-data",
"title": "Liste des Députés de la XIIème Législature du Sénégal",
"sources": [{
"name": "Assemblée nationale Sénégal",
"web": "http://www.assemblee-nationale.sn/index.php?option=com_content&view=article&id=214&Itemid=218"
}],
"contributors":[ {
"name": "Cheikh Ahmed Tidiane Dieng",
"email": "[email protected]",
"web": "https://github.com/Btux"
}],
"licenses": [
{
"id": "odc-pddl",
"name": "Public Domain Dedication and License",
"version": "1.0",
"url": "http://opendatacommons.org/licenses/pddl/1.0/"
}
],
"resources": [
{
"name": "Liste des Députés",
"url": "https://github.com/senegalouvert/depute-as-nat-sn/raw/master/data/data.csv",
"path": "data/data.csv",
"format": "csv",
"mediatype": "text/csv",
"schema": {
"fields": [
{
"id": "Id",
"description": "",
"type": "integer"
},
{
"id": "Prenom",
"description": "",
"type": "string"
},
{
"id": "Nom",
"description": "",
"type": "string"
},
{
"id": "Email",
"description": "",
"type": "string"
}
]
}
}
]
}