Re: Requesting input for the Features and Rational document

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