verifiable credential

W3C Verifiable Credential — a cryptographically verifiable claim about a subject, typically issued by a trusted entity.

Structure

Types: gmeow:AttestationType

Practical Pattern

Use gmeow:attestationTypeVerifiableCredential as a controlled value typed as gmeow:AttestationType.

Example Snippets

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

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