# Positive test: product of type promotion within the xsd:decimal type tree. # $Id: tP-nonPositiveInteger-short.rq,v 1.3 2006/01/17 23:29:43 eric Exp $ PREFIX t: PREFIX rdf: PREFIX xsd: ASK WHERE { t:nonPositiveIntegerN1 rdf:value ?l . t:short1 rdf:value ?r . FILTER ( datatype(?l + ?r) = xsd:integer ) }