# Positive test: product of type promotion within the xsd:decimal type tree. # $Id: tP-float-decimal.rq,v 1.1 2007/06/29 14:24:48 aseaborne Exp $ PREFIX t: PREFIX rdf: PREFIX xsd: ASK WHERE { t:float1 rdf:value ?l . t:decimal1 rdf:value ?r . FILTER ( datatype(?l + ?r) = xsd:float ) }