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 extends P17_was_motivated_by { }