# filename: ex314.rq PREFIX ab: CONSTRUCT { ?person a ab:Person . } WHERE { ?person ab:firstName ?firstName ; ab:lastName ?lastName . }