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

18 lines
803 B
Java

package org.gcube.parthenosentities.model.reference.entity.resource.parthenos;
import org.gcube.informationsystem.types.reference.Change;
import org.gcube.informationsystem.types.reference.TypeMetadata;
import org.gcube.informationsystem.utils.Version;
import org.gcube.parthenosentities.model.reference.entity.resource.cidoc.E29_Design_or_Procedure;
/**
* @author Luca Frosini (ISTI - CNR)
*/
@TypeMetadata(name = PE28_Curation_Plan.NAME, description = PE28_Curation_Plan.NAME, version = Version.MINIMAL_VERSION_STRING)
@Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION)
public interface PE28_Curation_Plan extends E29_Design_or_Procedure {
public static final String NAME = "PE28_Curation_Plan"; // PE28_Curation_Plan.class.getSimpleName();
}