parthenos-entities/src/main/java/org/gcube/informationsystem/model/entity/resource/parthenos/PE25_RI_Consortium.java

11 lines
259 B
Java

package org.gcube.informationsystem.model.entity.resource.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E40_Legal_Body;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE25_RI_Consortium extends E40_Legal_Body {
}