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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy