# Positive test: product of type promotion within the xsd:decimal type tree. # $Id: tP-byte-short-fail.rq,v 1.2 2006/01/18 16:58:05 andy_seaborne Exp $ PREFIX t: PREFIX rdf: PREFIX xsd: ASK WHERE { t:byte1 rdf:value ?l . t:short1 rdf:value ?r . FILTER ( datatype(?l + ?r) = xsd:short ) }