// $Id$ package oor.model; /** * Metadata associated with OOR content. Implementations will typically correspond to a specific vocabulary, such as OMV. * @author Mike Dean * */ public interface MetaData extends Module { }