75767778798081
* Creates an OWL ontology manager that is configured with standard parsers, * storeres etc. * @return The new manager. */ public static OWLOntologyManager createOWLOntologyManager() { return createOWLOntologyManager(new OWLDataFactoryImpl()); }