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
Claudio Atzori 5118d7f08a updated changelog 3 weeks ago
src removed equals and hashcode methods from the Oaf model, utility classes moved in dhp-common 4 weeks ago
.gitignore
CHANGES.md updated changelog 3 weeks ago
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
README.md WIP: defining model classes used to store the json payload in the Solr documents 2 months ago
pom.xml [maven-release-plugin] prepare for next development iteration 4 weeks ago

README.md

Introduction

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to dnet-team@isti.cnr.it.

This project is licensed under the AGPL v3 or later version.

Purpose

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
  • the Solr common schemas used to represent the information returned to the Explore portal and the APIs, defined under the package eu.dnetlib.dhp.schema.solr

The serialization of such objects (data store files) are used to pass data between workflow nodes in the processing pipeline and / or intended to be shared across components.