![JAR search and dependency download from the Maven repository](/logo.png)
org.semanticweb.owlapi.formats.RioRDFOntologyFormatFactory Maven / Gradle / Ivy
The newest version!
/**
*
*/
package org.semanticweb.owlapi.formats;
import org.openrdf.rio.RDFFormat;
/**
* @author Peter Ansell [email protected]
*
*/
public interface RioRDFOntologyFormatFactory extends OWLOntologyFormatFactory
{
RioRDFOntologyFormat getNewFormat();
RDFFormat getRioFormat();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy