org.semanticweb.owlapi.formats.N3OntologyFormat Maven / Gradle / Ivy
The newest version!
/**
*
*/
package org.semanticweb.owlapi.formats;
import org.kohsuke.MetaInfServices;
import org.openrdf.rio.RDFFormat;
/**
* @author Peter Ansell [email protected]
*
*/
@MetaInfServices(OWLOntologyFormat.class)
public class N3OntologyFormat extends RioRDFOntologyFormat
{
private static final long serialVersionUID = -2440786029449269231L;
/**
* @param format
*/
public N3OntologyFormat()
{
super(RDFFormat.N3);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy