Skip to content

different uses of dcat:catalog (membership or part of interpretation) #1599

Open
@bertvannuffelen

Description

In DCAT-AP this issue has been raised on the usage of dcat:catalog. SEMICeu/DCAT-AP#292.

In the harvesting use case, the aggregating catalogue A will harvest a catalogue B.
What is then the expected representation of catalogue to indicate that B has been harvested by A .

:B a dcat:Catalog;
   dcat:dataset [ :dsB;  :cB ] .

:dsB a dcat:Dataset.
:cB a dcat:Catalog.

:A1 a dcat:Catalog;
   dcat:catalog :B ;
   dcat:dataset [ :dsB;  :cB ] .
    
:A2 a dcat:Catalog;
   dct:hasPart :B ;
   dcat:catalog :cB ;
   dcat:dataset :dbB . 
  • case A1: add :B as value dcat:catalog
  • case A2: :B is a part of the aggregated catalogue and all catalogues provided as catalogued resources in B should go in dcat:catalog.

Which pattern should be followed to create an aggregated catalogue from the harvested catalogues while keeping a trace to the orginal catalogues in the aggregation?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    dcatfuture-workissue deferred to the next standardization round

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions