You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OWLOntologyLoaderConfigurationconfig = newOWLOntologyLoaderConfiguration();
//FIXME replace the IRI below with https://www.w3.org/ns/oa/index.owl as soon as bug is fixed within QANARYIRIcreate = IRI.create("http://www.openannotation.org/spec/core/20130208/oa.owl");
config = config.addIgnoredImport(create);
IRIqanaryURL = IRI.create("https://raw.githubusercontent.com/WDAqua/QAOntology/master/qanary.ttl");
ontologyQANARY = manager.loadOntologyFromOntologyDocument(newIRIDocumentSource(qanaryURL), config);
Dear all,
the import of your ontology from http://www.openannotation.org/spec/core/20130208/oa.owl should better link to https://www.w3.org/ns/oa/index.owl so OWLAPI and reason works on namespace level, e.g.,
Thank you.
PS: I am aware that currently the link to https://www.w3.org/ns/oa/index.owl is broken (see https://www.w3.org/ns/oa). I already emailed the maintainers
The text was updated successfully, but these errors were encountered: