build output
- CURIE:
gmeow:buildOutput - IRI: https://blackcatinformatics.ca/gmeow/buildOutput
- Category: property
- Defined by:
gmeow:slices/software - Box roles: RBox role (What is this?)
The distribution artifact produced by a build activity. Non-functional: a build may produce multiple artifacts (tarball, wheel, binary, container image).
Structure
Property shape: object property; gmeow:BuildActivity -> gmeow:Distribution
Practical Pattern
Use gmeow:buildOutput from gmeow:BuildActivity to gmeow:Distribution when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Commit History
- Source:
slices/extensions/software/examples/commit-history.ttl - Examples catalog: open in catalog#example-slices-extensions-software-examples-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
- Source:
slices/extensions/graphrag/examples/lillith-dataset.ttl - Examples catalog: open in catalog#example-slices-extensions-graphrag-examples-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:BuildActivity, gmeow:Distribution
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:buildOutput |
projection | prov |
projects to / <= | prov:Entity, prov:generated, rdf:type | gmeow:mapProvGenerated; confidence 0.9 |
gmeow:buildOutput |
projection | prov |
projects to / <= | prov:generatedAtTime | gmeow:mapProvGeneratedAtTime; confidence 0.85; lossy: the generation instant of a build output IS its build's end time; sub-second generation ordering within one build drops |
gmeow:buildOutput |
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 |