Re: [Virtuoso-users] Materializing rdf inferences

2012-03-31 Thread Kingsley Idehen
On 3/31/12 3:53 PM, Alex wrote: Hello to everyone, I would like to ask if it is possible based on a defined ruleset applied on a graph to insert all the inferred triples into a graph. I tried the following query: sparql define input:inference<...> insert into {?s ?p ?o} where{?s ?p ?o} How

[Virtuoso-users] Materializing rdf inferences

2012-03-31 Thread Alex
Hello to everyone, I would like to ask if it is possible based on a defined ruleset applied on a graph to insert all the inferred triples into a graph. I tried the following query: sparql define input:inference<...> insert into {?s ?p ?o} where{?s ?p ?o} However I suppose I insert results from o