Logo ProcessCore

ARC Base Model

Specification and implementation workspace for the ARC Base Model. The model is organized into three base profiles—Process Provenance, Semantic Designation, and Administrative—and domain-specific decoration profiles that extend them. The repository also contains derived schema representations, examples, and F# libraries for working across .NET, JavaScript, and Python runtimes.

Start Here

Profile Overview

flowchart TB
    arc[ARC Base Model]
    base[Base Profiles]
    decorations[Decoration Profiles]

    arc --> base
    arc --> decorations

    base --> provenance[Process Provenance]
    base --> semantics[Semantic Designation]
    base --> administrative[Administrative]

    decorations --> isa[ISA]
    decorations --> workflow[Workflow Run]
    decorations --> datamap[Datamap]

    decorations -. extend .-> base

Type something to start searching.