package info.oais.interfaces.infomodel;

import info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork.AcyclicDirectedGraph;

/**
 * The set of Representation Information that fully describes the meaning of a
 * Data Object. Representation Information in digital forms needs additional
 * Representation Information so its digital forms can be understood over the Long
 * Term. It is a type of Information Object. [OAIS]
 * @author David
 * @version 1.0
 * @since 06-Sep-2021 15:59:46
 */
public interface RepresentationInformationNetwork extends RepresentationInformation, AcyclicDirectedGraph {


}