...
Should you extend the classes and properties in this model to include your requirements, please go to Health-RI github https://github.com/Health-RI/health-ri-metadata/tree/master and explain (name and definition) of the missing elements by making an Issue
and assign
it dena.tahvildari@health-ri.nl Or bruna.vieira@health-ri.nl Or kees.burger@health-ri.nl .
Overview
An overview of the Metadata schema core is shown by the UML diagram below (Fig 1). The UML illustrates the main classes (entities) and does not show the detailed definitions such as rdfs:label rdfs:comment. Each block represents a class, and it contains a list of attributes of such class (properties). If a class is connected to another class by a closed arrow, it means that it inherits all properties from the other class (e.g. dcat:DatasetSeries inherits from dcat:Dataset which inherits from dcat:Resource). The other arrows, represent relations and contain the type of relation (e.g. dcat:Dataset is connect to a dcat:DatasetSeries via the predicate dcat:inSeries) and the cardinality (e.g. dcat:Dataset can be connected via dcat:inSeries to zero or more dcat:DatasetSeries).
...