Pelletを使用して、OWLApiアプリケーションで推論機能を作成し始めました。例のように、私はこのコードから始めます:
Reasoner reasoner = new Reasoner( manager );
しかし、Eclipseは「newReasoner」でこのエラーを出します。
The type org.semanticweb.owl.model.OWLOntologyManager cannot be resolved.
It is indirectly referenced from required .class files
どうすればこの問題を解決できますか?私はグーグルで検索しますが、唯一の応答は明確ではありません。