# Get name, and optionally the mbox, of each person

PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
SELECT ?name ?source
WHERE SOURCE ?snode (?person foaf:name ?name)
      (?snode dc:source ?source)
