...
By default, the FDP reference implementation ships with so-called default shapes out of the box, based on DCAT 2. To upgrade them to the Health-RI model, see below.
Upgrade to Health-RI model v1.0.0
https://github.com/Health-RI/health-ri-metadata/blob/v1.0.0/README.md
Log in as an admin user
Click on the profile button on the top right of the user interface, and navigate to metadata schemas
Select the Resource schema
In the v1.0.0 model, copy the contents of the Resource shape
In the FDP, paste the contents in the Form Definition area.
Click Save and release on the bottom of the page.
Enter a description to indicate the use of the v1.0.0 model.
Select an appropriate version number.
Click Release.
Repeat for Catalog, Dataset, Distribution, and DataService.
...
catalog v2-draft upgrade works
dataset v2-draft upgrade breaks. Modified is mandatory, which the user can fill in. There is an issue in the v2-draft model for Dataset, specifically on
dcat:distribution
(see https://github.com/Health-RI/health-ri-metadata/blob/develop/Formalisation(shacl)/Core/PiecesShape/Dataset.ttl#L102-L105).distribution v2-draft upgrade works.
Cannot edit Dataset that contains distributions after a v1.0.0 model upgrade
When a Dataset
resource that contains Distribution
s is saved, the form displays a Unable to update entity data.
error. This is caused by the issue reported in https://github.com/FAIRDataTeam/FAIRDataPoint/issues/445.
The workaround for this issue is manually editing the Dataset
metadata schema to disable the sh:class
constraint, on line 97: https://github.com/Health-RI/health-ri-metadata/blob/v1.0.0/Formalisation(shacl)/Core/PiecesShape/Dataset.ttl#L97.
ELSI
Email address visibility
...