queries with Pellet?
Pellet includes an optimized query engine capable of answering ABox queries. It can be accessed directly, using the API defined in the org.mindswap.pellet.query Java package. It has also been integrated with Pellet’s Jena bindings so that Jena’s query objects can be used with the Pellet’s query engine (see org.mindswap.pellet.jena.PelletQueryExecution). Note that if the query to be answered is not an ABox query, the Pellet query engine is inapplicable and the bindings will fall-back to using the default Jena query engine. An example demonstrating use of the Pellet query engine in Jena is included in the examples directory of the Pellet distribution. For interactive use, Pellet’s command line interface provides access to the query engine (through the Jena interface).