-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapackage.json
116 lines (116 loc) · 2.72 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "EU-final-budget-2014-en",
"title": "Budget of the European Union 2014",
"homepage": "http://open-data.europa.eu/data/dataset/budget-of-the-european-union-2014",
"version": "0.1.0",
"license": "PDDL-1.0",
"granularity": "aggregated",
"direction": "expenditure",
"status": "executed”",
"location": "EU",
"profiles": {
"openspending": "*",
"tabular": "*"
},
"resources": [
{
"name": "c!SEC1_E!en!0.csv",
"path": "https://raw.githubusercontent.com/os-data/eu-budget-2014/main/data/c!SEC1_E!en!0.csv",
"format": "csv",
"mediatype": "text/csv",
"schema": {
"fields": [
{
"name": "year",
"type": "integer",
"description": "Year"
},
{
"name": "approved",
"type": "integer",
"description": "Approved Budget (AMD)"
},
{
"name": "adjusted",
"type": "integer",
"description": "Adjusted Budget (AMD)"
},
{
"name": "executed",
"type": "integer",
"description": "Executed Budget (AMD)"
}
],
"primaryKey": "",
"foreignKeys": [
{
"fields": "admin2",
"reference": {
"datapackage": "boost-armenia",
"resource": "admin2",
"fields": "admin2"
}
},
{
"fields": "econ1",
"reference": {
"datapackage": "boost-armenia",
"resource": "econ1",
"fields": "econ1"
}
}
]
}
},
{
"name": "c!SEC1_E!en!10.csv",
"path": "https://raw.githubusercontent.com/os-data/eu-budget-2014/main/data/c!SEC1_E!en!10.csv",
"format": "csv",
"mediatype": "text/csv",
"bytes": 3115,
"schema": {
"fields": [
{
"name": "admin2",
"type": "string",
"description": ""
},
{
"name": "label",
"type": "string",
"description": ""
}
]
}
}
],
"mapping": {
"measures": {
"approved": {
"source": "approved",
"currency": "AMD",
"factor": 1
},
"adjusted": {
"source": "adjusted",
"currency": "AMD",
"factor": 1
},
"amount": {
"source": "executed",
"currency": "AMD",
"factor": 1
}
},
"date": {
"fields": {
"year": {
"primaryKey": "",
"source": "year"
}
}
}
},
"description": "",
"repository": "https://github.com/os-data/boost-armenia.git"
}