parthenos-entities/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenos/PP56_awarded_for.java

15 lines
519 B
Java

package org.gcube.informationsystem.model.relation.isrelatedto.parthenos;
import org.gcube.informationsystem.model.entity.resource.cidoc.E1_CRM_Entity;
import org.gcube.informationsystem.model.entity.resource.parthenos.PE41_Award_Activity;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.P17_was_motivated_by;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP56_awarded_for
<Out extends PE41_Award_Activity, In extends E1_CRM_Entity>
extends P17_was_motivated_by<Out, In> {
}