Re: [dxwg] Proposal to include a property for "type of data" contained in a dataset (#1548)

@andrea-perego let's say I have a Dataset that collects data about a clinical study regarding a specific disease (the theme). The data you can find in the Dataset contains laboratory exams.  I think these are two different concepts. 
The RDF example would be:

```
:studyDataset1 a dcat:Dataset;
dcat:theme icd10:C50;
dcat:collectedData obo:NCIT_C25294.
```

This RDF would describe a Dataset containing laboratory exams of clinical cases with breast cancer, for example.

You can have another one with the same theme (the disease) but a different type of data for example digital x ray

```
:studyDataset2 a dcat:Dataset;
dcat:theme icd10:C50;
dcat:collectedData obo:NCIT_C18001.
```

Even in the case that `dcterms:conformsTo` relates to the resources and not the subject (I thought the second scenario) I see it applicable to indicate a model describing the structure of the laboratory exams and not to say that you can find laboratory exams in it. 

Hope to have clarified my issue and that it makes sense. I looked a lot in dcat (and also outside of dcat) to solve this issue we have but couldn't find a satisfying solution. 

If you're interested in the context, [here](https://pubmed.ncbi.nlm.nih.gov/34042684/) you can read about it 


-- 
GitHub Notification of comment by svituz
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1548#issuecomment-1325715480 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 23 November 2022 22:10:46 UTC