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