blob: 5c42109d837c81996f1e021b4381a06a5e8ee512 [file] [log] [blame]
# Get optional get the mbox, of each person
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?name
WHERE
{ OPTIONAL { ?person foaf:name ?name } }