I have taken a look at the SNAP datasets, but almost datasets are represented by node-labeled graphs. Some graph datasets contain edge-labeled with "a number", but what I need is the graphs with an edge labeled by "a category" (a string). For example, we consider a social network as a graph database, where a node represents a person, an edge represents a relationship between two people by a label such as "friend", "parent", or "colleague".
Maybe I need to convert some node-labeled graphs into edge-labeled graphs.