Re: Jena Rule Engine with TDB

2013-07-14 Thread Dave Reynolds
On 14/07/13 06:02, Adeeb Noor wrote: Hi Dave: Thanks for the response. I wanted an example about how to use RDFS inference supported by tdbloader. I can't find it in the Jena documentation but alongside tdbloader there is a command infer, infer --help tells you arguments you can use. But

Re: Jena Rule Engine with TDB

2013-07-14 Thread Adeeb Noor
Thanks a lot Dave. I will transfer all my rule to query update since its faster. However, how about the real infereing such as this transitive rule: is_encoded_by o is_associated_with - may_be_associated_with. Is there any way to do it with the sparql since the pellet reasoner and rule engine

Re: Jena Rule Engine with TDB

2013-07-14 Thread Dave Reynolds
On 14/07/13 10:36, Adeeb Noor wrote: Thanks a lot Dave. I will transfer all my rule to query update since its faster. However, how about the real infereing such as this transitive rule: is_encoded_by o is_associated_with - may_be_associated_with. Is there any way to do it with the sparql

UpdateProcessRemote authentication

2013-07-14 Thread Martynas Jusevičius
Hey, I know changes were introduced (and bugs fixed) in this area, but I'm having trouble getting update requests to work with HTTP Basic authentication. This code should send authenticated INSERT to Dydra: UpdateRequest update = UpdateFactory.create(uString);