Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 233 Bytes

File metadata and controls

13 lines (13 loc) · 233 Bytes

flowchart TB subgraph Legend A{Individual} B[Class] C[data] B --> |relation| C classDef yellow fill:#ffe680 classDef purple fill:#dbc9ef classDef white fill:#ffffff class B yellow class A purple class C white end