Re: Question concerning typed literals in SPARQL

Seaborne, Andy wrote:

>> SELECT  ?s, ?p
>> WHERE   { ?s, ?p, ?o .
>>             FILTER (?size = 1.3) . } .
> 
> did you mean:
> 
>  SELECT  ?s, ?p
>  WHERE   { ?s, ?p, ?o .
>              FILTER (?o = 1.3) . } .
> 
> There is no ?size as a bound variable.

Yes, thank you. Copy/paste error.

Jeremy

Received on Thursday, 1 December 2005 14:05:30 UTC