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?
