# Positive test: product of type promotion within the xsd:decimal type tree. # $Id: tP-negativeInteger-short.rq,v 1.1 2006-03-23 15:22:40 andy_seaborne Exp $ PREFIX t: PREFIX rdf: PREFIX xsd: ASK WHERE { t:negativeIntegerN1 rdf:value ?l . t:short1 rdf:value ?r . FILTER ( datatype(?l + ?r) = xsd:integer ) }