# filename: ex105.rq PREFIX dm: SELECT ?s ?cost WHERE { ?s dm:cost ?cost . FILTER (?cost < 10) }