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