parthenos-entities/src/main/java/org/gcube/informationsystem/model/relation/isrelatedto/parthenosinverse/PP17i_is_snapshot_of.java

13 lines
324 B
Java

package org.gcube.informationsystem.model.relation.isrelatedto.parthenosinverse;
import org.gcube.informationsystem.model.relation.isrelatedto.cidoc.inverse.P130i_features_are_also_found_on;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface PP17i_is_snapshot_of extends P130i_features_are_also_found_on {
}