Answer a resource that represents an ontology description node in this model. If a resource with the given URI exists in the model, it will be re-used. If not, a new one is created in the writable sub-model of the ontology model.
@param uri The URI for the ontology node. Conventionally, this corresponds to the base URIof the document itself. @return An Ontology resource.Answer a resource that represents an ontology description node in this model. If a resource with the given uri exists in the model, it will be re-used. If not, a new one is created in the updateable sub-graph of the ontology model.
@param uri The uri for the ontology node. Conventionally, this corresponds to the base URIof the document itself. @return An Ontology resource.null
then a default (in memory) implementation of the ontology will most likely be created.
@return The newly created ontology, or if an ontology with the specified URI already exists then this existingontology will be returned.
@throws OWLOntologyCreationException If the ontology could not be created.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|