2022-09-02 15:49:27 +02:00
|
|
|
# Data model
|
|
|
|
|
2023-02-23 12:50:36 +01:00
|
|
|
The OpenAIRE Graph comprises several types of [entities](../category/entities) and [relationships](./relationships) among them.
|
2022-09-02 15:49:27 +02:00
|
|
|
|
2022-12-08 19:26:24 +01:00
|
|
|
The latest version of the JSON schema can be found on the [Downloads](../downloads/full-graph) section.
|
2022-09-02 15:49:27 +02:00
|
|
|
|
2022-09-21 17:43:49 +02:00
|
|
|
<p align="center">
|
2022-12-21 18:13:15 +01:00
|
|
|
<img loading="lazy" alt="Data model" src={require('../assets/img/data-model.png').default} width="80%" className="img_node_modules-@docusaurus-theme-classic-lib-theme-MDXComponents-Img-styles-module"/>
|
2022-09-21 17:43:49 +02:00
|
|
|
</p>
|
2022-09-02 15:49:27 +02:00
|
|
|
|
|
|
|
The figure above, presents the graph's data model.
|
|
|
|
Its main entities are described in brief below:
|
|
|
|
|
2022-12-14 19:01:35 +01:00
|
|
|
* [Results](entities/result) represent the outcomes (or products) of research activities.
|
2022-12-27 18:34:46 +01:00
|
|
|
* [Data Sources](entities/data-source) are the sources from which the metadata of graph objects are collected.
|
2022-09-07 12:11:05 +02:00
|
|
|
* [Organizations](entities/organization) correspond to companies or research institutions involved in projects,
|
2022-09-02 15:49:27 +02:00
|
|
|
responsible for operating data sources or consisting the affiliations of Product creators.
|
2022-12-14 19:01:35 +01:00
|
|
|
* [Projects](entities/project) are research project grants funded by a Funding Stream of a Funder.
|
2022-12-27 18:34:46 +01:00
|
|
|
* [Communities](entities/community) are groups of people with a common research intent (e.g. research infrastructures, university alliances).
|
2022-09-02 15:49:27 +02:00
|
|
|
|
2022-09-09 17:38:08 +02:00
|
|
|
:::note Further reading
|
|
|
|
|
2023-02-23 12:50:36 +01:00
|
|
|
A detailed report on the OpenAIRE Graph Data Model can be found on [Zenodo](https://zenodo.org/record/2643199).
|
2022-09-09 17:38:08 +02:00
|
|
|
:::
|
|
|
|
|