ernestojimenezruiz / logmap-matcher

LogMap: An Ontology Alignment and Alignment Repair System
Apache License 2.0
117 stars 31 forks source link

Could not find an appropriate factory to load ontology from ontology document #12

Closed Tomsanm closed 3 years ago

Tomsanm commented 4 years ago

org.semanticweb.owlapi.model.OWLOntologyFactoryNotFoundException: Could not find an appropriate factory to load ontology from ontology document: E://logmap//a//data//OAEI2018//LargeBioMed_dataset_oaei2012//oaei2012_FMA_small_overlapping_nci.owl at uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.loadOntology(OWLOntologyManagerImpl.java:1072) at uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.loadOntology(OWLOntologyManagerImpl.java:947) at uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.loadOntology(OWLOntologyManagerImpl.java:903) at UsingLogMapMatcher.(UsingLogMapMatcher.java:41) at UsingLogMapMatcher.main(UsingLogMapMatcher.java:87)

Tomsanm commented 4 years ago

how to resolve

ernestojimenezruiz commented 4 years ago

For some reason I was not getting the notifications from the issues.

Nevertheless this seems to be a problem of the format of the input ontology.

Ernesto