issued at

The instant an attestation was issued. Functional: the issue time is constitutive of the attestation's identity.

Structure

Property shape: datatype property; gmeow:Attestation -> xsd:dateTime; functional

Practical Pattern

Use gmeow:issuedAt from gmeow:Attestation to xsd:dateTime 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.

Software Release

# --- 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

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:Attestation

External Equivalences

Equivalent or closely aligned targets: vc

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:issuedAt equivalence - skos:closeMatch vc:issuanceDate gmeow-attestation.sssom.tsv; gmeow:eqAttestation011; confidence 0.85

Usage Advice

Use when

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
closeMatchvc:issuanceDate