---- > [!definition] Definition. ([[bipartite graph]]) > A **bipartite network** is a [[network]] with two kinds of nodes, and edges that only run between nodes of different kinds. > [!basicexample] > - Classical musicians and the pieces they have performed. The pieces for the groups; the musicians form the nodes. A musician is connected to each piece they have performed. ---- #### ---- #### References > [!backlink] > ```dataview > TABLE rows.file.link as "Further Reading" > FROM [[]] > FLATTEN file.tags as Tag > WHERE Tag = "#definition" OR Tag = "#theorem" OR Tag = "#MOC" OR Tag = "#proposition" OR Tag = "#axiom" > GROUP BY Tag > ``` > [!frontlink] > ```dataview > TABLE rows.file.link as "Further Reading" > FROM outgoing([[]]) > FLATTEN file.tags as Tag > WHERE Tag = "#definition" OR Tag = "#theorem" OR Tag = "#MOC" OR Tag = "#proposition" OR Tag = "#axiom" > GROUP BY Tag > ```