If this diagram is not rendered properly, view this document in the repository
flowchart LR
A@{ shape: rect, label: "«project»\ningest/\ndistribution" }
B@{ shape: rect, label: "«project»\naccepted" }
C@{ shape: processes, label: "soft-copy" }
D@{ shape: processes, label: "curator" }
E@{ shape: processes, label: "soft-copy" }
F@{ shape: rect, label: "«project»\nmaster-project" }
A --> C
C --> B
B --> D
D --> B
B --> E
E --> F