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

13 lines
325 B
Java

package org.gcube.informationsystem.model.relation.isrelatedto.parthenos.inverse;
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 {
}