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