From 7d95a5e2b4ce7b3d1aa73ca57e9d9eb81f6d2374 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Tue, 3 Nov 2020 16:55:13 +0100 Subject: [PATCH] refactoring --- .../schema/dump/oaf/graph/ResearchInitiative.java | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/graph/ResearchInitiative.java b/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/graph/ResearchInitiative.java index ed690acdf..ad4ad8877 100644 --- a/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/graph/ResearchInitiative.java +++ b/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/graph/ResearchInitiative.java @@ -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 {