Schemas of the OpenAIRE Graph main entities and the relationships among them, both internal and public (dump) definitions.
Go to file
Giambattista Bloisi ad98cf0220 Change pom.xml to compile with scala 2.12
Rename 'isBlank' bean methods to 'hasBlankValues': it is required to remain compatible with Spark 3 bean Encoder that interprets 'isBlank' as a field getter and then generates failures for the missing setter
2023-07-10 15:17:21 +02:00
src Change pom.xml to compile with scala 2.12 2023-07-10 15:17:21 +02: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 udpated changelog 2023-06-12 13:41:24 +02:00
LICENSE Initial commit 2021-04-23 10:01:58 +02:00
README.md Update 'README.md' 2021-07-01 16:57:57 +02:00
pom.xml Change pom.xml to compile with scala 2.12 2023-07-10 15:17:21 +02: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 public graph dump representations, defined under the package eu.dnetlib.dhp.schema.dump.oaf
  • the scholexplorer content representation, defined under the package eu.dnetlib.dhp.schema.sx
  • the contents acquired from the netadata 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.