www.unturf.com/eight-forms-of-capital/img/individual-forms.dot
russell@unturf.com 4e95c5199f Add DOT diagrams to manifesto, create eight forms of capital page
Manifesto diagrams (4): quadrivium, trivium, seeds-and-sprouts,
permacomputer-properties. Each rendered to SVG and PNG from DOT source.

Eight forms of capital page with 9 step-by-step diagrams: individual
forms, full mesh, nurture vs transactional, extractive flow,
regenerative flow, knowledge loop, community loop, pollution, and
permacomputer-capital mapping. Maps the eight forms framework to the
permacomputer quadrivium values.
2026-02-26 22:42:34 -05:00

91 lines
2.6 KiB
Text

digraph individual {
bgcolor="transparent"
rankdir=TB
pad=0.3
nodesep=0.3
ranksep=0.6
node [
fontname="Helvetica"
fontsize=10
style="filled"
penwidth=2
shape=box
width=2.4
height=0.6
]
edge [
penwidth=1.5
fontsize=9
fontname="Helvetica"
color="#888888"
]
// Each form described
living [
label="LIVING CAPITAL — the foundation\nsoil · water · plants · animals · health · ecosystems"
fillcolor="#4CAF50"
fontcolor="white"
color="#2E7D32"
]
social [
label="SOCIAL CAPITAL — influence & connection\nrelationships · networks · trust · favors owed"
fillcolor="#FF9800"
fontcolor="white"
color="#E65100"
]
material [
label="MATERIAL CAPITAL — physical things\ntools · buildings · infrastructure · raw resources"
fillcolor="#795548"
fontcolor="white"
color="#4E342E"
]
financial [
label="FINANCIAL CAPITAL — the medium\nmoney · currencies · securities"
fillcolor="#607D8B"
fontcolor="white"
color="#37474F"
]
intellectual [
label="INTELLECTUAL CAPITAL — ideas\nconcepts · knowledge · theory · truth"
fillcolor="#2196F3"
fontcolor="white"
color="#0D47A1"
]
experiential [
label="EXPERIENTIAL CAPITAL — know-how\nembodied skill · practice · mastery"
fillcolor="#009688"
fontcolor="white"
color="#00695C"
]
spiritual [
label="SPIRITUAL CAPITAL — inner depth\nkarma · faith · presence · awareness of the whole"
fillcolor="#E91E63"
fontcolor="white"
color="#AD1457"
]
cultural [
label="CULTURAL CAPITAL — shared experience\nstory · myth · song · art · ceremony · shared ethics"
fillcolor="#9C27B0"
fontcolor="white"
color="#6A1B9A"
]
// Flow from foundation upward
living -> material [label="resources extracted" fontcolor="#666666"]
material -> financial [label="goods sold" fontcolor="#666666"]
financial -> intellectual [label="education funded" fontcolor="#666666"]
intellectual -> experiential [label="theory practiced" fontcolor="#666666"]
experiential -> social [label="skills shared" fontcolor="#666666"]
social -> cultural [label="community emerges" fontcolor="#666666"]
cultural -> spiritual [label="meaning deepens" fontcolor="#666666"]
spiritual -> living [label="reverence sustains life" fontcolor="#666666" style=dashed]
}