package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; import org.gcube.informationsystem.model.entity.resource.cidoc.E97_Monetary_Amount; import org.gcube.informationsystem.model.entity.resource.parthenos.PE42_Funding_Activity; import org.gcube.informationsystem.model.relation.IsRelatedTo; /** * @author Luca Frosini (ISTI - CNR) */ public interface PP57_provided_funding_amount extends IsRelatedTo { }