From 4651221ec7ffd8b924b14fb273bc598d5d79697a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Tsch=C3=B6pe?= <marcel.tschoepe@rz.uni-freiburg.de> Date: Mon, 26 Aug 2024 16:09:40 +0000 Subject: [PATCH] added metadata.json --- metadata.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 metadata.json diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..7f2694f --- /dev/null +++ b/metadata.json @@ -0,0 +1,25 @@ +{ + "@context": "https://schema.org/", + "@type": "Dataset", + "name": "Sample ARC", + "description": "This dataset contains a sample ARC for testing purposes.", + "url": "https://git.nfdi4plants.org/marcel/test-template", + "keywords": ["data analysis", "sample data", "metrics", "test data"], + "creator": { + "@type": "Organization", + "name": "Universität Freiburg" + }, + "license": "https://opensource.org/licenses/MIT", + "datePublished": "2024-08-26", + "distribution": { + "@type": "DataDownload", + "contentUrl": "https://git.nfdi4plants.org/marcel/test-template/-/blob/a4e7435a307c04cda85ce5bd952547eedfcc606a/isa.investigation.xlsx", + "encodingFormat": "application/xlsx" + }, + "spatialCoverage": { + "@type": "Place", + "name": "Worldwide" + }, + "temporalCoverage": "2024-08-26/2024-08-26", + "variableMeasured": ["temperature"] +} \ No newline at end of file -- GitLab