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

org.semanticweb.owlapi.formats.N3OntologyFormatFactory Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package org.semanticweb.owlapi.formats;


import org.kohsuke.MetaInfServices;

/**
 * @author Peter Ansell [email protected]
 * 
 */
@MetaInfServices(OWLOntologyFormatFactory.class)
public class N3OntologyFormatFactory extends AbstractRioRDFOntologyFormatFactory implements RioRDFOntologyFormatFactory
{
    public N3OntologyFormatFactory()
    {
        super();
    }
    
    @Override
    public RioRDFOntologyFormat getNewFormat()
    {
        return new N3OntologyFormat();
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy