![JAR search and dependency download from the Maven repository](/logo.png)
org.semanticweb.owlapi.formats.NTriplesOntologyFormat Maven / Gradle / Ivy
The newest version!
/**
*
*/
package org.semanticweb.owlapi.formats;
import org.openrdf.rio.RDFFormat;
/**
* @author Peter Ansell [email protected]
*
*/
public class NTriplesOntologyFormat extends RioRDFOntologyFormat
{
private static final long serialVersionUID = -2440786029449269231L;
/**
* @param format
*/
public NTriplesOntologyFormat()
{
super(RDFFormat.NTRIPLES);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy