# Task 3 - find all the people, their names and mailboxes BASE PREFIX rdf: PREFIX foaf: SELECT ?person ?name ?mbox FROM NAMED FROM NAMED FROM NAMED FROM NAMED FROM NAMED WHERE { GRAPH ?g { ?person rdf:type foaf:Person; foaf:name ?name; foaf:mbox ?mbox } . }