# Positive test: product of type promotion within the xsd:decimal type tree. # $Id: tP-float-decimal-fail.rq,v 1.9 2007-09-17 17:40:56 andy_seaborne Exp $ PREFIX t: PREFIX rdf: PREFIX xsd: ASK WHERE { t:float1 rdf:value ?l . t:decimal1 rdf:value ?r . FILTER ( datatype(?l + ?r) = xsd:decimal ) }