The γ(3,4) triangle

Mark Burgess's Semantic Spacetime in one picture: three node kinds and four edge kinds — enough, in our reading, to sketch any observer's view of anything in space and time.

The ipm etc-LPXN triangle: event (e, orange), thing (t, green) and concept (c, blue) vertices, joined by L (leads-to), P (part-of), X (expresses) and N (near-to) edges and self-loops.

The three corners are e (event), t (thing) and c (concept). The arrows and self-loops show every legal edge; the dotted circles (Ne, Nt, Nc) are near-to — undirected similarity between two nodes of the same kind.

The three node kinds

KindSymbolWhat it isExamples
EventeA transient happening — fast at the model's timescale“User clicks button”, “Build runs”, “Plum murders Scarlet”
ThingtA persistent participant — slow at the model's timescale“Alice”, “my laptop”, “service A container”, “knife K1”
ConceptcA quasi-invariant pattern; a property that events or things express“human”, “microservice”, “production”, “murder”

The four edge kinds

SymRenderNameMeaningWhen to use
LorangeLEADS-TOTemporal / causal flowOne event causes or precedes another
PgreenPART-OFContainment / participationA thing inside an event, a sub-event inside a parent event, or a sub-part inside a bigger thing
Xblue dashedEXPRESSESProperty (a single promise)An event or thing expresses a concept as a property; a concept can express another. Not is-a
Ngray dottedNEAR-TOSimilarity / proximity (undirected)Two same-kind nodes are alike but you don't want to merge them

All 11 allowed edges

Every legal source → target combination, matching the triangle above. The syntax column shows the most common ipmt form.

#Source → TargetEdgeipmt syntaxReads as
1eventeventLe1 ::e --> e2 ::ee1 leads to e2
2eventeventPinner ::e --::P--> outer ::einner event is part of outer event
3eventeventXe1 ::e --::X--> e2 ::ee1 expresses e2
4eventeventNe1 ::e --- e2 ::ee1 is similar to e2 (and vice versa)
5thingeventPtA --> e1 ::etA participates in (is part of) e1
6thingthingPsubpart --> wholesubpart is part of the whole (physical composition)
7thingthingNtA --- tBtA is near / similar to tB (and vice versa)
8eventconceptXe1 ::e --> cX ::ce1 expresses property cX
9thingconceptXtA --> cX ::ctA expresses property cX
10conceptconceptXcX ::c --> cY ::ccX expresses property cY
11conceptconceptNcX ::c --- cY ::ccX is similar to cY (and vice versa)
The edge symbols L / P / X / N are ipm's mnemonic. Burgess's original SST uses L / C / E / N — ipm renames CP (and reverses its direction) and EX.

Two rules baked into the table