Schemas of the OpenAIRE Graph main entities and the relationships among them, both internal and public (dump) definitions.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Miriam Baglioni 593034920a [Schema-Dump] added class to automatically generate schemas and save them in /eu/dnetlib/dhp/schema/oaf/dump/jsonschemas/ under target/classes (target/test-classes) directory 2 years ago
src [Schema-Dump] added class to automatically generate schemas and save them in /eu/dnetlib/dhp/schema/oaf/dump/jsonschemas/ under target/classes (target/test-classes) directory 2 years ago
.gitignore schema module made independent, migrated from https://code-repo.d4science.org/D-Net/dnet-hadoop/src/branch/stable_ids/dhp-schemas 3 years ago
CHANGES.md - added Instance.measures field, allowing to maintain the association between them and the individual result instance 2 years ago
LICENSE Initial commit 3 years ago
README.md Update 'README.md' 3 years ago
pom.xml [Schema-Dump] changed the model to allow to change the description annotation w.r.t. the specific semantics of the field - part 6 2 years ago

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.