-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Milestone
Description
dcterms:hasPart is re-used in DCAT as the generic relationship between a dcat:Catalog and the listed dcat:Resource's, i.e., to specify that a given element (dcat:Resource) is in a given set (dcat:Catalog).
The problem is that dcterms:hasPart, as per its DCTERMS definition, may indicate either an element in a set or a subset. This may raise issues in the use of this property, e.g., to specify relationships between a catalogue and its subsets (sub-catalogues), as reported in #1454
The proposal is as follows:
- Revise §6.3.3 by replacing
dcterms:hasPartwith a specific propertydcat:resource. It will be sub-property ofdcterms:hasPart, with domaindcat:Catalogand rangedcat:Resource. - Revise properties
dcat:dataset,dcat:service, anddcat:catalogto make them sub-properties ofdcat:resource. - Add
dcterms:hasPartunderdcat:Resource.
The proposal is implemented via PR #1470
Reactions are currently unavailable