From d01220ce7295682aae559852f0a008cc3c8c24e9 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 15:46:56 +0000 Subject: [PATCH] added ld+json file for google dataset search --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README.md b/README.md index e7b078c..d93bbb1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,40 @@ +<!-- Google Dataset Search Metadata --> +<script type="application/ld+json"> +{ + "@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"] +} +</script> + +# Sample Dataset Repository + +This repository contains a sample dataset for use in data analysis exercises. The data includes measurements for temperature, humidity, and precipitation collected over a one-year period... + +[Download Dataset](https://git.nfdi4plants.org/marcel/test-template/-/blob/a4e7435a307c04cda85ce5bd952547eedfcc606a/isa.investigation.xlsx) + + + # ARCs for details, see <https://github.com/nfdi4plants/ARC-specification> -- GitLab