# filename: ex176.rq PREFIX ab: PREFIX d: CONSTRUCT { ?person ?p ?o . } WHERE { ?person ab:firstName "Craig" ; ab:lastName "Ellis" ; ?p ?o . }