parthenos-entities/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP18_has_digital_object_par...

12 lines
282 B
Java

package org.gcube.informationsystem.parthenos.model.relation;
import org.gcube.informationsystem.parthenos.model.relation.isrelatedto.P106_is_composed_of;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP18_has_digital_object_part extends P106_is_composed_of {
}