package org.gcube.informationsystem.model.entity.resource.cidoc; import org.gcube.resourcemanagement.model.reference.entity.resource.Software; /** * @author Luca Frosini (ISTI - CNR) */ public interface D14_Software extends D1_Digital_Object, Software { }