# Positive test: product of type promotion within the xsd:decimal type tree. # $Id: boolean-logical-OR.rq,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $ PREFIX rdf: PREFIX xsd: SELECT ?one WHERE { ?one rdf:value ?oneL . FILTER ( (TRUE || FALSE) = ?oneL ) }