Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-27 Thread Eric Boisvert
re no longer explicitly stating it should. It will probably just >>> create a MemoryModel instead, in which case it is not really a solution >>> to >>> your problem. >>> >>> I do not know what the Exception means, sorry. >>> >>> Rega

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-26 Thread Laura Morales
> In thinking about possible future work, could I ask what level of > reasoning do you need? (not "want" :-) For my needs the most important reasoner is the "nodeA same-as nodeB" reasoner. Because what I've seen using various graphs is that people use all of sorts of ways to link an entity from

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-26 Thread Andy Seaborne
-Original Message- From: Eric Boisvert [mailto:denevers1...@gmail.com] Sent: donderdag 22 februari 2018 15:51 To: users@jena.apache.org Subject: Re: Configuring fuseki with TDB2 and OWL reasoning this works (inferrence works). Note, I commented out ja:baseModel --- <#model_inf> a ja:In

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-23 Thread Eric Boisvert
and there the reasoning fails? > > > > You could try to load the data on Apache Jena Fuseki startup > > automatically using a configuration like below (or is that no longer > > possible when using > > TDB2?): > > > > <#model_inf> a ja:InfModel ; > >

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-23 Thread Andy Seaborne
he.org Subject: Re: Configuring fuseki with TDB2 and OWL reasoning this works (inferrence works). Note, I commented out ja:baseModel --- <#model_inf> a ja:InfModel ; #ja:baseModel <#graph> ; ja:content <#test-inf> ; ja:reasoner [ ja:reasonerURL <http:/

RE: Configuring fuseki with TDB2 and OWL reasoning

2018-02-23 Thread Nouwt, B. (Barry)
---Original Message- > From: Eric Boisvert [mailto:denevers1...@gmail.com] > Sent: maandag 19 februari 2018 23:25 > To: users@jena.apache.org > Subject: Re: Configuring fuseki with TDB2 and OWL reasoning > > made the change. > > Now I get > > Result: failed

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-22 Thread Eric Boisvert
sing > TDB2?): > > <#model_inf> a ja:InfModel ; > ... > ja:content <#test-inf> ; > ... > > <#test-inf> ja:externalContent . > > Regards, Barry > > > -Original Message- > From: Eric Boisvert [mailto:den

RE: Configuring fuseki with TDB2 and OWL reasoning

2018-02-20 Thread Nouwt, B. (Barry)
Message- From: Eric Boisvert [mailto:denevers1...@gmail.com] Sent: maandag 19 februari 2018 23:25 To: users@jena.apache.org Subject: Re: Configuring fuseki with TDB2 and OWL reasoning made the change. Now I get Result: failed with message "Not in a transaction" when I try to l

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-20 Thread Andy Seaborne
Eric, Glad we have got the configuration sorted out. This is now a different problem which isn't a matter of getting the right configuration. I don't know what's going on yet; it's also not a quick thing to look at and address. I've recorded it as

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-19 Thread Eric Boisvert
made the change. Now I get Result: failed with message "Not in a transaction" when I try to load from the interface log: (...) [2018-02-19 17:21:31] Fuseki INFO [5] Filename: test.ttl, Content-Type=appl ication/octet-stream, Charset=null => Turtle : Count=4 Triples=4 Quads=0

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-19 Thread Andy Seaborne
On 19/02/18 12:46, Eric Boisvert wrote: :dataset a ja:RDFDataset ; tdb2:defaultGraph <#model_inf> . ## tdb2:location "c:\\fuseki/run/databases/gsip". ja:defaultGraph not tdb2:defaultGraph :dataset is a plain, in-memory dataset to hold the InfModel Andy

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-19 Thread Eric Boisvert
sorry. here's my new config file :service_tdb_all a fuseki:Service ; fuseki:dataset:dataset ; fuseki:name "gsip" ; fuseki:serviceQuery "query" , "sparql" ; fuseki:serviceReadGraphStore "get" ;

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-18 Thread Andy Seaborne
Barry NL's comment on StackOveflow looks relevant: > :dataset a ja:RDFDataset ; > ja:defaultGraph <#model_inf> ; > tdb:location "c:\\fuseki/run/databases/gsip". > > > <#model_inf> a ja:InfModel ; > ja:baseModel <#graph> ; > ja:reasoner [ > ja:reasonerURL

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-16 Thread Eric Boisvert
So, here's my complete test small naive dataset @prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix hy: . hy:rechargeZone a

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-15 Thread Eric Boisvert
Yes, non inferred data shows up. i load the date using fuseki web interface.. Will try to figure out why logs are not generated Le 15 févr. 2018 16:47, "Andy Seaborne" a écrit : > > From SO comments: > [[ > Does the Fuseki log file contain any useful information? – AndyS

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-15 Thread Andy Seaborne
From SO comments: [[ Does the Fuseki log file contain any useful information? – AndyS yesterday Does non-inferred data show up? I notice you are using the same file area for TDB1 and TDB2 databases. TDB2 does not work with TDB1 databases and does not read them. In fact, its database is held