417418419420421422423424425
} } else { // Nothing we can do here. We can't get a physical URI to load // the ontology from. throw new PhysicalURIMappingNotFoundException(ontologyURI); } return loadOntology(ontologyURI, new PhysicalURIInputSource(physicalURI)); }