Re: [Virtuoso-users] Problem with rdfs inference

2012-05-03 Thread Hugh Williams
Hi Alex, Are you able to provide some sample data for the inference rule you are creating and the datasets it is being applied against so we can follow a set of steps to recreate this problem in-house ? Or if you can recreate on one of our public SPARQL endpoints that would be helpful also as

Re: [Virtuoso-users] Problem with rdfs inference

2012-05-03 Thread Kingsley Idehen
On 5/3/12 10:19 AM, Alex wrote: Hello, so the referred problem also exists in the 6.1.5 version. This time I tried the following queries w.r.t Sparql 1.1: sparql define input:inference insert {graph{ ?p ?o}} using where{ ?p ?o}; (1) sparql define input:inference insert {graph{?s ?p ?o}} usi

Re: [Virtuoso-users] Problem with rdfs inference

2012-05-03 Thread Alex
Hello, so the referred problem also exists in the 6.1.5 version. This time I tried the following queries w.r.t Sparql 1.1: sparql define input:inference insert {graph { ?p ?o}} using where{ ?p ?o}; (1) sparql define input:inference insert {graph {?s ?p ?o}} using where{?s ?p ?o}; (2) Using the