Created
January 29, 2019 22:33
-
-
Save Denubis/1560f8203cb0488c6c68733c9519b589 to your computer and use it in GitHub Desktop.
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 characters
| digraph G { | |
| "Knowledge organization" -> "Prior Knowledge" [label="is situated in"] | |
| "Knowledge organization" -> "Incoming data/relationshops" [label="are input to system"] | |
| "Knowledge organization" -> "Stages of facility" [label="has many"] | |
| "Stages of facility" -> "Brittle" [label="common outcome"] | |
| "Stages of facility" -> "Robust" [label="is well connected"] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment