Logo ProcessCore

ARC Data Model

Specification and implementation workspace for the ARC process data model. The project defines the ARC Core vocabulary, derived schema representations, examples, and F# libraries for working with the SQL profile across .NET, JavaScript, and Python runtimes.

Start Here

ARC Core Sketch

flowchart LR
    dataset[Dataset] --> process[Process]
    process --> sample[Sample]
    process --> data[Data]
    process -. executes .-> recipe[Recipe]
    process --> value[Annotation]

Type something to start searching.