Thanks Andy. On 14 April 2015 at 00:36, Andy Seaborne <[email protected]> wrote:
> On 10/04/15 13:40, Amal Sultan wrote: > >> Dear Sir/Madam, >> >> >> Greetings for the day! >> >> >> I run the open source of Apache Jena Fuseki from the jena website and >> loaded the owl file as a persistent TDB. >> >> However, the reasoner of the OWL doesn't work , how could configure Apache >> Jena Fuseki with the TDB to work with OWL reasoner ? >> >> >> If you don't mind we need your help as soon as possible. >> >> >> >> Thanks in advance. >> >> >> Regards, >> >> Amal >> >> > The reasoner runs independently of TDB; it runs in-memory which may limit > the use for you depending on the size of the data you have. > > To configure it, use the same configuration as any other setup with the > model coming from a TDB dataset: > > http://jena.apache.org/documentation/tdb/assembler.html#graph > > Andy > >
