Skip to content

Commit 11609ee

Browse files
committed
content for datapackage.json now added
1 parent c25a059 commit 11609ee

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

datapackage.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "10.5281/zenodo.5139363",
3+
"title": "OpenData_Sandbox",
4+
"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.",
5+
"homepage": "https://doi.org/10.5281/zenodo.5139363",
6+
"resources": [
7+
{
8+
"name": "sandbox_data",
9+
"type": "table",
10+
"path": "Sandbox_Data.tsv",
11+
"scheme": "file",
12+
"format": "tsv",
13+
"mediatype": "text/csv",
14+
"schema": "Metadaten/schemas/tableschema_Sandbox_Data.json"
15+
},
16+
{
17+
"name": "sandbox_data_lfs",
18+
"type": "table",
19+
"path": "Sandbox_Data_lfs.tsv",
20+
"scheme": "file",
21+
"format": "tsv",
22+
"mediatype": "text/csv",
23+
"schema": "Metadaten/schemas/tableschema_Sandbox_Data_lfs.json"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)