PREFIX foaf: CONSTRUCT { ?u a foaf:Person ; foaf:name ?name ; foaf:mbox } WHERE { ?u a example:A ; example:name ?name }