Skip to content

Instantly share code, notes, and snippets.

@dwinston
Created February 2, 2023 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwinston/3838dfa4f875c68529a360698aa6f44a to your computer and use it in GitHub Desktop.
Save dwinston/3838dfa4f875c68529a360698aa6f44a to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment