-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathdatapackage.json
35 lines (35 loc) · 1.45 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
{
"name": "10.5281/zenodo.5126651",
"title": "COVID-19-Impfungen in Deutschland",
"description": "Diese Datei gibt eine Übersicht über die im Datensatz enthaltenen Daten im Data Package Standard (https://datapackage.org). Der dokumentierte Datensatz ist auf den Plattformen Zenodo (https://doi.org/10.5281/zenodo.5126651) und Github (https://github.com/robert-koch-institut/COVID-19-Impfungen_in_Deutschland) verfügbar.",
"homepage": "https://doi.org/10.5281/zenodo.5126651",
"resources": [
{
"name": "deutschland_bundeslaender_covid-19-impfungen",
"type": "table",
"path": "Deutschland_Bundeslaender_COVID-19-Impfungen.csv",
"scheme": "file",
"format": "csv",
"mediatype": "text/csv",
"schema": "Metadaten/schemas/tableschema_Deutschland_Bundeslaender_COVID-19-Impfungen.json"
},
{
"name": "deutschland_impfquoten_covid-19",
"type": "table",
"path": "Deutschland_Impfquoten_COVID-19.csv",
"scheme": "file",
"format": "csv",
"mediatype": "text/csv",
"schema": "Metadaten/schemas/tableschema_Deutschland_Impfquoten_COVID-19.json"
},
{
"name": "deutschland_landkreise_covid-19-impfungen",
"type": "table",
"path": "Deutschland_Landkreise_COVID-19-Impfungen.csv",
"scheme": "file",
"format": "csv",
"mediatype": "text/csv",
"schema": "Metadaten/schemas/tableschema_Deutschland_Landkreise_COVID-19-Impfungen.json"
}
]
}