Build Activity

A software build process that transforms source code into one or more distribution artifacts. The build activity consumes a commit or repository and produces a concrete distribution (tarball, wheel, binary, container image). Aligned to SLSA provenance buildType and PROV-O Activity by reference.

Structure

Subclass of: gmeow:Activity

Practical Pattern

Use gmeow:BuildActivity as a specialized kind of gmeow:Activity. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Commit History

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: a commit DAG with identity canonicalization and build provenance
# Commits form a directed graph via gmeow:commitAncestor. Each commit's
# author is recorded as a gmeow:AuthorIdentity — the as-committed git identity
# (one of possibly many emails) — which gmeow:canonicalizedIdentity resolves to
# the real gmeow:Agent, so "same person, three git emails" is one agent without
# rewriting history. A gmeow:BuildActivity ties a source commit (gmeow:buildSource)
# to the gmeow:Distribution it produced (gmeow:buildOutput): verifiable provenance
# from source to artifact.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/software/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

# --- Build provenance: source commit → output distribution.
ex:build a gmeow:BuildActivity ;
    gmeow:buildSource ex:commit2 ;
    gmeow:buildOutput ex:dist .

Lillith Dataset

ex:pipeline-run a gmeow:BuildActivity ;
    rdfs:label "lillith benchmark pipeline run 2026-06-02"@en ;
    gmeow:buildSource ex:pipeline-repo ;
    gmeow:buildOutput ex:lillith-crate ;
    gmeow:buildConfigUri "https://example.org/lillith-pipeline/blob/main/ci/workflows/benchmark.yml";
    gmeow:hasParticipant ex:pipeline-runner ;
    gmeow:eventTime "2026-06-02T08:00:00Z"^^xsd:dateTime ;
    gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian .

Common Companion Terms

gmeow:Activity

Projects To

Profile External Targets
prov prov, rdf
slsa https, rdf

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:BuildActivity projection prov projects to / <= prov:Activity gmeow:mapProvBuildActivity; confidence 0.9
gmeow:BuildActivity projection prov projects to / <= prov:Association, prov:Plan, prov:agent, prov:hadPlan, prov:qualifiedAssociation, rdf:type gmeow:mapProvQualifiedAssociation; confidence 0.85; lossy: the participant's GMEOW role detail drops; PROV carries the bare agent-plan binding
gmeow:BuildActivity projection prov projects to / <= prov:endedAtTime gmeow:mapProvEndedAtTime; confidence 0.85; lossy: a point eventTime stands in for the activity end; build start/duration are not modelled
gmeow:BuildActivity projection slsa projects to / <= https://slsa.dev/provenance/v1#Provenance, https://slsa.dev/provenance/v1#buildConfigURI, https://slsa.dev/provenance/v1#materials, https://slsa.dev/provenance/v1#subject, rdf:type gmeow:mapSlsaProvenance; lossy: builder identity, temporal scope, event type, multiple artifacts