package info.oais.interfaces.infomodel;


/**
 * A set of information that is the original target of preservation. It is an
 * Information Object composed of its Content Data Object and its Representation
 * Information. [OAIS]
 * @author David
 * @version 1.0
 * @since 06-Sep-2021 15:59:45
 */
public interface ContentInformation extends InformationObject {

}