package org.openprovenance.prov.model; /** * Interface for a PROV unit of description * @author lavm * */ public interface Statement extends StatementOrBundle { }