verifiable credential
- CURIE:
gmeow:attestationTypeVerifiableCredential - IRI: https://blackcatinformatics.ca/gmeow/attestationTypeVerifiableCredential
- Category: individual
- Defined by:
gmeow:slices/attestation - Box roles: ABox role, CBox role (What is this?)
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
- Source:
slices/core/expertise/examples/skill-proficiency.ttl - Examples catalog: open in catalog#example-slices-core-expertise-examples-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 .