0
我有一個本體和我用的是OWL API導入另一個本體中獲取數據,本體不從進口本體
OWLImportsDeclaration importDeclaraton = Factory.getOWLImportsDeclaration(IRI.create("file:/path/to/ontology.owl"));
ontology.getOWLOntologyManager().applyChange(new AddImport(ontology, importDeclaraton));
新的本體包含一些ABOX斷言它,但是,當我查詢本體論它的abox公理,沒有任何內容。
System.out.println(ontology.getABoxAxioms(true));
返回[]