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