# filename: ex228.rq PREFIX d: PREFIX e: PREFIX xsd: SELECT ?s ?p ?o WHERE { ?s e:amount ?amount; ?p ?o . FILTER (?amount < 20) }