package eu.dnetlib.dhp.skgif.model; import java.io.Serializable; /** * @author miriam.baglioni * @Date 22/02/24 */ public class Contributor implements Serializable { private String person; // I would not map it because we have only information regarding the person (if any) // associated to the leading organization private String organization; // contributors.person private String role;// private }