What problem does it solve?
This Skill provides guidance on implementing advanced credential semantics within W3C Verifiable Data Model (VCDM), specifically focusing on the crucial aspects of credential refreshing, defining terms of use, and incorporating supporting evidence.
Core Features & Use Cases
- Credential Refreshing: Understand how to enable manual or automatic refresh of expired Verifiable Credentials (VCs) using the
refreshService property.
- Terms of Use: Learn to communicate the conditions under which a VC or Verifiable Presentation (VP) was issued or should be used via the
termsOfUse property.
- Evidence: Discover how to include supporting information with a VC to help verifiers establish confidence in the claims made, using the
evidence property.
- Use Case: When issuing a professional certification, use the
evidence property to link to a video of the candidate demonstrating their skills, and use termsOfUse to specify that the certification is only valid for use within a specific industry.
Quick Start
Explain how to use the refreshService property to allow a holder to refresh a Verifiable Credential.