ejp-rd-vp / resource-metadata-schema

Metadata model and schemas for the EJP virtual platform
https://ejp-rd-vp.github.io/resource-metadata-schema/
Creative Commons Zero v1.0 Universal
14 stars 10 forks source link

Describing DataService for a Catalog #74

Open svituz opened 3 months ago

svituz commented 3 months ago

@markwilkinson, @Orphanet I have a doubt about linking the DataService to its Catalog. From the schema the Catalog specifies the DataService containing endpoint to query, using the dcat:service property and this is how we implemented it in the BBMRI Directory FDP. The Dataset instead uses a dcat:Distribution that points to the DataService. Since the Catalog inherits from DataSet it may be misleading. I'm wondering because the current implementation of the portal's SPARQL query doesn't consider the dcat:Catalog dcat:service dcat:DataService triple and so the BBMRI Directory is not returned. Do we need to add a Distribution or should the portal consider this case?