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

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