Re: [dxwg] Dataset series (#868)

@dr-shorthair said:

> @der said 'In our case we would likely want to treat each of our resources as an instance of both `dcat:DatasetSeries` and `dcat:Dataset`'
> 
> I would propose - if a new class is needed at all - that `dcat:DatasetSeries rdfs:subClassOf dcat:Dataset.`
> Else just set `dcterms:type <http://registry.it.csiro.au/def/isotc211/MD_ScopeCode/series> ;` (or similar)?

GeoDCAT-AP uses the latter approach - see [the section on resource types](https://semiceu.github.io/GeoDCAT-AP/drafts/latest/#resource-type---not-in-iso19115-core) and related example:

````turtle
## Resource type for series
[] a dcat:Dataset;
  dct:type <http://inspire.ec.europa.eu/metadata-codelist/ResourceType/series> .
````

-- 
GitHub Notification of comment by andrea-perego
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/868#issuecomment-652673480 using your GitHub account

Received on Wednesday, 1 July 2020 22:17:47 UTC