From 0f60436e5227ffe023f917bacdd617c137613603 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Wed, 29 Jul 2020 18:00:18 +0200 Subject: [PATCH] - --- .../java/eu/dnetlib/dhp/schema/dump/oaf/graph/Project.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/graph/Project.java b/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/graph/Project.java index 8b40f2916..edd55158e 100644 --- a/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/graph/Project.java +++ b/dhp-schemas/src/main/java/eu/dnetlib/dhp/schema/dump/oaf/graph/Project.java @@ -7,7 +7,8 @@ import java.util.List; import eu.dnetlib.dhp.schema.dump.oaf.KeyValue; //At the moment the funder is map in the project. -//We will reserve to decide if to create specific entities for funders or let them in the project +//We will reserve to decide if to create specific entities for funders (and related relations to the organization) +// or let them in the project public class Project implements Serializable { private String id; // private List collectedfrom;