All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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