Logo ProcessCore

ARC Data Model

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

Start Here

ProcessCore Sketch

flowchart LR
    dataset[Dataset] --> process[LabProcess]
    process --> material[Material]
    process --> data[Data]
    protocol[LabProtocol] -. executes .-> process
    process --> value[PropertyValue]

Type something to start searching.