# filename: ex422.rq PREFIX ab: SELECT ?first ?last WHERE { ?person a ab:Person ; ab:firstName ?first ; ab:lastName ?last . }