I guess the first one was meant to be
CONSTRUCT
{
?s ?p ?o .
}
WHERE
{ { { ?s ?p ?o } }
?s2 ?p2 ?o2
}
On Thu, Apr 15, 2021 at 11:31 AM Rob Vesse <[email protected]> wrote:
>
> Well the first is invalid syntax...?
>
> Rob
>
> On 15/04/2021, 10:26, "Claude Warren" <[email protected]> wrote:
>
> Is there a difference between
>
> CONSTRUCT
> {
> ?s ?p ?o .
> }
> WHERE
> { { WHERE
> { ?s ?p ?o}
> }
> ?s2 ?p2 ?o2
> }
>
> and
> CONSTRUCT
> {
> ?s ?p ?o .
> }
> WHERE
> { { SELECT *
> WHERE
> { ?s ?p ?o}
> }
> ?s2 ?p2 ?o2
> }
>
> --
> I like: Like Like - The likeliest place on the web
> <http://like-like.xenei.com>
> LinkedIn: http://www.linkedin.com/in/claudewarren
>
>
>
>