View Javadoc

1   package org.openprovenance.elmo;
2   import org.openprovenance.model.Annotable;
3   
4   public interface CompactAnnotation {
5       void toRdf(Annotable entity) throws org.openrdf.repository.RepositoryException ;
6   }