Hacker News new | ask | show | jobs
by amit_m 4032 days ago
All of these datasets seem to be some kind of unweighted graph with no additional information (except community information in some cases).

Does anyone know where one can find richer network data sets? i.e. a graph in which the vertices have some attributes.

2 comments

Not sure I agree. For example there's a patents set:

https://snap.stanford.edu/data/cit-Patents.html

with included patent classification data. You can also join the WikiTalk set:

https://snap.stanford.edu/data/wiki-Talk.html

against Wikipedia data. You can obtain more node attributes for these (and others) easily by joining against public sets.