forked from rufuspollock/world-bank-data
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdatapackage.json
More file actions
51 lines (51 loc) · 2.17 KB
/
datapackage.json
File metadata and controls
51 lines (51 loc) · 2.17 KB
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
{
"title": "Merchandise trade (% of GDP)",
"name": "tg.val.totl.gd.zs",
"worldbank": {
"indicator": "tg.val.totl.gd.zs"
},
"readme": "General merchandise trade includes goods whose economic ownership is changed between a resident and a non-resident and that are not included in the following specific categories: goods under merchanting, non-monetary gold, and parts of travel, construction, and government goods and services n.i.e. It is the total of merchandise exports plus merchandise imports. This indicator is expressed as a percentage of Gross Domestic Product (GDP) which is the total income earned through the production of goods and services in an economic territory during an accounting period.",
"licenses": [
{
"name": "CC-BY-4.0"
}
],
"keywords": [
"Private Sector",
"Trade"
],
"resources": [
{
"name": "data",
"title": "Indicator data",
"path": "data.csv",
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": {
"fields": [
{
"name": "Country Name",
"type": "string",
"description": "Country or Region name"
},
{
"name": "Country Code",
"type": "string",
"description": "ISO 3-digit ISO code extended to include regional codes e.g. EUR, ARB etc"
},
{
"name": "Year",
"type": "year",
"description": "Year"
},
{
"name": "Value",
"type": "number",
"description": "General merchandise trade includes goods whose economic ownership is changed between a resident and a non-resident and that are not included in the following specific categories: goods under merchanting, non-monetary gold, and parts of travel, construction, and government goods and services n.i.e. It is the total of merchandise exports plus merchandise imports. This indicator is expressed as a percentage of Gross Domestic Product (GDP) which is the total income earned through the production of goods and services in an economic territory during an accounting period."
}
]
}
}
]
}