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

12 lines
279 B
Java

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