Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 protégé 中,当我启动 Reasoner 时,一些类会从 Reasoner 关联中获得更多的子类......我怎样才能在 owl api 中得到它,我尝试了这个例子,但给了我 owl: nothing....
问题的答案在
您必须使用 Hemmit 推理器才能获得这样的子类...
import org.semanticweb.HermiT.Reasoner; OWLReasoner reasoner = new Reasoner.ReasonerFactory().createReasoner(ontology);
OWL API 问题