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