- From: Jeremy Carroll <jjc@hpl.hp.com>
- Date: Thu, 01 Dec 2005 14:04:04 +0000
- To: "Seaborne, Andy" <andy.seaborne@hp.com>
- CC: public-rdf-dawg@w3.org
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