Stores the ontology specified by ontology through {@link TcManager}. If a graph specified by ontologyURI already exists, it is deleted, then a new one is created.
@param ontology content of the ontology passed in a {@link Model} object
@param ontologyURI URI of the ontology
Saves the specified ontology. The ontology will be saved to the location that it was loaded from, or if it was created programmatically, it will be saved to the location specified by an ontology URI mapper at creation time. The ontology will be saved in the same format which it was loaded from, or the default ontology format if the ontology was created programmatically.
@param ontology The ontology to be saved.
@throws OWLOntologyStorageException An exception will be thrown if there is a problem with saving the ontology,or the ontology can't be saved in the format it was loaded from.
Saves the specified ontology. The ontology will be saved to the location that it was loaded from, or if it was created programmatically, it will be saved to the location specified by an ontology IRI mapper at creation time. The ontology will be saved in the same format which it was loaded from, or the default ontology format if the ontology was created programmatically.
@param ontology The ontology to be saved.
@throws OWLOntologyStorageException An exception will be thrown if there is a problem with saving the ontology, or the ontology can't be saved in the format it was loaded from.
@throws UnknownOWLOntologyException if this manager does not manage the specified ontology
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.