- From: Steve Harris <steve.harris@garlik.com>
- Date: Tue, 10 Jul 2012 09:39:02 +0100
- To: Andy Seaborne <andy.seaborne@epimorphics.com>
- Cc: SPARQL Working Group <public-rdf-dawg@w3.org>
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
>
--
Steve Harris, CTO
Garlik, a part of Experian
+44 7854 417 874 http://www.garlik.com/
Registered in England and Wales 653331 VAT # 887 1335 93
Registered office: Landmark House, Experian Way, Nottingham, Notts, NG80 1ZZ
Received on Tuesday, 10 July 2012 08:39:37 UTC