Created
February 2, 2023 20:52
-
-
Save dwinston/3838dfa4f875c68529a360698aa6f44a to your computer and use it in GitHub Desktop.
Revisions
-
dwinston created this gist
Feb 2, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ ```mermaid erDiagram Process ||--|| Material : outputs Material ||--o{ Measurement : subjectTo Ingredient }o--|| Material : from Ingredient }o--|| Process : inputTo Record }o--|| RecordType : has RecordType }o--o| Template : mayBe RecordType }o--o| Spec : mayBe RecordType }o--o| Run : mayBe Record }o--|| Thing : about Thing }o--o| Process : mayBe Thing }o--o| Material : mayBe Thing }o--o| Measurement : mayBe Thing }o--o| Ingredient : mayBe Thing }o--o{ Attribute : has Attribute }o--o| Property : mayBe Attribute }o--o| Parameter : mayBe Attribute }o--o| Condition : mayBe ```