Olaf's Graphviz Play Page

Let's try to draw a graph with a sample program I found.

digraph G { Systems -> Theories -> Applications; Ontology -> Systems; Systems -> Analysis; Theories -> Social; Theories -> Sociotechnical; Theories -> ecosystems Applications -> Learning; Learning -> printf; }

digraph G { SBM -> Model; Model -> Business; Business -> Sustainable; }