diff --git a/dataset/index.html b/dataset/index.html index 1cfea08..17cb1f7 100644 --- a/dataset/index.html +++ b/dataset/index.html @@ -3,6 +3,9 @@ TIHM + + +

TIHM: An open dataset for remote healthcare monitoring in dementia

@@ -30,3 +33,4 @@

Provenance

(Palermo et al., 2023). Re-published unmodified under CC BY 4.0.

+ diff --git a/dataset/metadata.jsonld b/dataset/metadata.jsonld new file mode 100644 index 0000000..5e072a8 --- /dev/null +++ b/dataset/metadata.jsonld @@ -0,0 +1,26 @@ +{ + "@context": "https://schema.org/", + "@type": "Dataset", + "@id": "https://w3id.org/fair-hackathon/tihm/v1", + "name": "TIHM: An open dataset for remote healthcare monitoring in dementia", + "description": "Self-hosted teaching copy of the TIHM remote-monitoring dataset for People Living with Dementia, comprising per-patient time-series of activity, sleep, physiology, demographics and clinical labels collected between 2019-04-01 and 2019-06-30 by the UK DRI Care Research & Technology Centre at Imperial College London.", + "identifier": [ + "https://w3id.org/fair-hackathon/tihm/v1", + "https://doi.org/10.5281/zenodo.7622128" + ], + "creator": [ + {"@type": "Organization", "name": "UK DRI Care Research & Technology Centre, Imperial College London"} + ], + "datePublished": "2023-02-08", + "license": "https://creativecommons.org/licenses/by/4.0/", + "keywords": ["dementia", "remote monitoring", "in-home sensing", "wearables", "longitudinal"], + "isBasedOn": "https://doi.org/10.5281/zenodo.7622128", + "publisher": {"@type": "Organization", "name": "UK Dementia Research Institute"}, + "distribution": [ + {"@type": "DataDownload", "encodingFormat": "text/csv", "contentUrl": "data/Activity.dat"}, + {"@type": "DataDownload", "encodingFormat": "text/csv", "contentUrl": "data/Demographics.dat"}, + {"@type": "DataDownload", "encodingFormat": "text/csv", "contentUrl": "data/Labels.dat"}, + {"@type": "DataDownload", "encodingFormat": "text/csv", "contentUrl": "data/Physiology.dat"}, + {"@type": "DataDownload", "encodingFormat": "text/csv", "contentUrl": "data/Sleep.dat"} + ] +}