You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Camel Christophe <cc...@cls.fr> on 2011/03/01 09:08:30 UTC

[Fuseki] Model reasonner

Hello,

 

I'd like, for instance, to get all the instances of a class, including
instances of inherited classes via a sparql request. But Fuseki doesn't
return inferred facts, so I guess I need to configure a model reasoner
for that purpose. Is it possible ? 

 

Thanks.

 

Chris.


Re: [Fuseki] Model reasonner

Posted by Andy Seaborne <an...@epimorphics.com>.
You can configure the server to use any Jena model set using an 
assembler and "--desc"

Do note that inference engines work in-memory even when the base data is 
in a database.

A common approach is to calculate the inferred triples and store both 
base and inferred triples in the database and run at runtime with no 
additional inference.

	Andy

On 01/03/11 08:08, Camel Christophe wrote:
> Hello,
>
>
>
> I'd like, for instance, to get all the instances of a class, including
> instances of inherited classes via a sparql request. But Fuseki doesn't
> return inferred facts, so I guess I need to configure a model reasoner
> for that purpose. Is it possible ?
>
>
>
> Thanks.
>
>
>
> Chris.
>
>