- From: Carlos Buil Aranda <cbuil@fi.upm.es>
- Date: Tue, 10 Jul 2012 11:34:55 -0400
- To: Gregory Williams <greg@evilfunhouse.com>
- Cc: SPARQL Working Group <public-rdf-dawg@w3.org>
Received on Tuesday, 10 July 2012 15:35:44 UTC
fixed
2012/7/10 Gregory Williams <greg@evilfunhouse.com>
> 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:35:44 UTC