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

11 lines
249 B
Java

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