Inference not working

2017-03-10 Thread George News
Hi, I have the following properties defined in my ontology: http://mydomain.com#by";> http://mydomain.com#data"/> http://mydomain.com#made"/> http://mydomain.com#node"/> http://mydomain.com#made";> http://mydomain.com#by"/> http://mydomain.com#node"/> http://mydomain.com#data"/> A

Re: Inference not working

2017-03-10 Thread George News
Hi again, I forgot to mention that the model is retrieved from a TDB. ¿Should I always create the OntModel from the TDB? I don't really know how I should do that to work. Regards Jorge On 10/03/2017 10:51, George News wrote: > Hi, > > I have the following properties defined in my ontology: >

Re: Inference not working

2017-03-10 Thread Dave Reynolds
On 10/03/17 10:03, George News wrote: Hi again, I forgot to mention that the model is retrieved from a TDB. ¿Should I always create the OntModel from the TDB? I don't really know how I should do that to work. Your OntModel needs to see both the data and the ontology. From your code snippets

ANN: jena-text, jena-spatial get newer Lucene, drop Solr support

2017-03-10 Thread Osma Suominen
Hi all, This is a heads-up to all users of jena-text and jena-spatial indexes. Starting from today's development snapshots (20170310) of Jena and Fuseki, jena-text and jena-spatial have been upgraded to use Lucene 6.4.1 instead of the rather old version 4.9.1 that was used up to now

Re: Fuseki proxy settings for federated queries

2017-03-10 Thread A. Soroka
I've got a PR with what I hope is a fix linked at that ticket. Is it possible for you to confirm whether or not it does in fact fix your problem? --- A. Soroka The University of Virginia Library > On Mar 9, 2017, at 8:32 AM, Dominique Vandensteen wrote: > > The ticket has been created here: >

Re: Inference not working

2017-03-10 Thread George News
On 10/03/2017 12:35, Dave Reynolds wrote: > > On 10/03/17 10:03, George News wrote: >> Hi again, >> >> I forgot to mention that the model is retrieved from a TDB. ¿Should >> I always create the OntModel from the TDB? >> >> I don't really know how I should do that to work. > > Your OntModel need

Re: Inference not working

2017-03-10 Thread Dave Reynolds
Hi, On 10/03/17 15:45, George News wrote: On 10/03/2017 12:35, Dave Reynolds wrote: On 10/03/17 10:03, George News wrote: Hi again, I forgot to mention that the model is retrieved from a TDB. ¿Should I always create the OntModel from the TDB? I don't really know how I should do that to work

Re: Inference not working

2017-03-10 Thread A. Soroka
> On Mar 10, 2017, at 11:05 AM, Dave Reynolds wrote: > >> And how do I >> perform inference over a bit of data and then persist it? > > An inference model appears to the API as just another Model so can use > Model.add to copy all the inference-closure of a model back to a separate > TDB-backe

Re: Inference not working

2017-03-10 Thread George News
On 10/03/2017 17:05, Dave Reynolds wrote: > Hi, > > On 10/03/17 15:45, George News wrote: >> On 10/03/2017 12:35, Dave Reynolds wrote: >>> >>> On 10/03/17 10:03, George News wrote: Hi again, I forgot to mention that the model is retrieved from a TDB. ¿Should I always create the