for (OWLImportsDeclaration decl : header.getImportsDeclarations()) {
ont.getOWLOntologyManager().makeLoadImportRequest(decl, configuration);
imports.add(new AddImport(ont, decl));
}
for (OWLAnnotation anno : header.getAnnotations()) {
ontologyAnnotations.add(new AddOntologyAnnotation(ont, anno));
}
ontologyID = header.getOntologyID();
}
else if (section.equalsIgnoreCase(CLASS)) {
axioms.addAll(parseClassFrame());