Schemas of the OpenAIRE Graph main entities and the relationships among them, both internal and public (dump) definitions.
Go to file
Claudio Atzori c465b2b410 neat separation between EntityDataInfo and DataInfo 2023-02-09 16:23:50 +01:00
src neat separation between EntityDataInfo and DataInfo 2023-02-09 16:23:50 +01:00
.gitignore schema module made independent, migrated from https://code-repo.d4science.org/D-Net/dnet-hadoop/src/branch/stable_ids/dhp-schemas 2021-04-23 12:15:36 +02:00
CHANGES.md bumped version, updated CHANGES 2022-09-27 14:22:59 +02:00
LICENSE Initial commit 2021-04-23 10:01:58 +02:00
README.md WIP: pruning out non necessary fields from the internal model 2023-01-31 14:36:13 +01:00
pom.xml WIP: pruning out non necessary fields from the internal model 2023-01-31 14:36:13 +01:00

README.md

Description of the project

This project defines object schemas of the OpenAIRE main entities and the relationships that intercur among them. Namely it defines the model for

  • the graph internal representation, defined under the package eu.dnetlib.dhp.schema.oaf
  • the scholexplorer content representation, defined under the package eu.dnetlib.dhp.schema.sx
  • the contents acquired from the metadata aggregation subsystem, defined under the package eu.dnetlib.dhp.schema.mdstore
  • the ORCID common schemas, defined under the package eu.dnetlib.dhp.schema.orcid

Te serialization of such objects (data store files) are used to pass data between workflow nodes in the processing pipeline.