package org.gcube.informationsystem.model.entity.resource.cidoc; import org.gcube.informationsystem.model.entity.resource.Actor; /** * @author Luca Frosini (ISTI - CNR) * Attached facets are: * - {@link IdentifierFacet} to map ID * - {@link PE_Contact_Reference_Facet} * */ public interface E39_Actor extends Actor, E77_Persistent_Item { }