-
Notifications
You must be signed in to change notification settings - Fork 2
/
datapackage.json
26 lines (26 loc) · 1.13 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.7189871",
"title": "Daten der Notaufnahmesurveillance",
"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.7189871) und Github (https://github.com/robert-koch-institut/Daten_der_Notaufnahmesurveillance) verfügbar.",
"homepage": "https://doi.org/10.5281/zenodo.7189871",
"resources": [
{
"name": "notaufnahmesurveillance_standorte",
"type": "table",
"path": "Notaufnahmesurveillance_Standorte.tsv",
"scheme": "file",
"format": "tsv",
"mediatype": "text/csv",
"schema": "Metadaten/schemas/tableschema_Notaufnahmesurveillance_Standorte.json"
},
{
"name": "notaufnahmesurveillance_zeitreihen_syndrome",
"type": "table",
"path": "Notaufnahmesurveillance_Zeitreihen_Syndrome.tsv",
"scheme": "file",
"format": "tsv",
"mediatype": "text/csv",
"schema": "Metadaten/schemas/tableschema_Notaufnahmesurveillance_Zeitreihen_Syndrome.json"
}
]
}