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

11 lines
269 B
Java

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