You could do a query to find the graphs then use DynamicDatasets.
For TDB, and using Fuseki, that's what using FROM, FROM NAMED is doing.
Andy
On 22/08/16 15:28, Rob Vesse wrote:
Not in a single query
You would need to have first performed the construct query to get an in memory
model and then execute a further query against that model
Rob
On 22/08/2016 14:59, "Chris Jones" <[email protected]> wrote:
Yes, that's what I just said. But I don't know how to do a SELECT
against the results of a CONSTRUCT.
Chris
On 8/22/2016 7:44 AM, A. Soroka wrote:
> Perhaps https://www.w3.org/TR/sparql11-query/#subqueries ?
>
>> On Aug 22, 2016, at 9:40 AM, Chris Jones <[email protected]> wrote:
>>
>> Is there a way to do a CONSTRUCT as a subquery, and perform my select
against the results of that subquery?