- From: Steve Harris <steve.harris@garlik.com>
- Date: Mon, 15 Jun 2009 14:21:51 +0100
- To: "Seaborne, Andy" <andy.seaborne@hp.com>
- Cc: Kjetil Kjernsmo <Kjetil.Kjernsmo@computas.com>, "public-rdf-dawg@w3.org" <public-rdf-dawg@w3.org>
On 15 Jun 2009, at 13:49, Seaborne, Andy wrote:
>
>> WHERE { ?x foaf:firstName ?fn ; foaf:family_name ?sn . }
>>
>> As a projection it would be something like:
>>
>> CONSTRUCT { ?x foaf:name ?concat . }
>> WHERE {
>> { SELECT ?x, concat(?fn, " ", ?sn) AS ?concat
>
> SELECT ?x fn:concat....
>
> (no comma - comma in SELECT lists are in the time permitting query
> language syntax.
Oops, yes. Been doing too much SQL.
- Steve
Received on Monday, 15 June 2009 13:22:23 UTC