# Positive test: product of type promotion within the xsd:decimal type tree. # $Id: tP-double-float-fail.rq,v 1.5 2007-01-15 16:15:03 andy_seaborne Exp $ PREFIX t: PREFIX rdf: PREFIX xsd: ASK WHERE { t:double1 rdf:value ?l . t:float1 rdf:value ?r . FILTER ( datatype(?l + ?r) = xsd:float ) }