[dxwg] DatasetSeries: Properties Not Inherited (#1581)

init-dcat-ap-de has just created a new issue for https://github.com/w3c/dxwg:

== DatasetSeries: Properties Not Inherited ==
The [`DatasetSeries`](https://www.w3.org/TR/vocab-dcat-3/#Class:Dataset_Series) has no properties on its own, only those inherited from the super-classes [`Resource`](https://www.w3.org/TR/vocab-dcat-3/#Class:Resource) and [Dataset](https://www.w3.org/TR/vocab-dcat-3/#Class:Dataset).

The specification says

> The following properties of the super-classes [dcat:Resource](https://www.w3.org/TR/vocab-dcat-3/#Class:Resource) and [dcat:Dataset](https://www.w3.org/TR/vocab-dcat-3/#Class:Dataset) are also available for use

and lists all properties except for: 
- [`distribution`](https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_distribution) (from dcat:Dataset)
- [`has part`](https://www.w3.org/TR/vocab-dcat-3/#Property:resource_has_part) (from dcat:Resource)
- [`in series`](https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series) (from dcat:Resource)

Ommitting `in series` seems to be an error, because at [12.1 How to specify dataset series](https://www.w3.org/TR/vocab-dcat-3/#dataset-series-specification) says:

> Note that a dataset series can also be hierarchical, and a dataset series can be a member of another dataset series.

For `distribution` and `in seriess` I am not sure. But if they should not be used by `dcat:DatasetSeries`, I think it should be stated explicitly and should be explained.


Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1581 using your GitHub account


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

Received on Wednesday, 9 August 2023 08:51:37 UTC