... like so:

REFIX foaf:

SELECT DISTINCT ?node_profile_field_home_page ?node_profile_field_page
where {
?s foaf:homepage ?node_profile_field_home_page .
?s foaf:page ?node_profile_field_page .
}
LIMIT 10

It would be useful to have an example of what is actually displayed (and whether this query is correct).