Re: [Virtuoso-users] WG: Inference via Web Interface?

2010-01-07 Thread Kingsley Idehen
Leyla Jael García Castro wrote: Hello Hugh, I was reading the referenced page by Benjamin (http://docs.openlinksw.com/virtuoso/rdfsparqlrule.html). If subclass inference is supported, it means I could query SELECT ?sub WHERE {?sub a :Animal . ?sub :hasWings ?obj} And then I would get any s

Re: [Virtuoso-users] WG: Inference via Web Interface?

2010-01-07 Thread Leyla Jael García Castro
Hello Hugh, I was reading the referenced page by Benjamin (http://docs.openlinksw.com/virtuoso/rdfsparqlrule.html). If subclass inference is supported, it means I could query SELECT ?subWHERE {?sub a :Animal . ?sub :hasWings ?obj} And then I would get any sub which is an Animal or any subclass

[Virtuoso-users] WG: Inference via Web Interface?

2010-01-07 Thread Benjamin Großmann
It helped me a lot to know that it should work with the SPARQL endpoint (by the way I was thinking of this endpoint). I have to admit that now giving it a second try it worked immediately ... I'm really glad that finally it works so easily. I think a had some typo inside the first statement.

Re: [Virtuoso-users] Inference via Web Interface?

2010-01-07 Thread Hugh Williams
Hi Benjamin By "web interface" I presume you mean the SPARQL endpoint (ie http:///sparql), as I would expect this to work pretty much the same as with isql, with the exception that the query is not prepended with the "sparql" keyword ? Please provide more details on what exactly is failing for