package org.gcube.informationsystem.model.relation.isrelatedto.parthenos; import org.gcube.informationsystem.model.entity.resource.parthenos.PE32_Curated_Thing; import org.gcube.informationsystem.model.entity.resource.parthenos.PE3_Curating_Service; import org.gcube.informationsystem.model.reference.relation.IsRelatedTo; /** * @author Luca Frosini (ISTI - CNR) */ public interface PP32_curates extends IsRelatedTo { }