How to correctly import Pellet 2.3.0 in Jena 3.0.1 (Eclipse)?
问题 I am trying to import Pellet 2.3.0 reasoner in Jena 3.0.1 (working in Eclipse). To do so I have read all the similar questions here (although some are outdated) and the FAQ in the Apache Jena website. Using their code I always get an error in the following line: OntModel model = ModelFactory.createOntologyModel(PelletReasonerFactory.THE_SPEC); Jena works fine and I have tested it. What I guess is that I haven't imported the right jar files for Pellet. I cloned the whole Pellet repository from