- From: Gregory Williams <greg@evilfunhouse.com>
- Date: Tue, 10 Jul 2012 11:13:47 -0400
- To: Carlos Buil Aranda <cbuil@fi.upm.es>
- Cc: SPARQL Working Group <public-rdf-dawg@w3.org>
On Jul 10, 2012, at 11:10 AM, Carlos Buil Aranda wrote:
> Dear all,
>
> I just updated the response, I will send it today if nobody disagrees
>
> http://www.w3.org/2009/sparql/wiki/CommentResponse:PW1
In the example query:
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?name
WHERE {
SERVICE <http://example.org/sparql> {
SELECT * WHERE
{
GRAPH <http://example.org/graph>
{ ?person foaf:name ?name ; foaf:mbox ?mbox }
}
}
}
Is there a reason why you've included a sub-query inside the SERVICE block? I don't see that it adds anything.
thanks,
.greg
Received on Tuesday, 10 July 2012 15:14:11 UTC