- From: Seaborne, Andy <andy.seaborne@hp.com>
- Date: Tue, 4 Aug 2009 12:40:44 +0000
- To: Steve Harris <steve.harris@garlik.com>
- CC: "public-rdf-dawg@w3.org Group" <public-rdf-dawg@w3.org>
Steve,
Looks good. One question: I didn't understand the GRPAH {{ }} point.
GroupGraphPattern ::= '{' ( SubSelect | GroupGraphPatternSub ) '}']
GroupGraphPatternSub ::= ... as before for original GroupGraphPattern ...
GroupGraphPattern isn't, confusingly, GRAPH. It's a unit with {} and the rul;e for GRAPH is:
GraphGraphPattern ::= 'GRAPH' VarOrIRIref GroupGraphPattern
which takes a GroupGraphPattern so
GRAPH ?g { SELECT ... } should works. It does for me.
http://www.sparql.org/validator.html
The SubSelect there allows a prologue and a dataset description - that was a mistake.
Andy
> -----Original Message-----
> From: public-rdf-dawg-request@w3.org [mailto:public-rdf-dawg-
> request@w3.org] On Behalf Of Steve Harris
> Sent: 3 August 2009 18:40
> To: Steve Harris
> Cc: public-rdf-dawg@w3.org Group
> Subject: Re: SubSelect Design
>
> I should add that this relates to
> http://www.w3.org/2009/sparql/track/actions/64
> to tie the email to ACTION-64.
>
> - Steve
>
> On 3 Aug 2009, at 18:31, Steve Harris wrote:
>
> > Hi All,
> >
> > I've made a start on filling out the Design template for SubSelect,
> > you can see the state of play here:
> > http://www.w3.org/2009/sparql/wiki/Design:SubSelect
> >
> > Comments welcome.
> >
> > - Steve
Received on Tuesday, 4 August 2009 12:41:53 UTC