# SELECT all persons known *by their* homepage. PREFIX foaf: SELECT ?X FROM WHERE { _:b foaf:knows ?X . ?X foaf:homepage _:b }