parthenos-entities/src/main/java/org/gcube/parthenosentities/model/entity/resource/parthenos/PE21_Persistent_Software.java

12 lines
295 B
Java

package org.gcube.parthenosentities.model.entity.resource.parthenos;
import org.gcube.parthenosentities.model.entity.resource.cidoc.D14_Software;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PE21_Persistent_Software extends D14_Software,
PE19_Persistent_Digital_Object {
}