A multimodal network with three levels representing ties between individuals, civic organisations in Bristol, and major protest and civic events that occurred between 1990 and 2000. The data contains individuals' affiliations to civic organizations in Bristol, the participation of these individuals in major protest and civic events between 1990-2002, and the involvement of the civic organizations in these events.
data(mpn_bristol)
## # A tbl_graph: 264 nodes and 1496 edges
## #
## # A bipartite simple graph with 3 components
## #
## # Node Data: 264 × 3 (active)
## name type lvl
## <chr> <lgl> <dbl>
## 1 101 FALSE 1
## 2 102 FALSE 1
## 3 103 FALSE 1
## 4 104 FALSE 1
## 5 105 FALSE 1
## 6 106 FALSE 1
## # … with 258 more rows
## #
## # Edge Data: 1,496 × 2
## from to
## <int> <int>
## 1 36 151
## 2 40 151
## 3 73 151
## # … with 1,493 more rows
The data is presented as a tbl_graph
object with 264 nodes and 1496 edges.
While represented as a two-mode network, it contains three levels:
150 Individuals, anonymised with numeric ID
97 Bristol civic organizations
17 Major protest and civic events in Bristol, 1990-2002
The network represents ties between level 1 (individuals) and level 2 (organisations), level 1 (individuals) and level 3 (events), as well as level 2 (organisations) and level 3 (events). The network is simple, undirected, and named. For a complete list of civic organisations and protest/civic events included in the data, please see Appendix 6.1 in Multimodal Political Networks (Knoke et al., 2021).
Diani, Mario, and Ivano Bison. 2004. “Organizations, Coalitions, and Movements.” Theory and Society 33(3–4):281–309. tools:::Rd_expr_doi("10.1023/B:RYSO.0000038610.00045.07").