ontologyURI
parameter. Note that this is NOT the physical URI that points to a concrete representation (e.g. an RDF/XML OWL file) of an ontology. The mapping to a physical URI will be determined by using one of the loaded OWLOntologyURIMapper
s.
@param ontologyURI The ontology URI (sometimes called logical URI of the ontology to be loaded)
@return The OWLOntology
representation of the ontology that was loaded. If an ontology with thespecified URI is already loaded then that ontology will be returned.
@throws OWLOntologyCreationException If there was a problem in creating and loading the ontology.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|