# FALSE = legal boolean values # $Id: boolean-equiv-FALSE.rq 5397 2006-01-18 02:58:29Z dajobe $ PREFIX rdf: PREFIX xsd: SELECT ?one WHERE { ?one rdf:value ?oneL . FILTER ( ?oneL = FALSE ) }