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

org.semanticweb.owlapi.formats.NQuadsOntologyFormatFactory 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 NQuadsOntologyFormatFactory extends AbstractRioRDFOntologyFormatFactory implements RioRDFOntologyFormatFactory
{
    public NQuadsOntologyFormatFactory()
    {
        super();
    }
    
    @Override
    public RioRDFOntologyFormat getNewFormat()
    {
        return new NQuadsOntologyFormat();
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy