I'm not aware of such a Jena built in tool.

You could dump your DB and use Pellet reasoner via its CLI - it also
would support explanations - something for which you need Pellet resp.
OWL API anyways, no? You should also be aware of the fact that the OWL
DL reasoners need the whole ontology in-memory, so it might be slow
and/or time consuming depending on the complexity of your schema and the
size of your data.

On 10.06.20 16:40, Mikael Pesonen wrote:
> Hi,
>
> we are managing RDF data using Fuseki web API. Is it possible to do 
> OWL DL + SWRL reasoning with Jena without programming java? So is
> there a command line tool available (probably JAR)? Of reasoning we
> would do data/model consistency checking and entailment checking with
> explanations (optional).
>
> Thanks!
>

Reply via email to