-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdatapackage.json
35 lines (35 loc) · 1.46 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.5139363",
"title": "SARS-CoV-2 Sequenzdaten aus 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.5139363) und Github (https://github.com/robert-koch-institut/SARS-CoV-2-Sequenzdaten_aus_Deutschland) verfügbar.",
"homepage": "https://doi.org/10.5281/zenodo.5139363",
"resources": [
{
"name": "sars-cov-2-sequenzdaten_deutschland",
"type": "table",
"path": "SARS-CoV-2-Sequenzdaten_Deutschland.tsv",
"scheme": "file",
"format": "tsv",
"mediatype": "text/csv",
"schema": "Metadaten/schemas/tableschema_SARS-CoV-2-Sequenzdaten_Deutschland.json"
},
{
"name": "sars-cov-2-entwicklungslinien_berichtet",
"type": "table",
"path": "SARS-CoV-2-Entwicklungslinien_berichtet.tsv",
"scheme": "file",
"format": "tsv",
"mediatype": "text/csv",
"schema": "Metadaten/schemas/tableschema_SARS-CoV-2-Entwicklungslinien_berichtet.json"
},
{
"name": "sars-cov-2-entwicklungslinien_zu_varianten",
"type": "table",
"path": "SARS-CoV-2-Entwicklungslinien_zu_Varianten.tsv",
"scheme": "file",
"format": "tsv",
"mediatype": "text/csv",
"schema": "Metadaten/schemas/tableschema_SARS-CoV-2-Entwicklungslinien_zu_Varianten.json"
}
]
}