pub type OwnershipGraph = DiGraph<String, OwnershipEdge>;
pub struct OwnershipGraph { /* private fields */ }