Re: Dynamic graph/model inference within a select.

2013-06-21 Thread Andy Seaborne
On 19/06/13 20:11, Dick Murray wrote: Hi sorry PICNIC moment... I get the following results which is what I need. Against the dataset I get 2 results for each graph. Against the datasetgraphmap with override I get 2 results for g2 but 4 results for g1 because of the RDFS. Problem with the 2

Re: Dynamic graph/model inference within a select.

2013-06-19 Thread Dick Murray
Hi sorry PICNIC moment... I get the following results which is what I need. Against the dataset I get 2 results for each graph. Against the datasetgraphmap with override I get 2 results for g2 but 4 results for g1 because of the RDFS. select * where {{ ?g a http://example.org/graph#Graph }.

Re: Dynamic graph/model inference within a select.

2013-06-18 Thread Dick Murray
I'm looking for dynamic inference based on the select. Given a dataset with multiple named graphs I would like the ability to wrap specific named graphs based on some form of filter when the select is processed. Given the dataset D which contains the named graphs G1, G2, G3 I would like G2 to be