# Positive test: product of type promotion within the xsd:decimal type tree. # $Id: tP-double-double.rq,v 1.2 2006/01/15 00:43:32 eric Exp $ PREFIX t: PREFIX rdf: PREFIX xsd: ASK WHERE { t:double1 rdf:value ?l . t:double1 rdf:value ?r . FILTER ( datatype(?l + ?r) = xsd:double ) }