refactoring

This commit is contained in:
Miriam Baglioni 2020-11-03 16:55:13 +01:00
parent d4382b54df
commit 7d95a5e2b4
1 changed files with 10 additions and 5 deletions

View File

@ -4,12 +4,17 @@ package eu.dnetlib.dhp.schema.dump.oaf.graph;
import java.io.Serializable;
/**
* To represent entity of type RC/RI. It has the following parameters, which are mostly derived by the profile - private
* To represent entity of type RC/RI. It has the following parameters, which are mostly derived by the profile
* - private
* String id to store the openaire id for the entity. Is has as code 00 and will be created as
* 00|context_____::md5(originalId) private String originalId to store the id of the context as provided in the profile
* (i.e. mes) private String name to store the name of the context (got from the label attribute in the context
* definition) private String type to store the type of the context (i.e.: research initiative or research community)
* private String description to store the description of the context as given in the profile private String
* 00|context_____::md5(originalId) private
* String originalId to store the id of the context as provided in the profile
* (i.e. mes)
* - private String name to store the name of the context (got from the label attribute in the context
* definition)
* - private String type to store the type of the context (i.e.: research initiative or research community)
* - private String description to store the description of the context as given in the profile
* -private String
* zenodo_community to store the zenodo community associated to the context (main zenodo community)
*/
public class ResearchInitiative implements Serializable {