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