Re: sparql 1.1

Dear Hur Hongsoo,

Thanks for spotting this, we have fixed this in the current Editors' Draft and the fix will go into the next published version, see:

  http://www.w3.org/2009/sparql/docs/sparql11-overview/Overview.xml#sparql11-federated-query

We'd kindly ask you to acknowledge that this fix adequately addresses your comment.

With best regards, 
Axel Polleres, on behalf of the SPARQL WG.

On 18 Nov 2011, at 05:36, 허홍수 wrote:

> Hi..
> I am a sparql user in Korea
> My name is Hongsoo Hur.
> 
> I read 'sparql 1.1 overview' yesterday.
> In federated query section, I found a miss-printing.
> PREFIX foaf: <http://xmlns.com/foaf/0.1/
> >
> SELECT
>  ?person
> 
> FROM <
> http://example.org/alice
> >
> WHERE {
>     <
> http://example.org/alice#me
> > foaf:knows [ foaf:name ?name ] .
>     SERVICE <
> http://dbpedia.org/sparql> { <http://dbpedia.org/resource/Snoopy
> > foaf:name ?name }
> }
> 
> I think that a variable '?person' should be changed to a variable '?name'...
> 
> Thank you..
> -- 
> ================================
> Hur, Hongsoo
> TopQuadrantKorea
> Rm 307 Leaders Tower 60-15
> Gasan-dong Geumcheon-gu Seoul KOREA
> 
> Tel +82 2 703 9371
> Fax +82 2 703 9372
> Mobile +82 10 9932 7547
> joyhong@topquadrant.co.kr
> su4620@gmail.com
> ================================
> 

Received on Friday, 18 November 2011 13:36:03 UTC