Common Data Model
Common Data Model (CDM) is a data model that glues Projects, Datasets, and Observations together. It allows for projects to be aggregated into a higher level concept of a program or campaign, providing context for groups of projects which are being conducted within a common organizing framework. As a central object, it is required for complete implementation of this standard.
caution
This is the extent of the common schema. Additional attributes required in the programOrCampaign entity for any given implementation should be considered as extensions to this schema.
Entity relationship diagram
This graphically describes the relationships between the primary class entities in the overall model.
[current approved version: 2020.0]
;Core Attributes
This is a tabular representation of the CDM attributes and their definitions.
[current approved version: 2020.0]
Entity | Attribute Name | Description | Data Type | Obligation | Multiplicity | Synonym term in other standards |
---|---|---|---|---|---|---|
programOrCampaign | An overarching context for a set of related projects. Projects may be related in the context of a common funding source, a common thematic or conceptual framework, or other such context. Note that projects do not need to be created in the context of a programOrCampaign, but that a programOrCampaign can be a container for 1:many projects. Entity equates to OWL 2.0 Class object. | Optional | 0:1 | |||
programOrCampaign | programId | The identifier of the initiative (e.g., overarching research program or funding initiative) encompassing the project", | text | Mandatory | 1:1 | |
programOrCampaign | programName | The initiative (e.g., overarching research program) encompassing the project (e.g., Horizon 2020) | text | Mandatory | 1:1 | |
programOrCampaign | programDescription | General description/summary of the Research Program or funding initiative. | text | Optional | 0:1 | |
programOrCampaign | language | The encoding language used for the project. Uses Unicode Standard UTF-8 (ISO/IEC 10646:2014 plus Amendment 1). | vocabulary | Mandatory | 1:1 | dcterms:language MD_DataIdentification.characterSet |
project | A project is an overarching context for a set of associated activities which contribute to a specific objective. Entity equates to OWL 2.0 Class object. Refer to the PMM Model for details of the project metadata schema. | Mandatory | 1:n |