Re: Comment responses drafted : AH-1, AD-1, SA-3, DRD-1, JL-5

Thanks for catching that one.

(someone should use a validator!)

	Andy

On 10/07/12 09:39, Steve Harris wrote:
> All seems fine, except there's a missing } in AD-1.
>
> I think it should be something like:
>
> SELECT *
> WHERE {
>      VALUES (?dayIDCheck ?dayName) {
>        (0 "Sunday"@en)
>        (1 "Monday"@en)
>        (2 "Tuesday"@en)
>        (3 "Wednesday"@en)
>        (4 "Thursday"@en)
>        (5 "Friday"@en)
>        (6 "Saturday"@en)
>      }
>      BIND (0 AS ?dayID)
>      FILTER (?dayIDCheck = ?dayID)
> }
>
> - Steve
>
> On 2012-07-10, at 09:17, Andy Seaborne wrote:
>
>> Responses for approval:
>>
>> == VALUES Group
>>
>> http://www.w3.org/2009/sparql/wiki/CommentResponse:AH-1
>>
>> http://www.w3.org/2009/sparql/wiki/CommentResponse:AD-1
>>
>> http://www.w3.org/2009/sparql/wiki/CommentResponse:SA-3
>>
>> == Turtle-related syntax:
>>
>> http://www.w3.org/2009/sparql/wiki/CommentResponse:DRD-1
>>
>> == Choice of the word 'VALUES':
>>
>> http://www.w3.org/2009/sparql/wiki/CommentResponse:JL-5
>>
>> 	Andy
>>
>

Received on Tuesday, 10 July 2012 08:44:13 UTC