Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Feedback via Git Issues

Should you want to extend the model e.g, Resource and define a new concept go to register an issue in Health-RI github https://github.com/Health-RI/health-ri-metadata/tree/master and explain the extension in a Issue and assign it dena.tahvildari@health-ri.nl Or bruna.vieira@health-ri.nl denatahvildari’ Or ‘brunasv’. We together with you implement the new addition for the next release.

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).

...