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