RE: requirement: multigraph query

Just for clarification, the syntax in RDQL is 

SELECT...
FROM <http://foo/foaf.rdf> , <http://foo/foaf.rdf> , <http://blaz/foaf.rdf>
WHERE...
USING...

Commas optional.
There are many ways in which the synatx can be improved.

	Andy

-------- Original Message --------
> From: public-rdf-dawg-request@w3.org <>
> Date: 6 May 2004 23:12

> SELECT...
> WHERE...
> USING...
> IN
>    http://foo/foaf.rdf
>    http://bar/foaf.rdf
>    http://blaz/foaf.rdf
> 
> That's what I called aggregated query; but note that it doesn't
> require the multiple graphs to be remote. I think there are other use
> cases where they are local. 
> 

Received on Friday, 7 May 2004 04:39:09 UTC