-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdatapackage.json
26 lines (26 loc) · 1.23 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
{
"name": "10.5281/zenodo.5519056",
"title": "COVID-19-Hospitalisierungen 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.5519056) und Github (https://github.com/robert-koch-institut/COVID-19-Hospitalisierungen_in_Deutschland) verfügbar.",
"homepage": "https://doi.org/10.5281/zenodo.5519056",
"resources": [
{
"name": "aktuell_deutschland_covid-19-hospitalisierungen",
"type": "table",
"path": "Aktuell_Deutschland_COVID-19-Hospitalisierungen.csv",
"scheme": "file",
"format": "csv",
"mediatype": "text/csv",
"schema": "Metadaten/schemas/tableschema_Aktuell_Deutschland_COVID-19-Hospitalisierungen.json"
},
{
"name": "aktuell_deutschland_adjustierte-covid-19-hospitalisierungen",
"type": "table",
"path": "Aktuell_Deutschland_adjustierte-COVID-19-Hospitalisierungen.csv",
"scheme": "file",
"format": "csv",
"mediatype": "text/csv",
"schema": "Metadaten/schemas/tableschema_Aktuell_Deutschland_adjustierte-COVID-19-Hospitalisierungen.json"
}
]
}