Fuseki how to add Pellet reasoner

前端 未结 2 910
天命终不由人
天命终不由人 2020-12-20 06:51

I want to use pellet reasoner with my Fuseki 2.3.1

First: I added Pellet reasoner to my config.ttl as this:

ja:reasoner
        [ ja:reasonerClass
           


        
2条回答
  •  甜味超标
    2020-12-20 07:16

    The error you have is

    expected class org.apache.jena.reasoner.ReasonerFactory, but had class org.mindswap.pellet.jena.PelletReasonerFactory

    I'm no expert but it looks like the Pellet factory for Jena currently in your classpath does not match the expected class.

    Which version of Jena comes with Fuseki, and which version is currently used by Pellet?

提交回复
热议问题