org.aksw.commons.owlapi
Class SaveOntology

java.lang.Object
  extended by org.aksw.commons.owlapi.SaveOntology

public class SaveOntology
extends Object

Author:
Sebastian Hellmann - http://bis.informatik.uni-leipzig.de/SebastianHellmann Time: 21.09.2010 09:05:42

Constructor Summary
SaveOntology()
           
 
Method Summary
static void saveOntology(org.semanticweb.owlapi.model.OWLOntology ontology, org.semanticweb.owlapi.model.OWLOntologyFormat format, org.semanticweb.owlapi.model.IRI targetIRI)
           
static void saveOntologyAsRDFXML(org.semanticweb.owlapi.model.OWLOntology ontology, String toFile)
           
static void saveOntologyAsTurtle(org.semanticweb.owlapi.model.OWLOntology ontology, File toFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveOntology

public SaveOntology()
Method Detail

saveOntologyAsRDFXML

public static void saveOntologyAsRDFXML(org.semanticweb.owlapi.model.OWLOntology ontology,
                                        String toFile)

saveOntologyAsTurtle

public static void saveOntologyAsTurtle(org.semanticweb.owlapi.model.OWLOntology ontology,
                                        File toFile)

saveOntology

public static void saveOntology(org.semanticweb.owlapi.model.OWLOntology ontology,
                                org.semanticweb.owlapi.model.OWLOntologyFormat format,
                                org.semanticweb.owlapi.model.IRI targetIRI)


Copyright © 2012. All Rights Reserved.