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