package org.openprovenance.prov.model; /** * An interface for all PROV {@link Statement} that are a relation. * @author lavm * */ public interface Relation extends Statement { }