-
Notifications
You must be signed in to change notification settings - Fork 10
/
datapackage.json
71 lines (71 loc) · 2.26 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
{
"name": "food-datasets",
"title": "A list of datasets related to Food",
"format": "csv",
"datapackage_version": "1.0.0",
"last_modified": "2017-02-01",
"license": "PDDL-1.0",
"licenses": [
{
"type": "ODC-PDDL-1.0",
"url": "http://opendatacommons.org/licenses/pddl/1.0/"
}
],
"sources": [
{
"name": "Shared Google Spreadsheet",
"web": "https://docs.google.com/spreadsheets/d/1W27W3vuD5mj1CDWbGJhjECabRbsqVzt_8EhPJV1l5b0/pub?output=csv"
}
],
"resources": [
{
"path": "data/food-datasets.csv",
"schema": {
"fields": [
{
"name": "Open",
"description": "Is this dataset clearly licensed, in a way that is compatible with the Open Definition?",
"type": "string"
},{
"name": "Updated",
"description": "In which year was this dataset last updated?",
"type": "string"
},{
"name": "Title",
"description": "A short, concise title",
"type": "string"
},{
"name": "Tags",
"description": "Any keywords, space delimited, which help us to sort through the datasets. Include an ISO country code (ch, uk, ...), if it is country-specific.",
"type": "string"
},{
"name": "URL",
"description": "A webpage which describes the data and provides download links",
"type": "string"
},{
"name": "Example URL",
"description": "Any example applications or visualisations which illustrate this specific dataset",
"type": "string"
},{
"name": "Data Package URL",
"description": "Link to the dataset's description in Data Package format, if available",
"type": "string"
},{
"name": "License",
"description": "Brief description of the terms of use, along with detailed links to any License or such",
"type": "string"
}
]
}
}
],
"contributors":[{
"name": "School of Data Switzerland",
"email": "info@schoolofdata.ch",
"web": "http://schoolofdata.ch"
}],
"maintainers":[{
"name": "Oleg Lavrovsky",
"web": "https://github.com/loleg/"
}]
}