Attestation

A reified assertion envelope that an attester vouches for a claim, artifact, identity binding, process, quality report, or ledger claim under a specific policy. Mediates between an attester, an attested subject, and optionally an attested claim or artifact. Distinct from Observation: an attestation is a vouching act, not a measurement or sensory reading. Its validity window is carried with gmeow:validFrom/validUntil; revocation sets validUntil (Principle 10).

Structure

Subclass of: gmeow:JustificationGround, gufo:Relator

Practical Pattern

Use gmeow:Attestation as a specialized kind of gmeow:JustificationGround, gufo:Relator. 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.

Software Release

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: a supply-chain attestation. A gmeow:Attestation binds an
# gmeow:attester (who vouches) to an gmeow:attestedSubject (what is vouched for)
# under an gmeow:attestationType drawn from the open vocabulary of real formats
# (SLSA provenance, in-toto, DSSE, C2PA, verifiable credential, …). Here a CI
# pipeline issues a SLSA-provenance attestation over a release bundle, carries
# the signed artifact, and a relying party records a gmeow:VerificationResult —
# the attestation is a claim; verifying it is a separate, recorded act.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/attestation/> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

# --- The attestation: the CI system vouches for the release as SLSA provenance.
ex:slsaAttestation a gmeow:Attestation ;
    gmeow:attester           ex:ciSystem ;
    gmeow:attestedSubject    ex:release ;
    gmeow:attestationType    gmeow:attestationTypeSLSAProvenance ;
    gmeow:issuedAt           "2026-06-14T12:00:00Z"^^xsd:dateTime ;
    gmeow:attestationArtifact ex:artifact ;
    gmeow:hasSignature       ex:sig ;
    gmeow:verificationResult ex:verifyResult .

Skill Proficiency

# --- A credential: an independent attestation OF the skill, by an issuer. A
#     verifiable credential references a gmeow:Attestation that signs it (the
#     expertise↔attestation seam): the credential is a CLAIM, the attestation
#     makes it checkable.
ex:cert a gmeow:Credential ;
    gmeow:credentialFor    ex:python ;
    gmeow:credentialIssuer ex:psf ;
    gmeow:hasAttestation   ex:certAttestation .

ex:certAttestation a gmeow:Attestation ;
    gmeow:attester        ex:psf ;
    gmeow:attestedSubject ex:cert ;
    gmeow:attestationType gmeow:attestationTypeVerifiableCredential ;
    gmeow:issuedAt        "2025-09-01T00:00:00Z"^^xsd:dateTime .

Common Companion Terms

gmeow:JustificationGround

Projects To

Profile External Targets
intoto https, rdf
slsa https

External Equivalences

Equivalent or closely aligned targets: prov, schema, vc, wot

Linkages

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

Term Equivalences

Source Kind Profile Predicate/Relation Target Evidence
gmeow:Attestation equivalence - skos:closeMatch prov:Entity gmeow-attestation.sssom.tsv; gmeow:eqAttestation001; confidence 0.8
gmeow:Attestation equivalence - skos:relatedMatch schema:ClaimReview gmeow-deception.sssom.tsv; gmeow:eqDeception001; confidence 0.5
gmeow:Attestation equivalence - skos:closeMatch vc:VerifiableCredential gmeow-attestation.sssom.tsv; gmeow:eqAttestation008; confidence 0.7
gmeow:Attestation equivalence - skos:relatedMatch wot:Endorsement gmeow-attestation.sssom.tsv; gmeow:eqAttestation013; confidence 0.6

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:Attestation projection intoto projects to / <= https://in-toto.io/Statement/v1#Statement, https://in-toto.io/Statement/v1#predicateType, https://in-toto.io/Statement/v1#subject, rdf:type gmeow:mapInTotoStatement; lossy: attestation artifact, attester, policy, verification result, transparency log, temporal scope
gmeow:Attestation projection slsa projects to / <= https://slsa.dev/provenance/v1#buildLevel gmeow:mapSlsaLevel; confidence 0.7; lossy: attester identity, attestation artifact, verification result

Usage Advice

Use when

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
closeMatchprov:Entity
closeMatchvc:VerifiableCredential
relatedMatchwot:Endorsement