# filename: ex068.rq PREFIX ab: SELECT ?first ?last WHERE { ?s ab:firstName ?first ; ab:lastName ?last . MINUS { ?s ab:workTel ?workNum } }