![JAR search and dependency download from the Maven repository](/logo.png)
org.semanticweb.owlapi.formats.RDFXMLOntologyFormatFactory Maven / Gradle / Ivy
The newest version!
/**
*
*/
package org.semanticweb.owlapi.formats;
import org.kohsuke.MetaInfServices;
/**
* @author Peter Ansell [email protected]
*
*/
@MetaInfServices(org.semanticweb.owlapi.formats.OWLOntologyFormatFactory.class)
public class RDFXMLOntologyFormatFactory extends AbstractRioRDFOntologyFormatFactory implements RioRDFOntologyFormatFactory
{
public RDFXMLOntologyFormatFactory()
{
super();
}
@Override
public RioRDFOntologyFormat getNewFormat()
{
return new RDFXMLOntologyFormat();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy