The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
PREFIX  dc: <http://purl.org/dc/elements/1.1/>
PREFIX  ns: <http://example.org/ns#>
SELECT  ?title ?price
WHERE
    { ?x ns:price ?price . 
      FILTER ( ?price < 30 ) .
      ?x dc:title ?title .
    }