From now, recommended new contacts to a user are
---> the contacts of its contacts
---> we use (FOAF('knows'), FOAF('knows)) in the function followPath in the lib rdflib-stample-pg...
Some questions arises :
---> what new parameters the algorithm of recommendation should consider ?
---> what is the best number of jumps to do down the graph to discover new contacts for recommendation ?
---> how to filter the contacts in the recommendation ? Not showing the same contacts again and again; not showing new contacts with wrong URIs
---> how to paginate the contacts for recommendation ?
---> filter new contact without URIs or with wrong URIs
(issue description not finished yet)
