// The ontology that imports the whole network is created in-memory, therefore it has no physical IRI
// unless it is borrowed from the supplied parent.
bindPhysicalIri(parentSrc != null ? parentSrc.getPhysicalIRI() : null);
Library lib = registryManager.getLibrary(libraryID);
log.debug("Got library {}, expected {}", lib, libraryID);
// If the manager is set to
if (lib != null) {
Set<OWLOntology> subtrees = lib.getOntologies(OWLOntology.class);
this.ontologies = subtrees;
for (OWLOntology o : subtrees)
log.debug("\tGot ontology {}", o);