package info.oais.interfaces.infomodel.poss1Provenance;
import  info.oais.interfaces.infomodel.*;


/**
 * The activity which is to be recorded in the Provenance.
 *
 * @author David
 * @version 1.0
 * @since 06-Sep-2021 15:59:47
 */
public interface Action extends InformationObject{


}