# TRUE = legal boolean values # $Id: boolean-equiv-TRUE.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 ( ?oneL = TRUE ) }