Re: How can I configure Fuseki so works in-memory with a reasoner on?

2019-01-18 Thread Andy Seaborne
> :dataset a ja:DatasetTxnMem ; This will need to be a ja:RDFDataset. An example: https://github.com/apache/jena/blob/master/jena-fuseki2/examples/service-inference-1.ttl On 17/01/2019 05:58, Frances the mute wrote: I have a ontology with ~5000 triplets and a few rules, with Fuselo 3.10. But it

How can I configure Fuseki so works in-memory with a reasoner on?

2019-01-16 Thread Frances the mute
I have a ontology with ~5000 triplets and a few rules, with Fuselo 3.10. But it’s really slow when doing something like this: SELECT DISTINCT ?class ?prop ?nombre ?p ?cat WHERE { ?class a owl:NamedIndividual . ?class su:tienePropiedad ?prop . ?prop su:categoria ?nombre . ?nombre ?p ?cat