Skip to content

Instantly share code, notes, and snippets.

@normanormata
Last active August 4, 2024 19:57
Show Gist options
  • Save normanormata/7a338d1b76764e63e03213d498edb4bc to your computer and use it in GitHub Desktop.
Save normanormata/7a338d1b76764e63e03213d498edb4bc to your computer and use it in GitHub Desktop.
Munus Triplex: The Threefold Office of the Mediator
graph TD
    A[Office of the Mediator] --> B[Prophet]
    A --> C[Priest]
    A --> D[King]

    B --> B1[Sphere: Truth]
    B --> B2[Relation: God to Man]
    B --> B3[Faith: Knowledge]

    C --> C1[Sphere: Moral]
    C --> C2[Relation: Man to God]
    C --> C3[Faith: Trust]

    D --> D1[Sphere: Power]
    D --> D2[Relation: Man to Environment]
    D --> D3[Faith: Assent]

    subgraph Roles
        B
        C
        D
    end

    subgraph Functions
        B1
        B2
        B3
        C1
        C2
        C3
        D1
        D2
        D3
    end
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment