# Test FILTER negative match on extended type. # $Id: extendedType-literal-ne.rq,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $ PREFIX loc: PREFIX air: SELECT ?a1 ?a2 WHERE {?a1 air:name ?name1 ; loc:location ?l1 . ?l1 loc:rotational ?r . FILTER (?r != "-7420507.1"^^loc:ECEF_X) }