package info.oais.interfaces.infomodel;


/**
 * An object (such as a moon rock, bio-specimen, microscope slide) with physically
 * observable properties that represent information that is considered suitable
 * for being adequately documented for preservation, distribution, and independent
 * usage.  [OAIS]
 * @author David
 * @version 1.0
 * @since 06-Sep-2021 15:59:46
 */
public interface PhysicalObject extends DataObject  {

}