The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
// (c) Copyright 2003 Hewlett-Packard Development Company, LP
// Datatypes: test handling in WHERE clause
// Tests in WHERE are on the lexical representation.

SELECT ?z
FROM <model8.n3>
WHERE (?x ?y ?z)
AND   ?z eq "value"^^ns:someType
USING ns FOR <http://rdf.hp.com/ns#>