The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
SELECT ?resource
FROM   <http://example.org/someWebPage>
WHERE  (?resource info:age ?age)
AND    ?age >= 24
USING  info FOR <http://example.org/peopleInfo#>