# Positive test: product of type promotion within the xsd:decimal type tree. # $Id: boolean-logical-OR.rq 5397 2006-01-18 02:58:29Z dajobe $ PREFIX rdf: PREFIX xsd: SELECT ?one WHERE { ?one rdf:value ?oneL . FILTER ( (TRUE || FALSE) = ?oneL ) }