public class SaveOntology extends Object
| Constructor and Description |
|---|
SaveOntology() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static void saveOntologyAsRDFXML(org.semanticweb.owlapi.model.OWLOntology ontology,
String toFile)
public static void saveOntologyAsTurtle(org.semanticweb.owlapi.model.OWLOntology ontology,
File toFile)
public static void saveOntology(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLOntologyFormat format,
org.semanticweb.owlapi.model.IRI targetIRI)
Copyright © 2013. All Rights Reserved.