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




Reply via email to