ABox, TBox, RBox, CBox, ConfigBox in GMEOW

GMEOW uses the box vocabulary as an explanatory and tooling layer over its existing source/projection doctrine. It keeps the familiar ABox/TBox/RBox/CBox model and adds an explicit ConfigBox role for operational configuration that would otherwise overload CBox. It does not replace the Constitution: canonical sources still live in the authored ontology, mapping DSL, statement DSL, shapes, and slice guides; generated artifacts remain projections.

The roles are graph annotations, not hard partitions. A term, shape, module, or graph artifact may carry more than one gmeow:graphBoxRole, and consumers must not assume exactly one role. Every typed GMEOW ontology term must carry at least one explicit role in source; tooling treats missing roles as a validation error, not as an inferred default.

Role GMEOW meaning Common artifacts Validation/report use
gmeow:boxABox Asserted instance/data graph examples, imported data, user payloads, GTS payload graphs focus/value nodes and data-shape failures
gmeow:boxTBox Terminology, schema, shapes, restrictions, profiles, and logic declarations slices, ontology root, SHACL shapes, generated docs, profile declarations source shape/schema context
gmeow:boxRBox Property and role behavior object/datatype/annotation properties, inverses, transitive spines, property chains, path constraints predicate/path and role-axiom context
gmeow:boxCBox Contextual metadata about assertions RDF 1.2 reifiers, statement DSL output, provenance, evidence, confidence, time, standpoint, determinacy, validity, disclosure context sh:reifierShape and contextual assertion diagnostics
gmeow:boxConfigBox Runtime, package, profile, solver, deployment, service-description, and transport configuration GTS/profile metadata, package capabilities, service descriptions, solver or deployment selectors operational configuration and package/profile diagnostics

CBox Scope

In GMEOW, CBox means contextual metadata about an assertion. The core examples are RDF 1.2 reifiers and statement annotations: who asserted a triple, from which evidence, with what confidence, at what time, under which standpoint, and with which disclosure or validity context.

Configuration metadata is related but distinct. Runtime package profiles, solver profiles, GTS transport profiles, service descriptions, and reference-frame profiles carry gmeow:boxConfigBox unless they are specifically metadata about an assertion.

Validation

The Rust structural lint requires explicit gmeow:graphBoxRole values on every typed GMEOW term and verifies that role objects are typed gmeow:GraphBoxRole. The authored SHACL completeness shapes mirror the required IRI-valued role check for classes, properties, datatypes, and ontology headers; individual/value-vocabulary coverage stays in the Rust structural lint and the gmeow-dev box-roles audit report so validation does not need an expensive catch-all SHACL target.

The Rust gmeow_shacl validator uses these roles as diagnostics. Existing result keys remain stable. When shapes or paths carry gmeow:graphBoxRole, Python-facing result dictionaries may also include optional role arrays, and human-facing validation output may prefix messages with [CBox], [RBox], [ConfigBox], and similar labels. Property-shape roles augment parent shape roles, path roles augment source roles, and reifier-shape results preserve the inner reifier shape roles while adding the CBox context.

Repository maintainers can run gmeow-dev box-roles audit to inspect source coverage and role distribution. This stays on gmeow-dev because it reads the checkout; the public gmeow CLI only consumes bundled snapshots.

sh:reifierShape support is deliberately scoped to the SHACL 1.2 Core Working Draft dated 2026-06-02. GMEOW implements the draft subset it tests; it does not claim full SHACL 1.2 conformance from this feature alone.

Sources

Box Role Landing Pages